From dc877814fd92ba8dfaad3956252f32c3bc6cd971 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 18 Jul 2015 18:30:24 +0100 Subject: [PATCH] copy-alioth-to-gideon: fix irker (!) --- copy-alioth-to-gideon | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.30.2