]> git.decadent.org.uk Git - dak.git/log
dak.git
15 years agomove generate_contents_information to utils.py
Mike O'Connor [Mon, 9 Feb 2009 00:58:34 +0000 (19:58 -0500)]
move generate_contents_information to utils.py

generate_contents_information will be used by p-a and by the bootstrap
so I move it to a more common location.

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoadd a class providing access methods to a projectb database
Mike O'Connor [Sat, 7 Feb 2009 18:34:56 +0000 (13:34 -0500)]
add a class providing access methods to a projectb database

This class provides an alternative to daklib/database.py for accessing a
projectb database.  This benefits to this alternative are that it uses the
psycopg2 module instead of the pg module, and I object oriented.  My
motivation for creating this class is to keep the new code for generating
Contents.gz files free from the pg module, and therefore, the only functions
I've moved into this class so far are those needed for generating the
Contents.gz files.

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoMerge branch 'content_generation' of http://kernel.ubuntu.com/~mcasadevall/dak into...
Mike O'Connor [Wed, 28 Jan 2009 02:09:57 +0000 (21:09 -0500)]
Merge branch 'content_generation' of http://kernel.ubuntu.com/~mcasadevall/dak into content_generation

Conflicts:

dak/dakdb/update2.py
dak/update_db.py

This updates the "required_schema" to 4, moving mcasadevall's update2 to
update4

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agomoveftp.sh
Joerg Jaspert [Tue, 20 Jan 2009 21:14:06 +0000 (22:14 +0100)]
moveftp.sh

little script to be used on ravel, whenever ravel is hosting
ftp.upload.d.o, so we don't need two queueds

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoremove versioncmp from db
Joerg Jaspert [Sun, 18 Jan 2009 16:24:40 +0000 (17:24 +0100)]
remove versioncmp from db

remove the versioncmp function from the db.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoupdate2
Joerg Jaspert [Sun, 18 Jan 2009 16:19:46 +0000 (17:19 +0100)]
update2

yay, we didnt even have plpgsql, but need it.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoupdate2
Joerg Jaspert [Sun, 18 Jan 2009 16:17:23 +0000 (17:17 +0100)]
update2

might actually be helpful to create plperl if one wants perl, not sql. brrr

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoupdate2
Joerg Jaspert [Sun, 18 Jan 2009 16:13:45 +0000 (17:13 +0100)]
update2

also create the perl language. We are database superuser, we can do so.

And then set config value to 2, this is update 2.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoRemove versioncmp
Roger Leigh [Sun, 18 Jan 2009 12:33:59 +0000 (12:33 +0000)]
Remove versioncmp

15 years agocruft_report: Use debversion operators in place of versioncmp
Roger Leigh [Sun, 18 Jan 2009 12:33:58 +0000 (12:33 +0000)]
cruft_report: Use debversion operators in place of versioncmp

15 years agoupdate_db: Require database schema version 2
Roger Leigh [Sun, 18 Jan 2009 12:33:57 +0000 (12:33 +0000)]
update_db: Require database schema version 2

15 years agoAdd update2 to create debversion type
Roger Leigh [Sun, 18 Jan 2009 12:33:56 +0000 (12:33 +0000)]
Add update2 to create debversion type

15 years agoMerge commit 'stew/master' into merge
Joerg Jaspert [Thu, 15 Jan 2009 16:18:45 +0000 (17:18 +0100)]
Merge commit 'stew/master' into merge

* commit 'stew/master':
  Fix for show_new calling examine_package with correct "suite"

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoFix for show_new calling examine_package with correct "suite"
Mike O'Connor [Thu, 15 Jan 2009 15:35:41 +0000 (15:35 +0000)]
Fix for show_new calling examine_package with correct "suite"

Signed-off-by: Mike O'Connor <stew@ries.debian.org>
15 years agoRevert "examine_package"
Joerg Jaspert [Thu, 15 Jan 2009 08:57:59 +0000 (09:57 +0100)]
Revert "examine_package"

