X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit-junk.git;a=blobdiff_plain;f=copy-alioth-to-gideon;h=0e65b87c7555eaae6c074313d8f66a419fa47d1e;hp=f7cf913619d95c8fde79413827544566d8893c4b;hb=07a9887f66adc4f4bfa57bad2914306ccd232965;hpb=7801ef88df5182c00db14af7d49afe76148d3e77 diff --git a/copy-alioth-to-gideon b/copy-alioth-to-gideon index f7cf913..0e65b87 100755 --- a/copy-alioth-to-gideon +++ b/copy-alioth-to-gideon @@ -29,6 +29,7 @@ ssh iwj@gideon.debian.org " set +x for f in $d/transfer.tmp/*.git; do cp $d/repos/_template/description $f/description + touch $f/git-daemon-export-ok done cat <$d/transfer.run @@ -36,7 +37,11 @@ ssh iwj@gideon.debian.org " cd $d/transfer.tmp rsync -rltHxp --delete *.git $d/repos/ # _template - echo done. + echo done locally, copying... + + distrodir=$d/dispatch-dir/distro\=debian + \$distrodir/mirror-hook \$distrodir/mirror-hook all + echo done all. END chmod +x $d/transfer.run '