README: Move verbose reprepro command lines
authorChristoph Berg <myon@debian.org>
Mon, 12 Feb 2024 09:46:23 +0000 (10:46 +0100)
committerChristoph Berg <myon@debian.org>
Mon, 12 Feb 2024 09:46:23 +0000 (10:46 +0100)
README.md

index 273c8052fe60b0e992c9b3b471ce86a512c95ceb..7931b18530c30b76dc2798d46fa0b23cc56401d8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,12 +71,12 @@ Update repository master host:
 
 * 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: