* cd /srv/apt; sudo -u aptuser git pull
* Seed initial packages:
- * reprepro copysrc $newdist-pgdg-testing $olddist-pgdg-testing postgresql-common
- reprepro copysrc $newdist-pgdg-testing $olddist-pgdg-testing pgdg-buildenv
- for version in $PG_ALL_VERSIONS; do reprepro copysrc $newdist-pgdg-testing $olddist-pgdg-testing postgresql-$version; done
+ * sudo -u aptuser reprepro copysrc $newdist-pgdg-testing $olddist-pgdg-testing postgresql-common
+ sudo -u aptuser reprepro copysrc $newdist-pgdg-testing $olddist-pgdg-testing pgdg-buildenv
+ possibly: for version in $PG_VERSIONS; do sudo -u aptuser reprepro copysrc $newdist-pgdg-testing $olddist-pgdg-testing postgresql-$version; done
* make sure to copy from a distribution that has all the target architectures (even if the package is arch:all, #926233)
-* reprepro export $newdist-pgdg (so apt can run update on it even if it's still empty)
-* (possibly: reprepro copymatched $newdist-pgdg $newdist-pgdg-testing \*)
+* sudo -u aptuser reprepro export $newdist-pgdg (so apt can run update on it even if it's still empty)
+* (possibly: sudo -u aptuser reprepro copymatched $newdist-pgdg $newdist-pgdg-testing \*)
* Wait until the mirror sync has run (xx:17)
Update Jenkins hosts: