From: Ian Jackson Date: Sat, 18 Jul 2015 17:30:24 +0000 (+0100) Subject: copy-alioth-to-gideon: fix irker (!) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit-junk.git;a=commitdiff_plain;h=dc877814fd92ba8dfaad3956252f32c3bc6cd971 copy-alioth-to-gideon: fix irker (!) --- diff --git a/copy-alioth-to-gideon b/copy-alioth-to-gideon index 7717349..3709ee0 100755 --- a/copy-alioth-to-gideon +++ b/copy-alioth-to-gideon @@ -26,6 +26,14 @@ ssh iwj@gideon.debian.org " exit 1 fi + ( + cd $d/transfer.tmp + mv irker.git irker.arrgh + cp -a _template irker.git + cd irker.git + git fetch -p ../irker.arrgh "+refs/heads/dgit/*:refs/dgit/*" + ) + set +x for f in $d/transfer.tmp/*.git; do cp $d/repos/_template/description $f/description