This reverts commit fb135219f1c99d0817e7d793bcfad3cc40a69a72.
(idiot me, wrong place)

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoexamine_package
Joerg Jaspert [Thu, 15 Jan 2009 08:56:19 +0000 (09:56 +0100)]
examine_package

a missing = in sql is not what postgres likes

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoshow_new
Joerg Jaspert [Thu, 15 Jan 2009 08:52:05 +0000 (09:52 +0100)]
show_new

and the same goes for check_dsc/check_deb

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoshow_new
Joerg Jaspert [Thu, 15 Jan 2009 08:49:58 +0000 (09:49 +0100)]
show_new

display_changes from examine_packages does want two args now

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'stew/master' into merge
Joerg Jaspert [Thu, 15 Jan 2009 00:44:38 +0000 (01:44 +0100)]
Merge commit 'stew/master' into merge

* commit 'stew/master':
  make examine_package check dependencies based on suite
  Get rid of non ascii character in source file.
  update dinstall.html for 4 daily dinstall runs
  fix removals rss feed when there are fewer than 16 removals

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomake examine_package check dependencies based on suite
Mike O'Connor [Wed, 14 Jan 2009 17:23:53 +0000 (12:23 -0500)]
make examine_package check dependencies based on suite

examin_package.py would assume that a package when targetting unstable when
checking Depends and Recommends relationships.  Now it will allow the suite to
be specified when checking a .deb or .dsc and will read the suite from the
.changes file when checking .changes

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoGet rid of non ascii character in source file.
Mike O'Connor [Wed, 14 Jan 2009 16:14:17 +0000 (11:14 -0500)]
Get rid of non ascii character in source file.

There was a ß in utils.py that I think was supposed to be a 0.  Either it needs
to be changed to a 0 or the character encoding needs to be declared at the top
of the source file.  I opted to change the character to a 0.

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoMerge branch 'master' of https://ftp-master.debian.org/git/dak
Mike O'Connor [Wed, 14 Jan 2009 07:59:58 +0000 (02:59 -0500)]
Merge branch 'master' of https://ftp-master.debian.org/git/dak

Conflicts:

web/dinstall.html

15 years agosignature checking changes
Joerg Jaspert [Fri, 9 Jan 2009 17:26:33 +0000 (18:26 +0100)]
signature checking changes

Adjust the gpgv signature check. Add one more case of broken key to detect,
EXPKEYSIG. From gnupg docs:
    EXPKEYSIG   <long keyid>  <username>
    The signature with the keyid is good, but the signature was
    made by an expired key. The username is the primary one
    encoded in UTF-8 and %XX escaped.

Also, handle KEYEXPIRED right. The first argument given back is NOT the keyid,
it is the timestamp when the key expired. From gnupg docs:
    KEYEXPIRED <expire-timestamp>
    The key has expired.  expire-timestamp is the expiration time
    in seconds after the epoch.

    Note, that TIMESTAMP may either be a number with seconds since
    epoch or an ISO 8601 string which can be detected by the
    presence of the letter 'T' inside.
So lets go and see if we find a T, if not convert the epoch to something
more easily human readable in our reject message.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdded initial COPY statement
Michael Casadevall [Mon, 5 Jan 2009 01:42:59 +0000 (20:42 -0500)]
Added initial COPY statement

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoModified to create caches on disk so COPY can be used, INCOMPLETE!
Michael Casadevall [Sun, 4 Jan 2009 23:30:21 +0000 (18:30 -0500)]
Modified to create caches on disk so COPY can be used, INCOMPLETE!

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'origin/master' into content_generation
Michael Casadevall [Sun, 4 Jan 2009 00:29:01 +0000 (19:29 -0500)]
Merge commit 'origin/master' into content_generation

15 years agoModified import_contents to use less selects, increasing performance
Michael Casadevall [Sun, 4 Jan 2009 00:27:54 +0000 (19:27 -0500)]
Modified import_contents to use less selects, increasing performance
to acceptable limited.

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoAdded content import, merged master, added update2 script,
Michael Casadevall [Sat, 3 Jan 2009 21:52:53 +0000 (16:52 -0500)]
Added content import, merged master, added update2 script,
added new quotes file, and added commands to dak.py

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agodpkg upload block
Joerg Jaspert [Sat, 3 Jan 2009 12:54:43 +0000 (13:54 +0100)]
dpkg upload block

