From: Joerg Jaspert Date: Sun, 15 Jun 2008 21:10:31 +0000 (+0200) Subject: Work around a git bug X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d79fc0290ac4020ae9e0da8224165cbd9bb5e5ce;p=dak.git Work around a git bug --- diff --git a/ChangeLog b/ChangeLog index 80aecabf..a779c6ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-06-15 Joerg Jaspert + * config/debian/cron.weekly: Work around a git bug until git is + fixed upstream and the fix is on backports.org + * config/debian/cron.dinstall: (various ssh calls): Make them use batchmode/connect/setuptimeout to not take too long with connections... Also || true them, no need to die in dinstall if diff --git a/config/debian/cron.weekly b/config/debian/cron.weekly index 53d951cd..39224ce8 100755 --- a/config/debian/cron.weekly +++ b/config/debian/cron.weekly @@ -39,6 +39,9 @@ echo "Doing git stuff" cd /org/ftp.debian.org/git/dak.git git gc --prune git update-server-info +# now workaround a git bug not honoring the setup in logs/* +# (fix in development, but until it reached backports.org.......) +chmod -R g+w logs/ # Clean up apt-ftparchive's databases cd $configdir