#6647 forge-allura.a.o keeps missing git metadata

v1.0.0
closed
General
nobody
2015-08-20
2013-09-11
No

https://forge-allura.apache.org/p/allura/git/ref/master/ keeps showing "The metadata for this repository is missing. To fix, please try a refresh." After refreshing it, the code does appear, but a while later (after next cron run?) it is missing again.

Discussion

    • status: open --> in-progress
    • assigned_to: Tim Van Steenburgh
    • Milestone: forge-backlog --> forge-sep-20
     
  • New crontab:

    /5 * * . /var/local/env-allura/bin/activate; cd /var/local/allura; ./update.sh; git push local +refs/remotes/origin/:refs/heads/*; git push local --tags; curl -L http://forge-allura.apache.org/p/allura/git/refresh;

    1. The git push local ... pushes all branches from origin to local
    2. Refresh wasn't happening b/c I didn't have -L on the curl cmd.
     
    • status: in-progress --> closed
    • Size: --> 1
     

Log in to post a comment.