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=77173490cd9fd4ac0ed21b27eca657883d601a2a;hp=f7cf913619d95c8fde79413827544566d8893c4b;hb=ae5bac8f91d040aaf848296d166274415f2d32d4;hpb=7801ef88df5182c00db14af7d49afe76148d3e77;ds=sidebyside diff --git a/copy-alioth-to-gideon b/copy-alioth-to-gideon index f7cf913..7717349 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 all + echo done all. END chmod +x $d/transfer.run '