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

[dak/master] Off for now until our tools can actually handle multiple archives and different configs for them. which they cant (not dak.conf, except for unix group based)



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/dinstall.functions |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions
index d229035..a2e9720 100644
--- a/config/debian/dinstall.functions
+++ b/config/debian/dinstall.functions
@@ -621,10 +621,10 @@ function changelogs() {
     rsync -aHW --delete --delete-after --ignore-errors ${exportdir}/changelogs/. .
     sudo -H -u staticsync /usr/local/bin/static-update-component ftp-master.metadata.debian.org >/dev/null 2>&1 &
 
-    dak make-changelog -e -a backports
-    mkdir -p /srv/backports-master.debian.org/rsync/export/changelogs
-    cd /srv/backports-master.debian.org/rsync/export/changelogs
-    rsync -aHW --delete --delete-after --ignore-errors /srv/backports-master.debian.org/export/changelogs/. .
+    #dak make-changelog -e -a backports
+    #mkdir -p /srv/backports-master.debian.org/rsync/export/changelogs
+    #cd /srv/backports-master.debian.org/rsync/export/changelogs
+    #rsync -aHW --delete --delete-after --ignore-errors /srv/backports-master.debian.org/export/changelogs/. .
 }
 
 function gitpdiff() {
-- 
1.7.2.5


Reply to: