]> git.decadent.org.uk Git - dak.git/commitdiff
Merge branch 'master' into bpo
authorJoerg Jaspert <joerg@debian.org>
Mon, 16 Aug 2010 20:56:59 +0000 (22:56 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 16 Aug 2010 20:56:59 +0000 (22:56 +0200)
* master: (1277 commits)
  rm.py: also take udebs into account while checking rdeps
  Indent reason
  add indentation to reason for 822 format
  Some code cleanups
  config/debian/apache.conf-incoming: add vitry and krenek
  cron.hourly: generate removals-full.822
  rm.py: implement rfc822 removal format
  queue.py: fix more error handling code
  queue.py: fix error handling code
  rm822.py script to convert removals log into rfc822 format
  Add more buildds
  config/debian/apache.conf-incoming: cleanup a bit
  config/debian/apache.conf-incoming: add new armel buildds
  [mhy] Remove malo and add poulenc/porpora
  Add the web-users dir and a rewriterule for it
  We can't allow unchecked until we've hardlinked the mirrors now that we're doing apt-ftparchive as part of it
  Run without -i
  Timestamps
  generate-filelist: create fewer DB sessions
  run g-p-s in unchecked
  ...

config/backports.org/cron.buildd
config/backports.org/cron.hourly

index f48f98f032180c77b0fa05688678e8469e14d0d2..218ee884b030236a0e2f853ce6a5e2bfe290de4b 100755 (executable)
@@ -6,5 +6,6 @@
 
 export SCRIPTVARS=/org/backports.org/dak-config/vars
 . $SCRIPTVARS
-ssh -i $base/s3kr1t/dot-ssh/id_rsa wanna-build@wanna-build.farm.ftbfs.de echo broken
+#ssh -i $base/s3kr1t/dot-ssh/id_rsa wanna-build@wanna-build.farm.ftbfs.de echo broken
+ssh -i $base/s3kr1t/dot-ssh/id_rsa wbadm@buildd.debian.org echo broken
 exit 0
index b5e0646270f135ece609196817b1adeb369e6ac5..a43c62c1cdc572d07145fe8c2007daff30e3092c 100755 (executable)
@@ -67,6 +67,8 @@ dak generate-index-diffs
 # Generate Release files
 dak generate-releases
 
+dak make-pkg-file-mapping | bzip2 -9 > $base/ftp/indices/package-file.map.bz2
+
 # Clean out old packages
 # Now in cron.daily. JJ[03.05.2005.]
 #rhona