this also uses lookup_uid_from_fingerprint which now returns 3 values...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' into content_generation
Michael Casadevall [Sat, 3 Jan 2009 02:46:15 +0000 (21:46 -0500)]
Merge branch 'master' into content_generation

15 years agodinstall.html
Joerg Jaspert [Sat, 3 Jan 2009 00:23:47 +0000 (01:23 +0100)]
dinstall.html

Added the pointer to the announce for the 6h dinstall runs.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoupdate dinstall.html for 4 daily dinstall runs
Mike O'Connor [Fri, 2 Jan 2009 23:58:12 +0000 (18:58 -0500)]
update dinstall.html for 4 daily dinstall runs

dinstall.html contains a javascript countdown timer used to estimate when the
next dinstall run will occur.  It was hardcoded for 2 daily dinstall runs.
This patch hard codes it to 4 daily runs.

There previously was a link to the announcement of the switch to 2 daily
dinstall runs.  I was not able to locate a similar announcement to the switch
to 4 daily runs, so I simply removed the link to the announcement.

Signed-off-by: Mike O'Connor <stew@debian.org>
Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodm-monitor
Joerg Jaspert [Sat, 3 Jan 2009 00:13:45 +0000 (01:13 +0100)]
dm-monitor

fixup the "Packages DM may update" listing a little.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agofix removals rss feed when there are fewer than 16 removals
Mike O'Connor [Sat, 3 Jan 2009 00:03:10 +0000 (01:03 +0100)]
fix removals rss feed when there are fewer than 16 removals

