]>
git.decadent.org.uk Git - dak.git/log
Luca Falavigna [Wed, 24 Jun 2015 17:32:04 +0000 (17:32 +0000)]
Allow to export NEWS file (Closes: #709444)
Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
Joerg Jaspert [Tue, 23 Jun 2015 05:57:45 +0000 (07:57 +0200)]
Add an options line for the web/ dir
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Sun, 21 Jun 2015 20:30:34 +0000 (22:30 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
dak/rm: Pass a list of bugs to remove() as the correct parameter
Niels Thykier [Sun, 21 Jun 2015 20:27:53 +0000 (22:27 +0200)]
dak/rm: Pass a list of bugs to remove() as the correct parameter
Thanks to Adam D. Barratt for spotting the mistake.
Signed-off-by: Niels Thykier <niels@thykier.net>
Ansgar Burchardt [Sun, 21 Jun 2015 19:20:57 +0000 (21:20 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
Niels Thykier [Sun, 21 Jun 2015 17:52:28 +0000 (19:52 +0200)]
dak/rm: Pass a list of bugs to remove() rather than a string
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Thu, 18 Jun 2015 20:16:43 +0000 (22:16 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
daklib/rm: Fix boolean inversion on partial removals
Niels Thykier [Thu, 18 Jun 2015 15:13:40 +0000 (17:13 +0200)]
daklib/rm: Fix boolean inversion on partial removals
Signed-off-by: Niels Thykier <niels@thykier.net>
Ansgar Burchardt [Wed, 17 Jun 2015 07:57:01 +0000 (09:57 +0200)]
Implicitly release lock when closing file
Letting Python close the file will also release the lock after having
flushed all buffers.
Reported-by: Niels Thykier <niels@thykier.net>
Jakub Wilk [Wed, 17 Jun 2015 14:12:43 +0000 (16:12 +0200)]
lintian.tags: add empty-binary-package
Signed-off-by: Jakub Wilk <jwilk@debian.org>
Joerg Jaspert [Wed, 17 Jun 2015 21:07:18 +0000 (23:07 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
daklib/rm: Components can be None even when partial is True
Niels Thykier [Wed, 17 Jun 2015 21:05:24 +0000 (23:05 +0200)]
daklib/rm: Components can be None even when partial is True
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Wed, 17 Jun 2015 21:03:41 +0000 (23:03 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
auto-decruft: Remember to commit database changes
Niels Thykier [Wed, 17 Jun 2015 21:00:57 +0000 (23:00 +0200)]
auto-decruft: Remember to commit database changes
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Wed, 17 Jun 2015 20:54:52 +0000 (22:54 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
auto-decruft: Use an id rather than an ORM object in SQL
Niels Thykier [Wed, 17 Jun 2015 20:19:46 +0000 (22:19 +0200)]
auto-decruft: Use an id rather than an ORM object in SQL
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Mon, 15 Jun 2015 20:20:18 +0000 (22:20 +0200)]
Let auto-decruft (hopefully not) destroy the archive
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Ansgar Burchardt [Tue, 16 Jun 2015 22:19:14 +0000 (00:19 +0200)]
Change indices for {src,bin}_contents
Ansgar Burchardt [Mon, 15 Jun 2015 18:53:02 +0000 (20:53 +0200)]
daklib/ls.py: manage our own database session
session_wrapper gets confused by generators: let "f" be a generator
making use of a database session:
def wrapped_f():
session = DBConn().session()
try:
return f(session)
finally:
session.close()
for item in wrapped_f():
do_something(item)
will leak database sessions as the implementation of "f" will only be
invoked from the for-loop. However at this time the "finally" block
closing the session has already run. SQLAlchemy will helpfully reopen
the session, but it will not be closed in the end.
Ansgar Burchardt [Sun, 14 Jun 2015 10:25:56 +0000 (12:25 +0200)]
daklib/daklog.py: acquire an advisory lock when writing to file
Ansgar Burchardt [Sun, 14 Jun 2015 10:22:31 +0000 (12:22 +0200)]
daklib/rm.py: acquire an advisory lock when writing to file
Ansgar Burchardt [Sun, 14 Jun 2015 07:29:44 +0000 (09:29 +0200)]
ls: Also search for codename.
Bug: https://bugs.debian.org/788669
Ansgar Burchardt [Sun, 14 Jun 2015 07:29:14 +0000 (09:29 +0200)]
Add codename to package_list view
Ansgar Burchardt [Sat, 13 Jun 2015 13:00:17 +0000 (15:00 +0200)]
autocruft: Report NVIU removals.
Ansgar Burchardt [Sat, 13 Jun 2015 12:56:04 +0000 (14:56 +0200)]
autodecruft: Make function look a bit nicer.
Ansgar Burchardt [Sat, 13 Jun 2015 12:53:28 +0000 (14:53 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
Niels Thykier [Sat, 13 Jun 2015 12:32:01 +0000 (14:32 +0200)]
auto-decruft: Disable short options for NVI
The short options were originally not intended to be used, but until
now I did not know how to disable the short options.
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sat, 13 Jun 2015 11:27:39 +0000 (13:27 +0200)]
auto-decruft: Fix and reduce two SQL statements
Thanks to Ansgar Burchardt for spotting these issues.
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Fri, 12 Jun 2015 14:46:10 +0000 (16:46 +0200)]
auto-decruft: Merge groups with same name
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Fri, 12 Jun 2015 06:18:43 +0000 (08:18 +0200)]
auto-decruft: Expand NVI in cmd line argument names
Signed-off-by: Niels Thykier <niels@thykier.net>
Ansgar Burchardt [Thu, 11 Jun 2015 22:56:36 +0000 (00:56 +0200)]
Remove more unused code.
Ansgar Burchardt [Thu, 11 Jun 2015 22:50:04 +0000 (00:50 +0200)]
Remove unneeded import.
Ansgar Burchardt [Thu, 11 Jun 2015 22:32:45 +0000 (00:32 +0200)]
typo: providors -> providers
Niels Thykier [Wed, 10 Jun 2015 06:11:27 +0000 (08:11 +0200)]
process_upload: Remove unused variables
Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Ansgar Burchardt <ansgar@debian.org>
Ansgar Burchardt [Thu, 11 Jun 2015 22:29:20 +0000 (00:29 +0200)]
Don't pass "session" to process_it()
Reported-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Thu, 11 Jun 2015 21:28:52 +0000 (23:28 +0200)]
auto-decruft: Fix typo of "denoted"
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Thu, 11 Jun 2015 21:28:10 +0000 (23:28 +0200)]
auto-decrufter: Support NVIX removals
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Thu, 11 Jun 2015 21:20:45 +0000 (23:20 +0200)]
auto-decruft: Create a more helpful help/usage message
Signed-off-by: Niels Thykier <niels@thykier.net>
Ansgar Burchardt [Thu, 11 Jun 2015 19:27:07 +0000 (21:27 +0200)]
Revert "ls: also accept codenames"
This would need addition of the codename to the "package_list" view.
This reverts commit
87087596eaef30f9e2bfaa5908ffceadf7813a25 .
Ansgar Burchardt [Thu, 11 Jun 2015 19:17:43 +0000 (21:17 +0200)]
ls: also accept codenames
Ansgar Burchardt [Thu, 11 Jun 2015 19:16:09 +0000 (21:16 +0200)]
Remove dak/generate_filelist.py
Help! A zombie appeared!
Joerg Jaspert [Thu, 11 Jun 2015 12:49:41 +0000 (14:49 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
rm: Ensure con_components are not None
Niels Thykier [Thu, 11 Jun 2015 12:48:05 +0000 (14:48 +0200)]
rm: Ensure con_components are not None
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Thu, 11 Jun 2015 12:47:55 +0000 (14:47 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
rm: Only add component restriction if there is a component
Niels Thykier [Thu, 11 Jun 2015 12:46:05 +0000 (14:46 +0200)]
rm: Only add component restriction if there is a component
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Thu, 11 Jun 2015 12:45:08 +0000 (14:45 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft'
* nthykier/auto-decruft:
daklib/rm: Use strings and not RowProxy as key
Niels Thykier [Thu, 11 Jun 2015 12:43:30 +0000 (14:43 +0200)]
daklib/rm: Use strings and not RowProxy as key
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Thu, 11 Jun 2015 12:20:19 +0000 (14:20 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft' into merge
* nthykier/auto-decruft:
dak/rm: Fix typo in key name
Niels Thykier [Thu, 11 Jun 2015 12:18:22 +0000 (14:18 +0200)]
dak/rm: Fix typo in key name
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Thu, 11 Jun 2015 12:09:48 +0000 (14:09 +0200)]
Add autocruft function, calling (guess) auto_decruft
For now only with -n and then mail out what it thinks it would do.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Joerg Jaspert [Thu, 11 Jun 2015 12:03:32 +0000 (14:03 +0200)]
Merge remote-tracking branch 'nthykier/auto-decruft' into merge
* nthykier/auto-decruft:
Rewrite auto-decruft to group removals
daklib/rm: Add a fitting dak-quote
auto-decruft: Batch check source-less cruft
auto-decruft: Fix wording of removal message
auto-decruft: Use bind variables
auto_decruft: Fix typo
utils: Use a set rather than list
utils: Drop unused fields from database query
utils: Avoid some throw away collections
generate_filelist.py: Fix typo
utils: Add a quiet=False parameter to check_reverse_depends
Add dak auto-decruft command based on cruft-report
Move two queries from cruft_report to daklib/cruft
Extract a "remove" method from "dak rm"
Niels Thykier [Thu, 11 Jun 2015 11:36:04 +0000 (13:36 +0200)]
Merge branch 'master' into auto-decruft-passive
Conflicts:
dak/generate_filelist.py
Ansgar Burchardt [Tue, 9 Jun 2015 19:18:56 +0000 (21:18 +0200)]
Remove old implementation of generate-packages-sources
This patch removes the old implementation of generate-packages-sources
that used apt-ftparchive instead of the metadata in the Postgres
database.
Ansgar Burchardt [Mon, 8 Jun 2015 22:50:19 +0000 (00:50 +0200)]
daklib/queue.py: Remove unneeded imports.
Ansgar Burchardt [Mon, 8 Jun 2015 22:46:50 +0000 (00:46 +0200)]
Remove obsolete daklib/holding.py.
Ansgar Burchardt [Mon, 8 Jun 2015 22:31:07 +0000 (00:31 +0200)]
Remove old database schema update scripts
Some very old schema update scripts make use of obsolete code and
would need to be updated to keep working. Just remove them instead.
Niels Thykier [Mon, 8 Jun 2015 06:24:13 +0000 (08:24 +0200)]
Rewrite auto-decruft to group removals
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 09:38:42 +0000 (11:38 +0200)]
daklib/rm: Add a fitting dak-quote
Which doubles as a fitting disclaimer too.
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 10:46:09 +0000 (12:46 +0200)]
auto-decruft: Batch check source-less cruft
Add a ReverseDependencyChecker class for bulk testing breakage in
reverse dependencies and use it in the auto-decrufter.
At this point, disable the NBS removal - it will be re-added in the
next commit.
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 09:37:48 +0000 (11:37 +0200)]
auto-decruft: Fix wording of removal message
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 09:30:21 +0000 (11:30 +0200)]
auto-decruft: Use bind variables
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 09:27:44 +0000 (11:27 +0200)]
auto_decruft: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 08:10:48 +0000 (10:10 +0200)]
utils: Use a set rather than list
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 07:38:10 +0000 (09:38 +0200)]
utils: Drop unused fields from database query
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 06:41:14 +0000 (08:41 +0200)]
utils: Avoid some throw away collections
Avoid creating collections that are thrown away after a single (or
even zero) uses.
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sun, 7 Jun 2015 10:09:02 +0000 (12:09 +0200)]
generate_filelist.py: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Joerg Jaspert [Sat, 6 Jun 2015 11:32:28 +0000 (13:32 +0200)]
Update, jessie 8.1
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Niels Thykier [Sat, 6 Jun 2015 10:25:22 +0000 (12:25 +0200)]
utils: Add a quiet=False parameter to check_reverse_depends
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sat, 6 Jun 2015 09:41:35 +0000 (11:41 +0200)]
Add dak auto-decruft command based on cruft-report
The new auto-decruft command automatically removes:
* sourceless binaries
* NBS
When the removals can be done without breaking any reverse
dependencies.
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sat, 6 Jun 2015 08:22:25 +0000 (10:22 +0200)]
Move two queries from cruft_report to daklib/cruft
Signed-off-by: Niels Thykier <niels@thykier.net>
Niels Thykier [Sat, 6 Jun 2015 07:57:33 +0000 (09:57 +0200)]
Extract a "remove" method from "dak rm"
Signed-off-by: Niels Thykier <niels@thykier.net>
Ansgar Burchardt [Thu, 28 May 2015 21:48:17 +0000 (23:48 +0200)]
Remove more obsolete code.
Ansgar Burchardt [Thu, 28 May 2015 21:15:12 +0000 (23:15 +0200)]
Remove obsolete code.
Julien Cristau [Mon, 25 May 2015 14:41:36 +0000 (16:41 +0200)]
dakweb: add -a option for madison
Signed-off-by: Julien Cristau <jcristau@debian.org>
Ansgar Burchardt [Mon, 18 May 2015 18:48:40 +0000 (20:48 +0200)]
Re-enable TLS for LDAP
CACERTFILE now must point to a CA, using service certificates directly
doesn't work.
Also use per-connection settings for TLS. Note that the order of
set_option calls matters (setting ldap.OPT_X_TLS_NEWCTX first
fails)...
Ansgar Burchardt [Mon, 18 May 2015 18:12:40 +0000 (20:12 +0200)]
Do not require TLS for LDAP.
Somehow this broke with the upgrade to Debian 8. As the information is
more or less informational (connect keys to accounts), do not require
TLS for LDAP connections for a moment.
Ansgar Burchardt [Sun, 17 May 2015 10:12:51 +0000 (12:12 +0200)]
apache.conf: merge changes from upgrade to Debian 8
Ansgar Burchardt [Sat, 16 May 2015 21:41:35 +0000 (23:41 +0200)]
dak.conf: update path to db.debian.org certificate
Ansgar Burchardt [Sat, 16 May 2015 17:39:39 +0000 (19:39 +0200)]
docs: Add notes from Jessie release.
Ansgar Burchardt [Sat, 16 May 2015 13:25:58 +0000 (15:25 +0200)]
update-bugdoctxt: set SSL_CERT_FILE when calling lynx
lynx doesn't seem able to use the service certificates in
/etc/ssl/certs and the SSL_CERT_DIR environment variable doesn't seem
to work either.
While at it, also run lynx as the dak-unpriv user.
Ansgar Burchardt [Sat, 16 May 2015 13:19:35 +0000 (15:19 +0200)]
deleteAssociations: handle empty idList
Ansgar Burchardt [Sat, 16 May 2015 12:22:30 +0000 (14:22 +0200)]
Use apt_pkg.parse_src_depends to parse Build-Depends(-Indep)
apt_pkg.parse_depends does not handle all features allowed in the
Build-Depends(-Indep) fields. In particular it gives an error when
Build-Depends contains restriction formulas as used for build
profiles.
Ansgar Burchardt [Sat, 16 May 2015 12:03:59 +0000 (14:03 +0200)]
Add --ca-directory=/etc/ssl/ca-debian to wget options.
Ansgar Burchardt [Sat, 16 May 2015 09:17:52 +0000 (11:17 +0200)]
debianqueued: switch to Email::Sender
Email::Send is deprecated and not part of Debian 8 (Jessie).
Ansgar Burchardt [Thu, 14 May 2015 09:42:58 +0000 (11:42 +0200)]
debian-security: import new security updates into stable-kfreebsd
Joerg Jaspert [Mon, 11 May 2015 08:11:45 +0000 (10:11 +0200)]
No, we don't need to see this output, halt die klappe cron
Joerg Jaspert [Mon, 11 May 2015 08:01:17 +0000 (10:01 +0200)]
Exclude tiffani/ from dd-sync and shut up cron
its a state dir only and files change too often so rsync gets annoyed
which in turn annoys cron which hands that over to ftpmasters, who
dont like it. AWAY, you mails.
Joerg Jaspert [Mon, 11 May 2015 07:53:39 +0000 (09:53 +0200)]
public mirror is not ries
Ansgar Burchardt [Fri, 8 May 2015 08:50:19 +0000 (10:50 +0200)]
Merge remote-tracking branch 'dktrkranz/releases'
Joerg Jaspert [Fri, 8 May 2015 08:11:44 +0000 (10:11 +0200)]
And another case of "shutup, cron"
Luca Falavigna [Fri, 8 May 2015 06:57:28 +0000 (06:57 +0000)]
Add jessie freeze and release dates
Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
Joerg Jaspert [Wed, 6 May 2015 15:31:42 +0000 (17:31 +0200)]
Shutup unchecked
Joerg Jaspert [Wed, 6 May 2015 15:20:50 +0000 (17:20 +0200)]
make-mirror shutup
Joerg Jaspert [Thu, 30 Apr 2015 07:18:44 +0000 (09:18 +0200)]
Silence dak generate-releases
Ansgar Burchardt [Tue, 28 Apr 2015 07:17:02 +0000 (09:17 +0200)]
Send buildd notifications for oldstable again.
Ansgar Burchardt [Mon, 27 Apr 2015 12:13:05 +0000 (14:13 +0200)]
Document how to import additional sources into the security archive.
Ansgar Burchardt [Mon, 27 Apr 2015 08:52:58 +0000 (10:52 +0200)]
Do not require overridecodename to be set.
Ansgar Burchardt [Mon, 27 Apr 2015 08:52:17 +0000 (10:52 +0200)]
Make sure ${exportdir} for stable-new exists.
Ansgar Burchardt [Mon, 27 Apr 2015 08:51:49 +0000 (10:51 +0200)]
Make "mirrordir" a local variable.
Ansgar Burchardt [Sun, 26 Apr 2015 10:33:57 +0000 (12:33 +0200)]
update-suite: Handle case of not installing new packages.