From d79fc0290ac4020ae9e0da8224165cbd9bb5e5ce Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 15 Jun 2008 23:10:31 +0200 Subject: [PATCH] Work around a git bug --- ChangeLog | 3 +++ config/debian/cron.weekly | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.39.2