To: joerg@debian.org
Date: Fri, 02 Jan 2009 23:28:02 +0100
X-Spam-Status: No, score=-3.586 tagged_above=-99 required=4.6 tests=[AWL=0.013, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
User-Agent: Mutt/1.5.18 (2008-05-17)

tools/removals.pl was making the assumption that at least 16 removals exist in
removals.txt.  If there are not, it creates and rss feed with with bogus empty
removals to pad the output to 16 entries.  This patch removes this false
assumption.

Signed-off-by: Mike O'Connor <stew@debian.org>
Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'ncomm/dm_upload_allowed' into merge
Joerg Jaspert [Sat, 3 Jan 2009 00:00:14 +0000 (01:00 +0100)]
Merge commit 'ncomm/dm_upload_allowed' into merge

* commit 'ncomm/dm_upload_allowed':
  Fixed dm-monitor to work on new schema

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoFixed dm-monitor to work on new schema
Michael Casadevall [Fri, 2 Jan 2009 23:57:15 +0000 (18:57 -0500)]
Fixed dm-monitor to work on new schema
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoupdate dinstall.html for 4 daily dinstall runs
Mike O'Connor [Fri, 2 Jan 2009 23:53:02 +0000 (18:53 -0500)]
update dinstall.html for 4 daily dinstall runs

dinstall.html contains a javascript countdown timer used to estimate when the
next dinstall run will occur.  It was hardcoded for 2 daily dinstall runs.
This patch hard codes it to 4 daily runs.

There previously was a link to the announcement of the switch to 2 daily
dinstall runs.  I was not able to locate a similar announcement to the switch
to 4 daily runs, so I simply removed the link to the announcement.

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoMerge branch 'master' of https://ftp-master.debian.org/git/dak
Mike O'Connor [Fri, 2 Jan 2009 23:51:25 +0000 (18:51 -0500)]
Merge branch 'master' of https://ftp-master.debian.org/git/dak

15 years agoMerge commit 'ncomm/dm_upload_allowed' into merge
Joerg Jaspert [Fri, 2 Jan 2009 23:24:28 +0000 (00:24 +0100)]
Merge commit 'ncomm/dm_upload_allowed' into merge

* commit 'ncomm/dm_upload_allowed':
  Modified to actually be, you know, not reject every DM upload ..

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoModified to actually be, you know, not reject every DM upload ..
Michael Casadevall [Fri, 2 Jan 2009 23:23:35 +0000 (18:23 -0500)]
Modified to actually be, you know, not reject every DM upload ..
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge branch 'master' of https://ftp-master.debian.org/git/dak
Mike O'Connor [Fri, 2 Jan 2009 23:23:06 +0000 (18:23 -0500)]
Merge branch 'master' of https://ftp-master.debian.org/git/dak

15 years agoMerge commit 'ncomm/dm_upload_allowed' into merge
Joerg Jaspert [Fri, 2 Jan 2009 23:13:16 +0000 (00:13 +0100)]
Merge commit 'ncomm/dm_upload_allowed' into merge

* commit 'ncomm/dm_upload_allowed':
  Removed excess -D option from byhand-dm

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoRemoved excess -D option from byhand-dm
Michael Casadevall [Fri, 2 Jan 2009 23:12:04 +0000 (18:12 -0500)]
Removed excess -D option from byhand-dm

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'ncomm/dm_upload_allowed' into merge
Joerg Jaspert [Fri, 2 Jan 2009 23:08:06 +0000 (00:08 +0100)]
Merge commit 'ncomm/dm_upload_allowed' into merge

* commit 'ncomm/dm_upload_allowed':
  Modified update_db.py to handle cases with port/host were non-standard,

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoModified update_db.py to handle cases with port/host were non-standard,
Michael Casadevall [Fri, 2 Jan 2009 23:06:39 +0000 (18:06 -0500)]
Modified update_db.py to handle cases with port/host were non-standard,
or unspecified in dak.conf (i.e., using default settings)

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge branch 'master' of https://ftp-master.debian.org/git/dak
Mike O'Connor [Fri, 2 Jan 2009 22:47:58 +0000 (17:47 -0500)]
Merge branch 'master' of https://ftp-master.debian.org/git/dak

15 years agoMerge branch 'master' into content_generation
Michael Casadevall [Fri, 2 Jan 2009 22:02:03 +0000 (17:02 -0500)]
Merge branch 'master' into content_generation

15 years agoMerge commit 'ncomm/dm_upload_allowed' into merge
Joerg Jaspert [Fri, 2 Jan 2009 22:23:27 +0000 (23:23 +0100)]
Merge commit 'ncomm/dm_upload_allowed' into merge

* commit 'ncomm/dm_upload_allowed':
  Fixed to handle multiple DD/DM keyrings, and ldap to handle new DM status
  Modified dm status to be a keyring specific switch, modified update1
  Fixed it so the fingerprint table is properly referenced vs the uid
  fix typo
  Fixed and made changes for Joerg.
  Actually use the sleep call ...
  Updated update_db.py to use a lockfile properly and to properly wait.
  fixed update_db not to have a braindead mistake. Don't write code at 1 in the
  Added update system for the database, and the first update script
  Changed process_unchecked.py to handle DM's (slightly) more sanely.
  Modified dak to use non-braindead DM schema, and use an actual column for
  Corrected a bug with the handling of DM-Upload-Allowed and experimental suites of the archive
  Added dm-upload-allowed flag to exist, and added support for all

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agofix removals rss feed when there are fewer than 16 removals
Mike O'Connor [Fri, 2 Jan 2009 22:21:46 +0000 (17:21 -0500)]
fix removals rss feed when there are fewer than 16 removals

tools/removals.pl was making the assumption that at least 16 removals exist in
removals.txt.  If there are not, it creates and rss feed with with bogus empty
removals to pad the output to 16 entries.  This patch removes this false
assumption.

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoMerge commit 'origin/master' into dm_upload_allowed
Michael Casadevall [Fri, 2 Jan 2009 21:58:37 +0000 (16:58 -0500)]
Merge commit 'origin/master' into dm_upload_allowed

Conflicts:

ChangeLog.old

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoFixed to handle multiple DD/DM keyrings, and ldap to handle new DM status
Michael Casadevall [Fri, 2 Jan 2009 21:56:59 +0000 (16:56 -0500)]
Fixed to handle multiple DD/DM keyrings, and ldap to handle new DM status

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge branch 'master' into content_generation
Michael Casadevall [Tue, 30 Dec 2008 21:10:35 +0000 (16:10 -0500)]
Merge branch 'master' into content_generation

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoModified dm status to be a keyring specific switch, modified update1
Michael Casadevall [Thu, 1 Jan 2009 20:34:27 +0000 (15:34 -0500)]
Modified dm status to be a keyring specific switch, modified update1
to handle the dm: format change, added support for changing the keyring
switch in dak.conf

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoFixed it so the fingerprint table is properly referenced vs the uid
Michael Casadevall [Thu, 1 Jan 2009 16:42:31 +0000 (11:42 -0500)]
Fixed it so the fingerprint table is properly referenced vs the uid

Obviously my brain checked out halfway through designing on this;
feel free to insult me greatly

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge branch 'master' into dm_upload_allowed
Michael Casadevall [Thu, 1 Jan 2009 16:37:37 +0000 (11:37 -0500)]
Merge branch 'master' into dm_upload_allowed

15 years agoqueue_report
Joerg Jaspert [Wed, 31 Dec 2008 12:40:22 +0000 (13:40 +0100)]
queue_report

fix "too many values to unpack", thanks to addition of changes filename for
the 822 output.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoRemove ChangeLog, add README.coding
Joerg Jaspert [Wed, 31 Dec 2008 10:45:41 +0000 (11:45 +0100)]
Remove ChangeLog, add README.coding

Removed the ChangeLog, from now on we go with the git commit messages. One source
less for merge conflicts.

Also added a README.coding, mostly a copy from dakV2. I very much love to get code
from others, so to not annoy new committers too much, lets go and write the basic
rules I try to apply down here. Better than nagging after I got a patch to merge.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agonew.822
Joerg Jaspert [Wed, 31 Dec 2008 10:17:27 +0000 (11:17 +0100)]
new.822

actually show the right changes filename

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'ncomm/master' into merge
Joerg Jaspert [Wed, 31 Dec 2008 09:59:35 +0000 (10:59 +0100)]
Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Added Changes file to the 822 queue report
  Fixed sql-qptvc.cpp to work on modern postgresql versions,

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge from Michael:
Joerg Jaspert [Wed, 31 Dec 2008 09:56:32 +0000 (10:56 +0100)]
Merge from Michael:

Fixed sql-qptvc.cpp to work on modern postgresql versions,
and made the makefile be less braindead

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
(cherry picked from commit 8e2d5f69dc3519cff036b34e6e7ce3956088f7e1)

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdded Changes file to the 822 queue report
Michael Casadevall [Wed, 31 Dec 2008 01:17:53 +0000 (20:17 -0500)]
Added Changes file to the 822 queue report

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoFixed sql-qptvc.cpp to work on modern postgresql versions,
Michael Casadevall [Tue, 30 Dec 2008 22:57:38 +0000 (17:57 -0500)]
Fixed sql-qptvc.cpp to work on modern postgresql versions,
and made the makefile be less braindead

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agofix typo
Mark Hymers [Tue, 30 Dec 2008 21:35:00 +0000 (21:35 +0000)]
fix typo

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoMerge branch 'master' into dm_upload_allowed
Michael Casadevall [Tue, 30 Dec 2008 21:13:05 +0000 (16:13 -0500)]
Merge branch 'master' into dm_upload_allowed

Conflicts:

ChangeLog

15 years agoStart of contents scanner
Michael Casadevall [Tue, 30 Dec 2008 15:00:33 +0000 (10:00 -0500)]
Start of contents scanner

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoGenerate 822 format for more queues
Joerg Jaspert [Tue, 30 Dec 2008 16:56:29 +0000 (17:56 +0100)]
Generate 822 format for more queues

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoIts a list of queues, not full directories
Joerg Jaspert [Tue, 30 Dec 2008 16:46:27 +0000 (17:46 +0100)]
Its a list of queues, not full directories

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'ncomm/master' into merge
Joerg Jaspert [Tue, 30 Dec 2008 16:42:10 +0000 (17:42 +0100)]
Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Added directories option to the queue report

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdded directories option to the queue report
Michael Casadevall [Tue, 30 Dec 2008 15:54:00 +0000 (10:54 -0500)]
Added directories option to the queue report

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoFixed and made changes for Joerg.
Michael Casadevall [Tue, 30 Dec 2008 15:06:44 +0000 (10:06 -0500)]
Fixed and made changes for Joerg.

NOTICE: import_keyring.py has not been smoke tested. In case
        of breakage, run and hide from Joerg.

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoActually use the sleep call ...
Michael Casadevall [Tue, 30 Dec 2008 14:28:25 +0000 (09:28 -0500)]
Actually use the sleep call ...

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoUpdated update_db.py to use a lockfile properly and to properly wait.
Michael Casadevall [Tue, 30 Dec 2008 12:47:06 +0000 (07:47 -0500)]
Updated update_db.py to use a lockfile properly and to properly wait.

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agofixed update_db not to have a braindead mistake. Don't write code at 1 in the
Michael Casadevall [Tue, 30 Dec 2008 11:30:25 +0000 (06:30 -0500)]
fixed update_db not to have a braindead mistake. Don't write code at 1 in the
morning and then submit it for inclusion ....

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'dak-master/master' into dm_upload_allowed
Michael Casadevall [Tue, 30 Dec 2008 05:23:09 +0000 (00:23 -0500)]
Merge commit 'dak-master/master' into dm_upload_allowed

Conflicts:

ChangeLog

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoAdded update system for the database, and the first update script
Michael Casadevall [Tue, 30 Dec 2008 02:35:04 +0000 (21:35 -0500)]
Added update system for the database, and the first update script

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'ncomm/master' into merge
Joerg Jaspert [Mon, 29 Dec 2008 22:23:45 +0000 (23:23 +0100)]
Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Fixed 822 queue report to actually print out the timestamp sanely

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoFixed 822 queue report to actually print out the timestamp sanely
Michael Casadevall [Mon, 29 Dec 2008 22:22:17 +0000 (17:22 -0500)]
Fixed 822 queue report to actually print out the timestamp sanely

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'ncomm/master' into merge
Joerg Jaspert [Mon, 29 Dec 2008 21:54:41 +0000 (22:54 +0100)]
Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Added Last-Modified field for QA team

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoChanged process_unchecked.py to handle DM's (slightly) more sanely.
Michael Casadevall [Mon, 29 Dec 2008 20:27:20 +0000 (15:27 -0500)]
Changed process_unchecked.py to handle DM's (slightly) more sanely.

Previously, process_unchecked only checked unstable to determine DM upload rights.

This caused issues with experimental since a package could have DM-Allowed-Upload in experimental
but not in stable causing a REJECT.

The applied code change causes dak to find the highest version of a package, and use its uploaders/DM-Allowed-Uploader
flag to determine upload rights to that package. This also resolves a corner case usage where a package only exists
in testing/stable/oldstable, and upload rights to {t-|o-}p-u.

Note: In addition to the previous ALTER TABLE statememnt, the following SQL query is necessary to
      finish the schema updates. This does not apply to installations not using DMs.

      UPDATE source SET dm_upload_allowed = 't' WHERE id = (SELECT source FROM src_uploaders);

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'dak-master/master' into dm_upload_allowed
Michael Casadevall [Mon, 29 Dec 2008 19:23:07 +0000 (14:23 -0500)]
Merge commit 'dak-master/master' into dm_upload_allowed

Conflicts:

ChangeLog

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge branch 'master' of http://ftp-master.debian.org/git/dak
Michael Casadevall [Mon, 29 Dec 2008 19:20:50 +0000 (14:20 -0500)]
Merge branch 'master' of http://ftp-master.debian.org/git/dak

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'djpig/djpig' into merge
Joerg Jaspert [Sun, 28 Dec 2008 19:13:37 +0000 (20:13 +0100)]
Merge commit 'djpig/djpig' into merge

* commit 'djpig/djpig':
  override: Handle source-only packages better

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agooverride: Handle source-only packages better
Frank Lichtenheld [Sun, 28 Dec 2008 19:07:22 +0000 (19:07 +0000)]
override: Handle source-only packages better

15 years agoAdded Last-Modified field for QA team
Michael Casadevall [Sat, 27 Dec 2008 01:50:15 +0000 (20:50 -0500)]
Added Last-Modified field for QA team

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoModified dak to use non-braindead DM schema, and use an actual column for
Michael Casadevall [Fri, 26 Dec 2008 23:05:33 +0000 (18:05 -0500)]
Modified dak to use non-braindead DM schema, and use an actual column for
logged DM rights in the archive. Much better :-)

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoCorrected a bug with the handling of DM-Upload-Allowed and experimental suites of...
Michael Casadevall [Fri, 26 Dec 2008 21:29:19 +0000 (16:29 -0500)]
Corrected a bug with the handling of DM-Upload-Allowed and experimental suites of the archive

