Log of /trunk/data/bts
Directory Listing
Revision
1584 -
Directory Listing
Modified
Wed Jul 18 19:17:11 2007 UTC
(5 years, 11 months ago)
by
myon
fix svn:ignore
Revision
1424 -
Directory Listing
Modified
Thu Sep 21 21:35:28 2006 UTC
(6 years, 8 months ago)
by
myon
also show packages with owned wnpp bugs
Revision
1384 -
Directory Listing
Modified
Fri Aug 4 10:33:58 2006 UTC
(6 years, 10 months ago)
by
vela
Move TODO item to bts-keywords itself since it's unlikely to be
implemented now.
Revision
1333 -
Directory Listing
Modified
Mon Apr 24 17:02:03 2006 UTC
(7 years, 1 month ago)
by
myon
also recognize upper case package names
Revision
1309 -
Directory Listing
Modified
Thu Mar 16 11:41:42 2006 UTC
(7 years, 3 months ago)
by
myon
also recognize wnpp bugs without " -- description"
Revision
1157 -
Directory Listing
Modified
Sun Nov 20 16:32:26 2005 UTC
(7 years, 7 months ago)
by
myon
extract wnpp bugs by maintainer
Revision
1115 -
Directory Listing
Modified
Sat Nov 5 23:43:41 2005 UTC
(7 years, 7 months ago)
by
tbm
Use a generic name for the LDAP BTS interface
Revision
1066 -
Directory Listing
Modified
Sat Aug 6 18:30:45 2005 UTC
(7 years, 10 months ago)
by
jeroen
Make DDPO sarge-ready (using db4.2 in stead of db2)
Revision
1057 -
Directory Listing
Modified
Fri Jul 29 14:41:29 2005 UTC
(7 years, 10 months ago)
by
tbm
catch ldap.SERVER_DOWN exception
Revision
1011 -
Directory Listing
Modified
Thu May 26 14:34:40 2005 UTC
(8 years ago)
by
tbm
avoid code duplication
Revision
900 -
Directory Listing
Modified
Tue Jan 25 19:37:29 2005 UTC
(8 years, 4 months ago)
by
jeroen
Use bts2ldap-filter to significantly increase performance (only doing
Mail::Header stuff after basic regex filtering on all bugs, with help from
bts2ldap-filter)
Revision
899 -
Directory Listing
Modified
Tue Jan 25 19:36:28 2005 UTC
(8 years, 4 months ago)
by
jeroen
Added a simpel script to get a subset of the bts2ldap index
Revision
890 -
Directory Listing
Modified
Tue Jan 11 17:55:49 2005 UTC
(8 years, 5 months ago)
by
tbm
let's update the copyright too.
Revision
889 -
Directory Listing
Modified
Tue Jan 11 17:44:31 2005 UTC
(8 years, 5 months ago)
by
tbm
add a .cvsignore file for the files bts-wnpp_rm generates
Revision
888 -
Directory Listing
Modified
Tue Jan 11 17:41:49 2005 UTC
(8 years, 5 months ago)
by
tbm
Deal with the fact that dict["debbugsTitle"] might not exist when there's
no Subject.
Revision
870 -
Directory Listing
Modified
Thu Nov 11 19:16:31 2004 UTC
(8 years, 7 months ago)
by
tbm
New values would be added to the .db file but old values weren't removed.
Noticed by Gunnar Wolf and debugged by Jeroen. Fix this (and another
problem which would show if the page is loaded exactly when the files is
being created/overwritten) by creating a temporary file and then renaming
it.
Revision
867 -
Directory Listing
Modified
Mon Nov 8 14:05:11 2004 UTC
(8 years, 7 months ago)
by
tbm
Make the script work with woody
Revision
866 -
Directory Listing
Modified
Mon Nov 8 14:04:59 2004 UTC
(8 years, 7 months ago)
by
tbm
Use a full path
Revision
865 -
Directory Listing
Modified
Mon Nov 8 14:04:28 2004 UTC
(8 years, 7 months ago)
by
tbm
Add a script by Jeroen van Wolffelaar to create a summary of wnpp and removal
request entries for use in QA pages
Revision
757 -
Directory Listing
Modified
Thu Apr 1 20:15:19 2004 UTC
(9 years, 2 months ago)
by
tbm
The BTS LDAP interface moved to bugs.debian.org.
Revision
736 -
Directory Listing
Modified
Tue Mar 23 00:54:34 2004 UTC
(9 years, 2 months ago)
by
tbm
Fix typo.
Revision
735 -
Directory Listing
Modified
Tue Mar 23 00:52:15 2004 UTC
(9 years, 2 months ago)
by
tbm
Convert the list to a string before writing it to a file.
Revision
712 -
Directory Listing
Modified
Sat Mar 20 18:16:22 2004 UTC
(9 years, 3 months ago)
by
tbm
Python puts WNPP queries in arrays.
Revision
700 -
Directory Listing
Modified
Sat Mar 20 17:07:26 2004 UTC
(9 years, 3 months ago)
by
tbm
The new bts2ldap gateway can cope with multiple keywords.
Revision
699 -
Directory Listing
Modified
Sat Mar 20 17:06:49 2004 UTC
(9 years, 3 months ago)
by
tbm
Use Andreas Barth's bts2ldap gateway.
Revision
340 -
Directory Listing
Modified
Fri Aug 2 22:09:52 2002 UTC
(10 years, 10 months ago)
by
tbm
Verbose is an int, not a string.
Revision
337 -
Directory Listing
Modified
Fri Aug 2 21:34:21 2002 UTC
(10 years, 10 months ago)
by
tbm
Cosmetics.
Revision
336 -
Directory Listing
Modified
Fri Aug 2 21:32:45 2002 UTC
(10 years, 10 months ago)
by
tbm
Strip the package name because obviously the BTS includes the white space
when you report a bug against the package "foo ".
Revision
335 -
Directory Listing
Modified
Fri Aug 2 21:28:41 2002 UTC
(10 years, 10 months ago)
by
tbm
Add a -v/--verbose option which shows the maintainer of a package.
Revision
334 -
Directory Listing
Modified
Fri Aug 2 20:58:27 2002 UTC
(10 years, 10 months ago)
by
tbm
Don't hard code the path of the config file so people who put this
script outside of /org/qa.debian.org... can use it too. Simply
put the bts.conf file in the same directory as the scripts (prompted by
Colin Watson).
Revision
323 -
Directory Listing
Modified
Sun May 19 12:37:07 2002 UTC
(11 years, 1 month ago)
by
tbm
There's no need to put the name of the config file in a variable since
it's only needed once in main anyway (fixes a pychecker warning about
overwriting variables too).
Revision
275 -
Directory Listing
Modified
Thu Jan 31 19:28:28 2002 UTC
(11 years, 4 months ago)
by
tbm
We need the config file
Revision
274 -
Directory Listing
Modified
Thu Jan 31 19:22:50 2002 UTC
(11 years, 4 months ago)
by
tbm
Only use the first keyword from the command line. The BTS LDAP interface
currently only support querying for one paramter. This will either be
fixed when Torsten or Ben fix the LDAP interface or I use debbugs SQL
database for this (which I plan to do anyway sooner or later).
Revision
273 -
Directory Listing
Added
Thu Jan 31 19:16:46 2002 UTC
(11 years, 4 months ago)
by
tbm
bts-keywords shows all bugs with a specific keyword.