[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Work around a git bug



---
 ChangeLog                 |    3 +++
 config/debian/cron.weekly |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 80aecab..a779c6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-06-15  Joerg Jaspert  <joerg@debian.org>
 
+	* 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 53d951c..39224ce 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
-- 
1.5.5.GIT


Reply to: