]> git.decadent.org.uk Git - dak.git/log
dak.git
15 years agoMerge commit 'godog/master' into merge
Joerg Jaspert [Tue, 9 Dec 2008 22:50:20 +0000 (23:50 +0100)]
Merge commit 'godog/master' into merge

* commit 'godog/master':
  drop email.Parser import
  move to tools/
  use different pubDate if going in or out
  use python-debian for .changes parsing
  again, trailing whitespaces removed
  catch and output file write errors
  print help on non-existant dirs
  insert new items on top of feeds and purge them from the bottom
  add datadir option
  trailing whitespaces corrected
  first import

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodrop email.Parser import
Filippo Giunchedi [Tue, 9 Dec 2008 22:43:19 +0000 (23:43 +0100)]
drop email.Parser import

15 years agomove to tools/
Filippo Giunchedi [Tue, 9 Dec 2008 22:16:45 +0000 (23:16 +0100)]
move to tools/

15 years agouse different pubDate if going in or out
Filippo Giunchedi [Tue, 9 Dec 2008 22:16:30 +0000 (23:16 +0100)]
use different pubDate if going in or out

15 years agouse python-debian for .changes parsing
Filippo Giunchedi [Tue, 9 Dec 2008 22:16:03 +0000 (23:16 +0100)]
use python-debian for .changes parsing

15 years agoMerge commit 'pkern/cross-suite-fix' into merge
Joerg Jaspert [Tue, 9 Dec 2008 22:01:30 +0000 (23:01 +0100)]
Merge commit 'pkern/cross-suite-fix' into merge

* commit 'pkern/cross-suite-fix':
  do not reject binary-only uploads that fail the "must be newer than" criterion

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodo not reject binary-only uploads that fail the "must be newer than" criterion
Philipp Kern [Tue, 9 Dec 2008 00:40:21 +0000 (00:40 +0000)]
do not reject binary-only uploads that fail the "must be newer than" criterion

2008-12-09  Philipp Kern  <pkern@debian.org>

        * daklib/queue.py (cross_suite_version_check): add an additional
        parameter to specify if an upload is sourceful or not; do not reject
        uploads that do not satisfy the "must be newer than" criteria and
        are binary-only
        * daklib/queue.py (check_source_against_db, check_binary_against_db):
        invoke cross_suite_version_check as above

15 years agoAdd names to the various timestamps
Joerg Jaspert [Sun, 7 Dec 2008 15:10:48 +0000 (16:10 +0100)]
Add names to the various timestamps

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoTypo fix
Frank Lichtenheld [Thu, 4 Dec 2008 20:45:31 +0000 (21:45 +0100)]
Typo fix

Signed-off-by: Frank Lichtenheld <djpig@debian.org>
Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'pkern/new-reject-fix' into merge
Joerg Jaspert [Thu, 4 Dec 2008 20:42:00 +0000 (21:42 +0100)]
Merge commit 'pkern/new-reject-fix' into merge

* commit 'pkern/new-reject-fix':
  dak/process_new.py (recheck): call reject with empty prefixes

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodak/process_new.py (recheck): call reject with empty prefixes
Philipp Kern [Thu, 4 Dec 2008 20:33:33 +0000 (20:33 +0000)]
dak/process_new.py (recheck): call reject with empty prefixes

2008-12-04  Philipp Kern  <pkern@debian.org>

        * dak/process_new.py (recheck): call reject for
        Upload.check_{binary,source}_against_db with an empty prefix to not
        reject on warnings

Signed-off-by: Philipp Kern <pkern@debian.org>
15 years agoMerge commit 'pkern/spu-perms-fix' into merge
Joerg Jaspert [Thu, 4 Dec 2008 20:22:12 +0000 (21:22 +0100)]
Merge commit 'pkern/spu-perms-fix' into merge

* commit 'pkern/spu-perms-fix':
  make files moved to {o,}p-u-new world-readable

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomake files moved to {o,}p-u-new world-readable
Philipp Kern [Sun, 30 Nov 2008 07:21:36 +0000 (08:21 +0100)]
make files moved to {o,}p-u-new world-readable

