diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-05 13:01:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-05 13:01:33 +0200 |
commit | 2b338a4a748704a875038ac68b65315394721a65 (patch) | |
tree | d8f7e2d6b716ba38737cd33d10a86f246e07d976 /sync-binpackages.sh | |
parent | add sign-binpackages.sh (diff) | |
download | mastermirror-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-x | sync-binpackages.sh | 2 |
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" |