aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-08-05 13:01:33 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-08-05 13:01:33 +0200
commit2b338a4a748704a875038ac68b65315394721a65 (patch)
treed8f7e2d6b716ba38737cd33d10a86f246e07d976 /sync-binpackages.sh
parentadd sign-binpackages.sh (diff)
downloadmastermirror-scripts-2b338a4a748704a875038ac68b65315394721a65.tar.gz
mastermirror-scripts-2b338a4a748704a875038ac68b65315394721a65.tar.bz2
mastermirror-scripts-2b338a4a748704a875038ac68b65315394721a65.zip
more details
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sync-binpackages.sh')
-rwxr-xr-xsync-binpackages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-binpackages.sh b/sync-binpackages.sh
index bae48af..da94c33 100755
--- a/sync-binpackages.sh
+++ b/sync-binpackages.sh
@@ -4,7 +4,7 @@
# this is the directory where the tree is fully assembled and all packages are signed
# we assume it's on dipper / releng-incoming, but might as well give a full rsync
# specification here
-INITIALDIR="blabla"
+INITIALDIR="/release/binpackages"
FINALDIR="/var/tmp/gmirror-releases/binpackages"
RSYNC="/usr/bin/rsync"