2008-11-30  Philipp Kern  <pkern@debian.org>

        * dak/process_unchecked.py (do_stableupdate, do_oldstableupdate):
        move files to NEW for {old,}stable-proposed-updates world-readable
        (Closes: #368056)

15 years agoagain, trailing whitespaces removed
Filippo Giunchedi [Sun, 30 Nov 2008 10:42:14 +0000 (11:42 +0100)]
again, trailing whitespaces removed

15 years agocatch and output file write errors
Filippo Giunchedi [Sun, 30 Nov 2008 10:39:01 +0000 (11:39 +0100)]
catch and output file write errors

15 years agoprint help on non-existant dirs
Filippo Giunchedi [Sun, 30 Nov 2008 10:38:44 +0000 (11:38 +0100)]
print help on non-existant dirs

15 years agoinsert new items on top of feeds and purge them from the bottom
Filippo Giunchedi [Sun, 30 Nov 2008 10:32:19 +0000 (11:32 +0100)]
insert new items on top of feeds and purge them from the bottom

15 years agolenny-p-u
Joerg Jaspert [Sun, 30 Nov 2008 01:31:45 +0000 (02:31 +0100)]
lenny-p-u
byebye symlink_dists.py

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoadd datadir option
Filippo Giunchedi [Sun, 30 Nov 2008 00:16:46 +0000 (01:16 +0100)]
add datadir option

15 years agotrailing whitespaces corrected
Filippo Giunchedi [Sun, 30 Nov 2008 00:10:31 +0000 (01:10 +0100)]
trailing whitespaces corrected

15 years agofirst import
Filippo Giunchedi [Sun, 30 Nov 2008 00:01:24 +0000 (01:01 +0100)]
first import

15 years agoexperimental
Joerg Jaspert [Sat, 29 Nov 2008 23:57:40 +0000 (00:57 +0100)]
experimental

content files

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMake cross_suite_version_checks functional.
Joerg Jaspert [Sat, 29 Nov 2008 23:54:27 +0000 (00:54 +0100)]
Make cross_suite_version_checks functional.
OLD bug.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'mhy/securityqueue' into merge
Joerg Jaspert [Sat, 29 Nov 2008 18:10:06 +0000 (19:10 +0100)]
Merge commit 'mhy/securityqueue' into merge

* commit 'mhy/securityqueue':
  changelog for .changes change
  don't try and delete already moved changes files

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agochangelog for .changes change
Mark Hymers [Sat, 29 Nov 2008 18:04:55 +0000 (18:04 +0000)]
changelog for .changes change

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agodon't try and delete already moved changes files
Mark Hymers [Sat, 29 Nov 2008 18:03:18 +0000 (18:03 +0000)]
don't try and delete already moved changes files

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoGenerate a d-i info file
Joerg Jaspert [Sat, 29 Nov 2008 17:40:44 +0000 (18:40 +0100)]
Generate a d-i info file

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'mhy/securityqueue' into merge
Joerg Jaspert [Thu, 27 Nov 2008 15:47:31 +0000 (16:47 +0100)]
Merge commit 'mhy/securityqueue' into merge

* commit 'mhy/securityqueue':
  dak/new_security_install.py: Attempt to tidy up the buildd queue.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodak/new_security_install.py: Attempt to tidy up the buildd queue.
Mark Hymers [Thu, 27 Nov 2008 14:51:32 +0000 (14:51 +0000)]
dak/new_security_install.py: Attempt to tidy up the buildd queue.

The buildd team believes that the fact that the packages are in the security
pool after this point should be good enough.

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agosecurity
Joerg Jaspert [Tue, 25 Nov 2008 21:40:52 +0000 (22:40 +0100)]
security

hopefully enable useful mails again

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agobinary-upload-restrictions removed
Joerg Jaspert [Mon, 24 Nov 2008 19:45:42 +0000 (20:45 +0100)]
binary-upload-restrictions removed

unused code. thanks to gr...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoUnzip the files, but keep the originals for rsync to not needlessly retransfer unchan...
Joerg Jaspert [Mon, 24 Nov 2008 13:08:24 +0000 (14:08 +0100)]
Unzip the files, but keep the originals for rsync to not needlessly retransfer unchanged ones

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agobyebye old sarge and also m68k
Joerg Jaspert [Mon, 24 Nov 2008 12:35:04 +0000 (13:35 +0100)]
byebye old sarge and also m68k

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agobyebye m68k
Joerg Jaspert [Mon, 24 Nov 2008 09:59:26 +0000 (10:59 +0100)]
byebye m68k

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoUse zcat and only uncompress the files we need. also makes it better for rsync, as...
Joerg Jaspert [Sun, 23 Nov 2008 23:04:21 +0000 (00:04 +0100)]
Use zcat and only uncompress the files we need. also makes it better for rsync, as we dont remove all the input for it every time we just transferred it all again...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agouse the right rsync options to clean up and stuff.
Joerg Jaspert [Sun, 23 Nov 2008 22:54:09 +0000 (23:54 +0100)]
use the right rsync options to clean up and stuff.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agosuite overrides
Joerg Jaspert [Sun, 23 Nov 2008 22:46:27 +0000 (23:46 +0100)]
suite overrides

remove the case - we already checked if we know the suite we work on.
We also have the exact same command for all 3 suites, so why case anyway?

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAnd another sarge gone
Joerg Jaspert [Sun, 23 Nov 2008 22:43:36 +0000 (23:43 +0100)]
And another sarge gone

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoRemove dead and useless code, that had NEVER been reachable
Joerg Jaspert [Sun, 23 Nov 2008 22:41:12 +0000 (23:41 +0100)]
Remove dead and useless code, that had NEVER been reachable

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoFixup the indentation tab mess
Joerg Jaspert [Sun, 23 Nov 2008 22:40:06 +0000 (23:40 +0100)]
Fixup the indentation tab mess

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomkfilesindices
Joerg Jaspert [Sun, 23 Nov 2008 22:09:02 +0000 (23:09 +0100)]
mkfilesindices

put the arch all debs into every architecture indice, not in the source indices...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoReally fix the armel reject mess. I hope. Well. I pray. Maybe it works. Could be...
Joerg Jaspert [Sun, 23 Nov 2008 21:12:25 +0000 (22:12 +0100)]
Really fix the armel reject mess. I hope. Well. I pray. Maybe it works. Could be possible. Hope

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdd valid-until fields on security
Joerg Jaspert [Sun, 23 Nov 2008 20:25:51 +0000 (21:25 +0100)]
Add valid-until fields on security

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agochange buildd user to wbadm
Joerg Jaspert [Sat, 22 Nov 2008 16:41:35 +0000 (17:41 +0100)]
change buildd user to wbadm

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agosecurity
Joerg Jaspert [Mon, 17 Nov 2008 18:49:16 +0000 (19:49 +0100)]
security

remove security-install

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agosecurity
Joerg Jaspert [Sun, 16 Nov 2008 22:47:00 +0000 (23:47 +0100)]
security

change it to use a local queued for uploads to ftpmaster.
long term wish from security team to get rid of the old and unreliable
direct ftp.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomkfilesindices
Joerg Jaspert [Sun, 16 Nov 2008 18:57:00 +0000 (19:57 +0100)]
mkfilesindices

and it appears this braindead implementation prefers having codenames
instead of testing/unstable. how "future-proof".

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agofix
Joerg Jaspert [Sun, 16 Nov 2008 18:46:08 +0000 (19:46 +0100)]
fix

ha, main/i18n/ should be there, that helps

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agotypical
Joerg Jaspert [Sun, 16 Nov 2008 18:41:26 +0000 (19:41 +0100)]
typical

the useless typical doesnt know about i18n...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'tomv_w/master' into merge
Joerg Jaspert [Sat, 15 Nov 2008 15:26:43 +0000 (16:26 +0100)]
Merge commit 'tomv_w/master' into merge

* commit 'tomv_w/master':
  show-deferred: handle uploads that do not close bugs

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoshow-deferred: handle uploads that do not close bugs
Thomas Viehmann [Sat, 15 Nov 2008 09:04:19 +0000 (09:04 +0000)]
show-deferred: handle uploads that do not close bugs

Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agoMerge branch 'master' into security
Joerg Jaspert [Thu, 13 Nov 2008 06:59:00 +0000 (07:59 +0100)]
Merge branch 'master' into security

* master:
  dak.conf
  unchecked
  Create tracefile according to new format

15 years agoOldstable byebye
Joerg Jaspert [Thu, 13 Nov 2008 06:56:33 +0000 (07:56 +0100)]
Oldstable byebye

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodak.conf
Joerg Jaspert [Tue, 11 Nov 2008 20:23:11 +0000 (21:23 +0100)]
dak.conf

byeby oldstable

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agounchecked
Joerg Jaspert [Mon, 10 Nov 2008 21:26:16 +0000 (22:26 +0100)]
unchecked

ignore ssh errors with rietz AKA bugs, but warn if they are there for more than three days.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoCreate tracefile according to new format
Joerg Jaspert [Sat, 8 Nov 2008 14:10:23 +0000 (15:10 +0100)]
Create tracefile according to new format

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' into security
Joerg Jaspert [Wed, 5 Nov 2008 19:52:03 +0000 (20:52 +0100)]
Merge branch 'master' into security

* master:
  new-security-install

15 years agonew-security-install
Joerg Jaspert [Wed, 5 Nov 2008 19:51:41 +0000 (20:51 +0100)]
new-security-install

add a -H to the archvsync sudo call

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' into security
Joerg Jaspert [Sat, 1 Nov 2008 19:47:37 +0000 (20:47 +0100)]
Merge branch 'master' into security

* master:
  defaultsuite stuff

15 years agodefaultsuite stuff
Joerg Jaspert [Sat, 1 Nov 2008 19:47:07 +0000 (20:47 +0100)]
defaultsuite stuff

check upload_suite and not only default_suite.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' into security
Joerg Jaspert [Sat, 1 Nov 2008 18:56:31 +0000 (19:56 +0100)]
Merge branch 'master' into security

* master: (182 commits)
  Remove / Deactivate oldstable
  ignore EPERM as a result of the chmod of a .dak file
  EVIL SINGLE TAB CHARACTER IN LAST COMMIT EMERGENCY FIX
  changelog
  bug #
  produce changes without signature, fix delay calculation also for status
  add machine-readable status
  show_deferred
  config for show-deferred
  whitespace sanitizing
  move config to config
  message massage
  logfiles
  move show-deferred to dak
  move show-deferred to dak
  implement public access to deferred
  fix remaining days, some style
  spaces in uploader names
  validtime
  Valid-Until
  ...

15 years agoRemove / Deactivate oldstable
Joerg Jaspert [Mon, 27 Oct 2008 21:17:28 +0000 (22:17 +0100)]
Remove / Deactivate oldstable

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoignore EPERM as a result of the chmod of a .dak file
Philipp Kern [Tue, 21 Oct 2008 08:44:17 +0000 (10:44 +0200)]
ignore EPERM as a result of the chmod of a .dak file

2008-10-21  Philipp Kern  <pkern@debian.org>

        * daklib/queue.py: reintroduce James' check for EPERM after
          the chmod'ing of dak files and ignore it; just fubar if the file is
          world writable, which should really never happen

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'tomv_w/master' into merge
Joerg Jaspert [Tue, 14 Oct 2008 19:41:17 +0000 (21:41 +0200)]
Merge commit 'tomv_w/master' into merge

* commit 'tomv_w/master':
  EVIL SINGLE TAB CHARACTER IN LAST COMMIT EMERGENCY FIX
  changelog
  bug #
  produce changes without signature, fix delay calculation also for status

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoEVIL SINGLE TAB CHARACTER IN LAST COMMIT EMERGENCY FIX
Thomas Viehmann [Tue, 14 Oct 2008 19:36:57 +0000 (19:36 +0000)]
EVIL SINGLE TAB CHARACTER IN LAST COMMIT EMERGENCY FIX

Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agochangelog
Thomas Viehmann [Tue, 14 Oct 2008 19:31:34 +0000 (19:31 +0000)]
changelog

Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agobug #
Thomas Viehmann [Tue, 14 Oct 2008 19:30:17 +0000 (19:30 +0000)]
bug #

15 years agoproduce changes without signature, fix delay calculation also for status
Thomas Viehmann [Tue, 14 Oct 2008 15:21:26 +0000 (15:21 +0000)]
produce changes without signature, fix delay calculation also for status

Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agoMerge commit 'tomv_w/master' into merge
Joerg Jaspert [Sat, 11 Oct 2008 15:38:22 +0000 (17:38 +0200)]
Merge commit 'tomv_w/master' into merge

* commit 'tomv_w/master':
  add machine-readable status

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' of /org/ftp.debian.org/dak/
Thomas Viehmann [Sat, 11 Oct 2008 08:38:17 +0000 (08:38 +0000)]
Merge branch 'master' of /org/ftp.debian.org/dak/

Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agoadd machine-readable status
Thomas Viehmann [Sat, 11 Oct 2008 08:37:08 +0000 (08:37 +0000)]
add machine-readable status

Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agoshow_deferred
Joerg Jaspert [Sat, 11 Oct 2008 07:44:36 +0000 (09:44 +0200)]
show_deferred

remove debug output

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'tomv_w/master' into merge
Joerg Jaspert [Tue, 7 Oct 2008 20:51:48 +0000 (22:51 +0200)]
Merge commit 'tomv_w/master' into merge

* commit 'tomv_w/master':
  config for show-deferred
  whitespace sanitizing

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' of /org/ftp.debian.org/dak//
Thomas Viehmann [Tue, 7 Oct 2008 20:41:14 +0000 (20:41 +0000)]
Merge branch 'master' of /org/ftp.debian.org/dak//

15 years agoconfig for show-deferred
Thomas Viehmann [Tue, 7 Oct 2008 20:31:41 +0000 (20:31 +0000)]
config for show-deferred

15 years agowhitespace sanitizing
Thomas Viehmann [Tue, 7 Oct 2008 20:13:27 +0000 (20:13 +0000)]
whitespace sanitizing

15 years agoMerge commit 'tomv_w/master' into merge
Joerg Jaspert [Tue, 7 Oct 2008 20:12:54 +0000 (22:12 +0200)]
Merge commit 'tomv_w/master' into merge

* commit 'tomv_w/master':
  move config to config
  message massage
  move show-deferred to dak
  move show-deferred to dak
  implement public access to deferred
  fix remaining days, some style

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomove config to config
Thomas Viehmann [Tue, 7 Oct 2008 20:02:38 +0000 (20:02 +0000)]
move config to config

15 years agoMerge branch 'master' of /org/ftp.debian.org/dak//
Thomas Viehmann [Tue, 7 Oct 2008 19:59:17 +0000 (19:59 +0000)]
Merge branch 'master' of /org/ftp.debian.org/dak//

15 years agomessage massage
Thomas Viehmann [Tue, 7 Oct 2008 19:52:41 +0000 (19:52 +0000)]
message massage

15 years agologfiles
Joerg Jaspert [Tue, 7 Oct 2008 19:41:33 +0000 (21:41 +0200)]
logfiles

only keep 60 days of cron logfiles on disc

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomove show-deferred to dak
Thomas Viehmann [Tue, 7 Oct 2008 19:41:26 +0000 (19:41 +0000)]
move show-deferred to dak

15 years agomove show-deferred to dak
Thomas Viehmann [Tue, 7 Oct 2008 19:41:18 +0000 (19:41 +0000)]
move show-deferred to dak

15 years agoimplement public access to deferred
Thomas Viehmann [Mon, 6 Oct 2008 20:41:01 +0000 (20:41 +0000)]
implement public access to deferred

15 years agofix remaining days, some style
Thomas Viehmann [Tue, 30 Sep 2008 18:00:42 +0000 (18:00 +0000)]
fix remaining days, some style

15 years agoMerge commit 'tomv_w/master' into merge
Joerg Jaspert [Thu, 25 Sep 2008 20:08:52 +0000 (22:08 +0200)]
Merge commit 'tomv_w/master' into merge

* commit 'tomv_w/master':
  spaces in uploader names

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agospaces in uploader names
Thomas Viehmann [Thu, 25 Sep 2008 13:50:06 +0000 (13:50 +0000)]
spaces in uploader names

Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agoMerge commit 'sec-merge' into security
Joerg Jaspert [Wed, 24 Sep 2008 21:34:23 +0000 (23:34 +0200)]
Merge commit 'sec-merge' into security

* commit 'sec-merge':
  cater for uid_email None in sponsor notification
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'sec-merge' into security
Joerg Jaspert [Wed, 24 Sep 2008 21:26:01 +0000 (23:26 +0200)]
Merge commit 'sec-merge' into security

* commit 'sec-merge':
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Tell bzr that dak.py should be executable
  Use "import daklib.foo as foo" style
  Use "import daklib.foo as foo" style
  Cleanup

15 years agoMerge commit 'sec-merge' into security
Joerg Jaspert [Wed, 24 Sep 2008 21:22:16 +0000 (23:22 +0200)]
Merge commit 'sec-merge' into security

* commit 'sec-merge': (29 commits)
  Cleanup
  Cleanup
  Cleanup in check_archives
  pychecker cleanup
  "Fake" a changelog entry for Mark
  Do not allow o-p-u-new to break dinstall
  WTF? rm -f ? WTF?
  Revert examine_package.py, which was broken
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  clean up pychecker warnings
  fix the simpler of the pychecker errors
  ...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years ago+x
Joerg Jaspert [Wed, 24 Sep 2008 20:22:25 +0000 (22:22 +0200)]
+x

mark it executable...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoTemplate
Joerg Jaspert [Wed, 24 Sep 2008 20:15:33 +0000 (22:15 +0200)]
Template

Commit the template change done by security team some time ago.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agocater for uid_email None in sponsor notification(cherry picked from commit 0d765d5cbf...
Thomas Viehmann [Sun, 4 May 2008 06:55:42 +0000 (06:55 +0000)]
cater for uid_email None in sponsor notification(cherry picked from commit 0d765d5cbf58ca3d9d7621d9fc9e6cc6dc94f244)

Signed-off-by: Joerg Jaspert <joerg@debian.org>
Signed-off-by: Thomas Viehmann <tv@beamnet.de>
15 years agoWTF? rm -f ? WTF?(cherry picked from commit d7bdf461c9c5cdc1d5502917f5b306237f65ed83)
Joerg Jaspert [Sat, 3 May 2008 20:14:19 +0000 (22:14 +0200)]
WTF? rm -f ? WTF?(cherry picked from commit d7bdf461c9c5cdc1d5502917f5b306237f65ed83)

Signed-off-by: Joerg Jaspert <joerg@debian.org>
Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agovalidtime
Joerg Jaspert [Tue, 23 Sep 2008 19:19:29 +0000 (21:19 +0200)]
validtime

actually make this configurable and set it to 7 days for those suites
that regularly change. dont touch any older than stable-proposed-updates.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoValid-Until
Joerg Jaspert [Tue, 23 Sep 2008 18:35:11 +0000 (20:35 +0200)]
Valid-Until

Add a Valid-Until "header" to the generated Release files.
Meaning "$receiver shouldn't trust this files after that date".
Should be used by apt and similar tools to detect some kind of MITM attacks,
see #499897 for more information.
Currently set to "7 days from now".

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoNo more ftp debug
Joerg Jaspert [Sun, 21 Sep 2008 14:47:57 +0000 (16:47 +0200)]
No more ftp debug

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomd5sum check, passive mode
Joerg Jaspert [Sun, 21 Sep 2008 14:45:02 +0000 (16:45 +0200)]
md5sum check, passive mode

Only check md5sums after transfering stuff to the target if we are
configured to do this. We can't do this via ftp, as the files on
ftp.upload.debian.org aren't readable for us (vsftpd runs as a user
not allowed to read them).

Also, no need to check them - if the files are really broken then the
next queued will detect that and mail the maintainer anyways. So it
wont get broken files near the archive.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoUse perltidy on debianqueued
Joerg Jaspert [Sun, 21 Sep 2008 14:28:27 +0000 (16:28 +0200)]
Use perltidy on debianqueued

Use perltidy -i=2 -syn -lp -csc -cscw -ce -l=78 -cti=1  -b debianqueued

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomd5sum check option
Joerg Jaspert [Sun, 21 Sep 2008 14:03:16 +0000 (16:03 +0200)]
md5sum check option

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