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.
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;
git push local ...
pushes all branches from origin to local-L
on the curl cmd.