]> git.decadent.org.uk Git - dak.git/log
dak.git
10 years agoqueued: add config for embargoed and disembargo queues
Ansgar Burchardt [Wed, 15 May 2013 17:03:24 +0000 (19:03 +0200)]
queued: add config for embargoed and disembargo queues

10 years agoMerge remote-tracking branch 'drkranz/fixes' into merge
Joerg Jaspert [Tue, 14 May 2013 18:13:05 +0000 (20:13 +0200)]
Merge remote-tracking branch 'drkranz/fixes' into merge

* drkranz/fixes:
  Close master bugs only, not merged ones (Closes:# 707808)
  Whoops, removing changelogs lock on success

10 years agoClose master bugs only, not merged ones (Closes:# 707808)
Luca Falavigna [Tue, 14 May 2013 17:43:45 +0000 (17:43 +0000)]
Close master bugs only, not merged ones (Closes:# 707808)

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
10 years agoWhoops, removing changelogs lock on success
Luca Falavigna [Tue, 14 May 2013 17:14:09 +0000 (17:14 +0000)]
Whoops, removing changelogs lock on success

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
10 years agoconfig/debian/dak.conf: Add another two oldstable maps.
Ansgar Burchardt [Sat, 11 May 2013 18:57:37 +0000 (20:57 +0200)]
config/debian/dak.conf: Add another two oldstable maps.

Map oldstable-security and oldstable-updates to oldstable-proposed-updates.

10 years ago<adsb> missing "map oldstable oldstable-proposed-updates"
Joerg Jaspert [Sat, 11 May 2013 18:54:55 +0000 (20:54 +0200)]
<adsb> missing "map oldstable oldstable-proposed-updates"

Signed-off-by: Joerg Jaspert <joerg@debian.org>
10 years agoMerge branch 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak
Joerg Jaspert [Thu, 9 May 2013 19:13:25 +0000 (21:13 +0200)]
Merge branch 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak

* 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak:
  daklib/checks.py: give a nice error for sources with invalid versions

Signed-off-by: Joerg Jaspert <joerg@debian.org>
10 years agoactivate make-changelog for backports
Joerg Jaspert [Thu, 9 May 2013 19:13:16 +0000 (21:13 +0200)]
activate make-changelog for backports

Signed-off-by: Joerg Jaspert <joerg@debian.org>
10 years agodaklib/checks.py: give a nice error for sources with invalid versions
Ansgar Burchardt [Thu, 9 May 2013 10:10:32 +0000 (12:10 +0200)]
daklib/checks.py: give a nice error for sources with invalid versions

Give a proper error message if a source package includes an upstream
tarball, but doesn't have a Debian revision.

10 years agoactually use multiple keyids in the commandline
Joerg Jaspert [Thu, 9 May 2013 09:18:18 +0000 (11:18 +0200)]
actually use multiple keyids in the commandline

10 years agolet generate_releases be able to use multiple keys for a signature
Joerg Jaspert [Thu, 9 May 2013 08:57:10 +0000 (10:57 +0200)]
let generate_releases be able to use multiple keys for a signature

without having two signature blocks, which apt / co arent really checking.
now they get them presented in one block, so they might actually do so.

only really interesting whenever we do a key rollover of the ftpmaster key,
as we dont have the stable key available. pity, or it would work there to
to make this kind of "merged" signature.

10 years agodaklib/checks.py: lintian check should not try to validate signatures
Ansgar Burchardt [Thu, 9 May 2013 08:50:45 +0000 (10:50 +0200)]
daklib/checks.py: lintian check should not try to validate signatures

By default dpkg-source -x requires a valid signature, but uses different
keyrings than configured in dak. So this check can fail for signatures dak has
just verified as valid a bit earlier.

With this patch lintian will pass --no-check to dpkg-source to skip signature
(and checksum) verification.

11 years agoMerge remote-tracking branch 'origin/master'
Ansgar Burchardt [Tue, 7 May 2013 20:07:01 +0000 (22:07 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoconfig/homedir/ssh/ftpmaster-authorized_keys: add key to import wheezy-updates
Ansgar Burchardt [Tue, 7 May 2013 20:05:59 +0000 (22:05 +0200)]
config/homedir/ssh/ftpmaster-authorized_keys: add key to import wheezy-updates

11 years agoconfig/homedir/ssh/ftpmaster-authorized_keys: update IP address for franck
Ansgar Burchardt [Tue, 7 May 2013 20:04:02 +0000 (22:04 +0200)]
config/homedir/ssh/ftpmaster-authorized_keys: update IP address for franck

11 years agoMerge remote-tracking branch 'drkranz/fixes' into merge
Joerg Jaspert [Tue, 7 May 2013 18:35:40 +0000 (20:35 +0200)]
Merge remote-tracking branch 'drkranz/fixes' into merge

* drkranz/fixes:
  ad348f8d has been superseded by 3daf09a3
  rrd-release-freeze-dates: drop obsolete dates
  rrd-release-freeze-dates: add wheezy release date
  upload.source can be null, fall back to upload.changes
  update-db: display descriptions before deploying update modules
  update-db: automatically find the schema nunmber to upgrade to

11 years agodak/generate_releases.py: don't include "updates/" twice
Ansgar Burchardt [Tue, 7 May 2013 07:24:41 +0000 (09:24 +0200)]
dak/generate_releases.py: don't include "updates/" twice

On the security archive "updates" is both suite suffix and part of the
component name. It should only be included once in the Components field.

Bug: http://bugs.debian.org/702386

11 years agoad348f8d has been superseded by 3daf09a3
Luca Falavigna [Tue, 7 May 2013 06:36:11 +0000 (06:36 +0000)]
ad348f8d has been superseded by 3daf09a3

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
11 years agorrd-release-freeze-dates: drop obsolete dates
Luca Falavigna [Mon, 6 May 2013 09:26:53 +0000 (09:26 +0000)]
rrd-release-freeze-dates: drop obsolete dates

Drop lenny release date and squeeze freeze date, as queue data
is not available anymore prior to squeeze release date.

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
11 years agorrd-release-freeze-dates: add wheezy release date
Luca Falavigna [Mon, 6 May 2013 09:26:29 +0000 (09:26 +0000)]
rrd-release-freeze-dates: add wheezy release date

Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
11 years agoupload.source can be null, fall back to upload.changes
Luca Falavigna [Mon, 6 May 2013 09:19:24 +0000 (09:19 +0000)]
upload.source can be null, fall back to upload.changes

11 years agoupdate-db: display descriptions before deploying update modules
Luca Falavigna [Tue, 30 Apr 2013 07:45:00 +0000 (07:45 +0000)]
update-db: display descriptions before deploying update modules

11 years agoupdate-db: automatically find the schema nunmber to upgrade to
Luca Falavigna [Mon, 29 Apr 2013 19:14:13 +0000 (19:14 +0000)]
update-db: automatically find the schema nunmber to upgrade to

11 years agodak/process_new.py: binaries -> upload.binaries
Ansgar Burchardt [Tue, 7 May 2013 06:31:29 +0000 (08:31 +0200)]
dak/process_new.py: binaries -> upload.binaries

11 years agodak/process_new.py: fix handling binary-only NEW uploads
Ansgar Burchardt [Tue, 7 May 2013 06:25:23 +0000 (08:25 +0200)]
dak/process_new.py: fix handling binary-only NEW uploads

For a binary-only (buildd) upload that ends in NEW, upload.source is None. So
we have to get the source package name from somewhere else.

11 years agoconfig/debian/apache.conf-incoming: update IP address for franck.d.o
Ansgar Burchardt [Mon, 6 May 2013 18:35:01 +0000 (20:35 +0200)]
config/debian/apache.conf-incoming: update IP address for franck.d.o

11 years agoAdd /debian-backports alias to incoming.debian.org.
Ansgar Burchardt [Mon, 6 May 2013 11:39:45 +0000 (13:39 +0200)]
Add /debian-backports alias to incoming.debian.org.

11 years agoMerge branch 'master' of /srv/ftp.debian.org/git/dak
Mark Hymers [Sat, 4 May 2013 13:08:03 +0000 (13:08 +0000)]
Merge branch 'master' of /srv/ftp.debian.org/git/dak

11 years agoSync i18n for jessie, not wheezy
Mark Hymers [Sat, 4 May 2013 13:08:00 +0000 (13:08 +0000)]
Sync i18n for jessie, not wheezy

Signed-off-by: Mark Hymers <mhy@debian.org>
11 years agoconfig/debian-security/cron.*: update suite list
Ansgar Burchardt [Sat, 4 May 2013 12:12:37 +0000 (14:12 +0200)]
config/debian-security/cron.*: update suite list

The security archive now has oldstable (squeeze) and stable (wheezy).
Update the suite lists accordingly.

The new testing (jessie) suite is not working yet and shouldn't be added
to obsolete parts of the configuration (such as old-style build queues).

11 years agoThis postinst is rubbish, but remove touching apt.conf anyways
Mark Hymers [Sat, 4 May 2013 10:11:51 +0000 (10:11 +0000)]
This postinst is rubbish, but remove touching apt.conf anyways

Signed-off-by: Mark Hymers <mhy@debian.org>
11 years agoCorrect comment in init_dirs
Mark Hymers [Sat, 4 May 2013 10:11:28 +0000 (10:11 +0000)]
Correct comment in init_dirs

Signed-off-by: Mark Hymers <mhy@debian.org>
11 years agoRemove unused backports configuration
Mark Hymers [Sat, 4 May 2013 10:10:40 +0000 (10:10 +0000)]
Remove unused backports configuration

Signed-off-by: Mark Hymers <mhy@debian.org>
11 years agoEliminate all references to apt.conf
Mark Hymers [Sat, 4 May 2013 10:10:16 +0000 (10:10 +0000)]
Eliminate all references to apt.conf

Signed-off-by: Mark Hymers <mhy@debian.org>
11 years agoMerge branch 'master' of /srv/ftp.debian.org/git/dak
Mark Hymers [Sat, 4 May 2013 10:06:23 +0000 (10:06 +0000)]
Merge branch 'master' of /srv/ftp.debian.org/git/dak

11 years agoRemove all apt.conf usage from dak
Mark Hymers [Sat, 4 May 2013 10:06:20 +0000 (10:06 +0000)]
Remove all apt.conf usage from dak

Signed-off-by: Mark Hymers <mhy@debian.org>
11 years agoUpdate configuration for wheezy release.
Ansgar Burchardt [Sat, 4 May 2013 09:36:58 +0000 (11:36 +0200)]
Update configuration for wheezy release.

Make squeeze oldstable, wheezy stable and add jessie as the new testing.

11 years agoFix up apt.conf and g-p-s for wheezy release.
Mark Hymers [Sat, 4 May 2013 09:30:17 +0000 (09:30 +0000)]
Fix up apt.conf and g-p-s for wheezy release.

Also remove all of the other suites from g-p-s as they should be using g-p-s2
and this makes it clearer by blowing up if you try and use g-p-s on them.

Signed-off-by: Mark Hymers <mhy@debian.org>
11 years agoupdate with what we have on franck
Joerg Jaspert [Mon, 29 Apr 2013 19:34:34 +0000 (21:34 +0200)]
update with what we have on franck

11 years agoMerge remote-tracking branch 'drkranz/changelogs' into merge
Joerg Jaspert [Mon, 29 Apr 2013 19:25:06 +0000 (21:25 +0200)]
Merge remote-tracking branch 'drkranz/changelogs' into merge

* drkranz/changelogs:
  Generate a lock to protect changelog export runs
  Allow to specify a custom unpack directory in UnpackedSource class

11 years agoGenerate a lock to protect changelog export runs
Luca Falavigna [Mon, 29 Apr 2013 14:01:09 +0000 (14:01 +0000)]
Generate a lock to protect changelog export runs

11 years agoAllow to specify a custom unpack directory in UnpackedSource class
Luca Falavigna [Mon, 29 Apr 2013 13:38:34 +0000 (13:38 +0000)]
Allow to specify a custom unpack directory in UnpackedSource class

11 years agoarchive must not be a string
Luca Falavigna [Mon, 29 Apr 2013 13:01:31 +0000 (13:01 +0000)]
archive must not be a string

11 years agoupdate the revision
Joerg Jaspert [Mon, 29 Apr 2013 12:51:58 +0000 (14:51 +0200)]
update the revision

Signed-off-by: Joerg Jaspert <joerg@debian.org>
11 years agoMerge remote-tracking branch 'drkranz/changelogs' into merge
Joerg Jaspert [Mon, 29 Apr 2013 12:46:40 +0000 (14:46 +0200)]
Merge remote-tracking branch 'drkranz/changelogs' into merge

* drkranz/changelogs:
  Remove references to changelog exportpath, no longer used
  Use changelog export path derived from projectb
  Add changelog column to archive table
  xzip changelog listing file

11 years agoRemove references to changelog exportpath, no longer used
Luca Falavigna [Mon, 29 Apr 2013 12:33:50 +0000 (12:33 +0000)]
Remove references to changelog exportpath, no longer used

11 years agoUse changelog export path derived from projectb
Luca Falavigna [Mon, 29 Apr 2013 12:33:31 +0000 (12:33 +0000)]
Use changelog export path derived from projectb

11 years agoAdd changelog column to archive table
Luca Falavigna [Mon, 29 Apr 2013 12:29:38 +0000 (12:29 +0000)]
Add changelog column to archive table

11 years agoxzip changelog listing file
Luca Falavigna [Mon, 29 Apr 2013 08:55:03 +0000 (08:55 +0000)]
xzip changelog listing file

11 years agoOff for now until our tools can actually handle multiple archives and different confi...
Joerg Jaspert [Mon, 29 Apr 2013 05:46:41 +0000 (07:46 +0200)]
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>
11 years agoturn make-changelog back on
Joerg Jaspert [Sun, 28 Apr 2013 21:16:38 +0000 (23:16 +0200)]
turn make-changelog back on

also let it run for backports, though we don't have that on metadata
yet.

also, we need a nicer way to deal with the env vars.

11 years agoMerge remote-tracking branch 'drkranz/p-n' into merge
Joerg Jaspert [Sun, 28 Apr 2013 21:01:52 +0000 (23:01 +0200)]
Merge remote-tracking branch 'drkranz/p-n' into merge

* drkranz/p-n:
  Do not hardcode suite names
  Simplify code to avoid executing the same query twice
  Use a better name for function name and output string
  source should not be a list

11 years agoDo not hardcode suite names
Luca Falavigna [Sun, 28 Apr 2013 01:18:51 +0000 (01:18 +0000)]
Do not hardcode suite names

11 years agoSimplify code to avoid executing the same query twice
Luca Falavigna [Sat, 27 Apr 2013 11:36:05 +0000 (11:36 +0000)]
Simplify code to avoid executing the same query twice

11 years agoUse a better name for function name and output string
Luca Falavigna [Sat, 27 Apr 2013 11:19:24 +0000 (11:19 +0000)]
Use a better name for function name and output string

11 years agosource should not be a list
Luca Falavigna [Sat, 27 Apr 2013 11:16:51 +0000 (11:16 +0000)]
source should not be a list

11 years agoMerge remote-tracking branch 'drkranz/changelogs' into merge
Joerg Jaspert [Sun, 28 Apr 2013 10:33:15 +0000 (12:33 +0200)]
Merge remote-tracking branch 'drkranz/changelogs' into merge

* drkranz/changelogs:
  Define changelog export directory for backports
  Automatically remove empty directories
  Generate a listing of the exported files
  Fix number of removed files when rmtree'ing directories

11 years agoDefine changelog export directory for backports
Luca Falavigna [Sun, 28 Apr 2013 10:16:53 +0000 (10:16 +0000)]
Define changelog export directory for backports

11 years agoAutomatically remove empty directories
Luca Falavigna [Sun, 28 Apr 2013 10:06:37 +0000 (10:06 +0000)]
Automatically remove empty directories

11 years agoGenerate a listing of the exported files
Luca Falavigna [Sun, 28 Apr 2013 10:01:30 +0000 (10:01 +0000)]
Generate a listing of the exported files

11 years agoFix number of removed files when rmtree'ing directories
Luca Falavigna [Sun, 28 Apr 2013 01:43:37 +0000 (01:43 +0000)]
Fix number of removed files when rmtree'ing directories

11 years agoMerge remote-tracking branch 'drkranz/fixes' into merge
Joerg Jaspert [Fri, 26 Apr 2013 18:02:13 +0000 (20:02 +0200)]
Merge remote-tracking branch 'drkranz/fixes' into merge

* drkranz/fixes:
  make-changelog: use a better separator for extracted files

11 years agomake-changelog: use a better separator for extracted files
Luca Falavigna [Fri, 26 Apr 2013 14:34:32 +0000 (14:34 +0000)]
make-changelog: use a better separator for extracted files

11 years agoMerge branch 'merge'
Joerg Jaspert [Fri, 26 Apr 2013 12:40:34 +0000 (14:40 +0200)]
Merge branch 'merge'

* merge:
  make-changelog: implement progress option

Signed-off-by: Joerg Jaspert <joerg@debian.org>
11 years agoMerge remote-tracking branch 'drkranz/fixes' into merge
Joerg Jaspert [Fri, 26 Apr 2013 12:40:20 +0000 (14:40 +0200)]
Merge remote-tracking branch 'drkranz/fixes' into merge

* drkranz/fixes:
  make-changelog: implement progress option

11 years agomake-changelog: implement progress option
Luca Falavigna [Fri, 26 Apr 2013 12:38:09 +0000 (12:38 +0000)]
make-changelog: implement progress option

11 years agoturn off until the long manual run is done
Joerg Jaspert [Fri, 26 Apr 2013 12:06:45 +0000 (14:06 +0200)]
turn off until the long manual run is done

11 years agomake-changelog: fix wrong field name in the SQL query
Luca Falavigna [Fri, 26 Apr 2013 10:21:47 +0000 (10:21 +0000)]
make-changelog: fix wrong field name in the SQL query

11 years agomake-changelog. document --archive option
Luca Falavigna [Fri, 26 Apr 2013 10:18:42 +0000 (10:18 +0000)]
make-changelog. document --archive option

11 years agoImprove reporting of processed packages in NEW
Luca Falavigna [Thu, 25 Apr 2013 08:00:33 +0000 (08:00 +0000)]
Improve reporting of processed packages in NEW

11 years agoUse distinct() to avoid listing duplicated claimed overrides
Luca Falavigna [Mon, 22 Apr 2013 20:52:52 +0000 (20:52 +0000)]
Use distinct() to avoid listing duplicated claimed overrides

11 years agoMerge remote-tracking branch 'drkranz/fixes' into merge
Joerg Jaspert [Sun, 21 Apr 2013 14:57:36 +0000 (16:57 +0200)]
Merge remote-tracking branch 'drkranz/fixes' into merge

* drkranz/fixes:
  process-new: display existing overrides

11 years agoprocess-new: display existing overrides
Luca Falavigna [Sun, 21 Apr 2013 13:28:00 +0000 (13:28 +0000)]
process-new: display existing overrides

Display overrides belonging to other sources to avoid accepting
packages which "steal" binary packages (Closes: #697729).

11 years agoMerge remote-tracking branch 'drkranz/fixes' into merge
Joerg Jaspert [Sun, 21 Apr 2013 08:34:29 +0000 (10:34 +0200)]
Merge remote-tracking branch 'drkranz/fixes' into merge

* drkranz/fixes:
  Add md5sum-mismatch tag to nonfatal autoreject list (Closes: #688300)
  Finds newer or equal versions in lowersuite_name
  queue-report: sort changes correctly (Closes: #704231)
  dak: ls: Calculate optimal column sizes

11 years agoAdd md5sum-mismatch tag to nonfatal autoreject list (Closes: #688300)
Luca Falavigna [Sun, 21 Apr 2013 08:13:18 +0000 (08:13 +0000)]
Add md5sum-mismatch tag to nonfatal autoreject list (Closes: #688300)

11 years agoFinds newer or equal versions in lowersuite_name
Luca Falavigna [Sun, 21 Apr 2013 01:02:50 +0000 (01:02 +0000)]
Finds newer or equal versions in lowersuite_name

This is particularly useful when the same package has migrated
to a different suite (e.g. t-p-u -> testing), so it is displayed
in cruft-report to be manually removed.

11 years agoqueue-report: sort changes correctly (Closes: #704231)
Luca Falavigna [Sun, 21 Apr 2013 01:01:22 +0000 (01:01 +0000)]
queue-report: sort changes correctly (Closes: #704231)

11 years agodak: ls: Calculate optimal column sizes
Julian Andres Klode [Sun, 21 Apr 2013 00:59:25 +0000 (00:59 +0000)]
dak: ls: Calculate optimal column sizes

If a package name is longer than 10 characters, or a version
longer than 13 characters, columns had different widths in
different rows. By calculating the maximum column size and
using that instead of hard-coded values, we have a nice
table again (Closes: #705289).

11 years agoAdd world.site_summary view.
Ansgar Burchardt [Thu, 11 Apr 2013 16:21:35 +0000 (18:21 +0200)]
Add world.site_summary view.

The view is used by the backports team to generate a listing of packages in the
backports suites.

11 years agodak.conf-backports: Actually set Dinstall::MyAdminAddress
Ansgar Burchardt [Thu, 11 Apr 2013 09:52:01 +0000 (11:52 +0200)]
dak.conf-backports: Actually set Dinstall::MyAdminAddress

b9e1322334152efd870a0ad6ddf0df819d05b4a3 had a "Dinstall::" prefix even though
the variable was set inside a "Dinstall" block.

11 years agoRemove dak/metadata.py and daklib/metadata.py.
Ansgar Burchardt [Wed, 10 Apr 2013 21:04:00 +0000 (23:04 +0200)]
Remove dak/metadata.py and daklib/metadata.py.

dak imports package metadata at installation time for some time already.
There is no longer need for an extra subcommand to do so.

11 years agodak.conf-backports: Change Dinstall::MyAdminAddress
Ansgar Burchardt [Tue, 9 Apr 2013 09:16:52 +0000 (11:16 +0200)]
dak.conf-backports: Change Dinstall::MyAdminAddress

The backports team address should be used as From for rejections from the
backports-new queue. As this is written into the REJECT.* file by process-new,
we can just change it here.

11 years agoRequire SHA-1 and SHA-256 checksums in "files" table
Ansgar Burchardt [Mon, 8 Apr 2013 21:49:47 +0000 (23:49 +0200)]
Require SHA-1 and SHA-256 checksums in "files" table

We are already assuming that these are never NULL in several places, for
example generate-packages-sources2.

11 years agoAdd missing sections to database init script
Matthias Klumpp [Thu, 28 Mar 2013 17:48:21 +0000 (18:48 +0100)]
Add missing sections to database init script

Update the list of sections to the latest version of the Debian policy,

11 years agoMerge remote-tracking branch 'dktrkranz/fixes'
Ansgar Burchardt [Mon, 8 Apr 2013 21:20:44 +0000 (23:20 +0200)]
Merge remote-tracking branch 'dktrkranz/fixes'

11 years agos/team@backports.d.o/backports-team@d.o/
Joerg Jaspert [Mon, 8 Apr 2013 12:15:27 +0000 (14:15 +0200)]
s/team@backports.d.o/backports-team@d.o/

11 years agoColorize Pre-Depends packages too
Luca Falavigna [Sun, 7 Apr 2013 22:05:35 +0000 (22:05 +0000)]
Colorize Pre-Depends packages too

11 years agoprocessnew.lock is no longer required
Luca Falavigna [Sun, 7 Apr 2013 20:08:06 +0000 (20:08 +0000)]
processnew.lock is no longer required

11 years agoinclude backports archive in (pool) sync
Joerg Jaspert [Sun, 7 Apr 2013 19:14:00 +0000 (21:14 +0200)]
include backports archive in (pool) sync

11 years agodak.conf-backports: change location of removal logs
Ansgar Burchardt [Tue, 2 Apr 2013 13:57:36 +0000 (15:57 +0200)]
dak.conf-backports: change location of removal logs

11 years agoMerge remote-tracking branch 'origin/master'
Ansgar Burchardt [Mon, 1 Apr 2013 12:16:06 +0000 (14:16 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoGenerate backports-new.html
Ansgar Burchardt [Mon, 1 Apr 2013 12:10:03 +0000 (14:10 +0200)]
Generate backports-new.html

11 years agoMerge branch 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak
Joerg Jaspert [Mon, 18 Mar 2013 18:36:04 +0000 (19:36 +0100)]
Merge branch 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak

* 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak:
  mkchecksums: store md5sums in correct location
  backports queued: pid and log files are in run subdirectory.
  backports queued: forward uploads to ftp-master

Signed-off-by: Joerg Jaspert <joerg@debian.org>
11 years agofix dm_suites var
Joerg Jaspert [Mon, 18 Mar 2013 18:35:49 +0000 (19:35 +0100)]
fix dm_suites var

Signed-off-by: Joerg Jaspert <joerg@debian.org>
11 years agomkchecksums: store md5sums in correct location
Ansgar Burchardt [Sun, 17 Mar 2013 16:11:30 +0000 (17:11 +0100)]
mkchecksums: store md5sums in correct location

We cannot use $indices as the location is specific to each archive.

11 years agobackports queued: pid and log files are in run subdirectory.
Ansgar Burchardt [Sun, 17 Mar 2013 08:04:36 +0000 (09:04 +0100)]
backports queued: pid and log files are in run subdirectory.

11 years agobackports queued: forward uploads to ftp-master
Ansgar Burchardt [Sun, 17 Mar 2013 07:57:26 +0000 (08:57 +0100)]
backports queued: forward uploads to ftp-master

11 years agomisleading log msg
Joerg Jaspert [Sat, 16 Mar 2013 22:37:25 +0000 (23:37 +0100)]
misleading log msg

Signed-off-by: Joerg Jaspert <joerg@debian.org>
11 years agoMerge branch 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak
Joerg Jaspert [Sat, 16 Mar 2013 21:12:20 +0000 (22:12 +0100)]
Merge branch 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak

* 'master' of ssh://franck.debian.org/srv/ftp.debian.org/git/dak:
  config/debian/apache.conf-incoming: add buildd-squeeze-backports alias
  config/debian/dak.conf: no longer reject uploads to squeeze-backports

Signed-off-by: Joerg Jaspert <joerg@debian.org>
11 years agoalso push the backports archive
Joerg Jaspert [Sat, 16 Mar 2013 21:12:13 +0000 (22:12 +0100)]
also push the backports archive

Signed-off-by: Joerg Jaspert <joerg@debian.org>