Closes: #506587 and #502943
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoAdded dm-upload-allowed flag to exist, and added support for all
Michael Casadevall [Fri, 26 Dec 2008 12:31:32 +0000 (07:31 -0500)]
Added dm-upload-allowed flag to exist, and added support for all
uploaders to properly appear in src_uploaders table as per Tom's suggestion

SQL database change:
ALTER TABLE source ADD COLUMN dm_upload_allowed BOOLEAN DEFAULT 'no' NOT NULL;

15 years agoCall it hourly with -8
Joerg Jaspert [Wed, 24 Dec 2008 09:41:51 +0000 (10:41 +0100)]
Call it hourly with -8
Fix the unassigned variable

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'ncomm/master' into merge
Joerg Jaspert [Wed, 24 Dec 2008 00:48:35 +0000 (01:48 +0100)]
Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Added queue to 822 output

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' of http://ftp-master.debian.org/git/dak
Michael Casadevall [Wed, 24 Dec 2008 00:47:01 +0000 (19:47 -0500)]
Merge branch 'master' of http://ftp-master.debian.org/git/dak

15 years agoAdded queue to 822 output
Michael Casadevall [Wed, 24 Dec 2008 00:46:33 +0000 (19:46 -0500)]
Added queue to 822 output

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoMerge commit 'ncomm/master' into merge
Joerg Jaspert [Wed, 24 Dec 2008 00:42:20 +0000 (01:42 +0100)]
Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Fixed handling of BYHAND packages in queue_report

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoFixed handling of BYHAND packages in queue_report
Michael Casadevall [Wed, 24 Dec 2008 00:38:38 +0000 (19:38 -0500)]
Fixed handling of BYHAND packages in queue_report

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoA space
Joerg Jaspert [Wed, 24 Dec 2008 00:06:42 +0000 (01:06 +0100)]
A space

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoSponsor is just a mailaddress
Joerg Jaspert [Wed, 24 Dec 2008 00:05:01 +0000 (01:05 +0100)]
Sponsor is just a mailaddress

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoSeperate the Queue-Report::Options::822 with 2 : instead of one :
Joerg Jaspert [Tue, 23 Dec 2008 23:55:45 +0000 (00:55 +0100)]
Seperate the Queue-Report::Options::822 with 2 : instead of one :

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'ncomm/master' into merge
Joerg Jaspert [Tue, 23 Dec 2008 23:55:32 +0000 (00:55 +0100)]
Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Added changelog and config file settings
  Clarified help message
  Added 822 reported to queue_report to writing out to a file

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdded changelog and config file settings
Michael Casadevall [Tue, 23 Dec 2008 23:47:14 +0000 (18:47 -0500)]
Added changelog and config file settings
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoClarified help message
Michael Casadevall [Tue, 23 Dec 2008 23:35:03 +0000 (18:35 -0500)]
Clarified help message
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
15 years agoAdded 822 reported to queue_report to writing out to a file
Michael Casadevall [Tue, 23 Dec 2008 23:31:54 +0000 (18:31 -0500)]
Added 822 reported to queue_report to writing out to a file

Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>