Log of /trunk/pts/www/bin
Directory Listing
Revision
2049 -
Directory Listing
Modified
Fri Nov 28 16:53:12 2008 UTC
(4 years, 5 months ago)
by
zack
factorize a new hash_name function instead of hard-coding "liba"
convention
Revision
2048 -
Directory Listing
Modified
Fri Nov 28 14:42:45 2008 UTC
(4 years, 5 months ago)
by
zack
add support for piuparts
(Currently implicitely disabled by the fact that piuparts is not being run on a
regular basis. In theory, when piuparts will start publishing reports, the PTS
should automagically work, in theory ...)
Revision
2047 -
Directory Listing
Modified
Fri Nov 28 12:22:04 2008 UTC
(4 years, 5 months ago)
by
zack
support for retrieving piuparts summary
Revision
2046 -
Directory Listing
Modified
Fri Nov 28 12:05:16 2008 UTC
(4 years, 5 months ago)
by
zack
snapshot (with oldstable disabled, though not by me)
Revision
2021 -
Directory Listing
Modified
Mon Nov 3 17:15:44 2008 UTC
(4 years, 6 months ago)
by
zack
ensure spaces do not end up in package/bugcount indexes
Revision
2020 -
Directory Listing
Modified
Mon Nov 3 17:10:05 2008 UTC
(4 years, 6 months ago)
by
zack
typo in usage string
Revision
2001 -
Directory Listing
Modified
Fri Oct 10 17:17:06 2008 UTC
(4 years, 7 months ago)
by
myon
Remove several perl and python includes of private home directories. python-zsi is now officially installed on master.
Revision
1988 -
Directory Listing
Modified
Wed Sep 3 10:52:17 2008 UTC
(4 years, 8 months ago)
by
hertzog
Trap exceptions and display a warning instead when parsing bugs-src.txt.
Revision
1982 -
Directory Listing
Modified
Sat Aug 16 04:26:26 2008 UTC
(4 years, 9 months ago)
by
zack
- use utf8 encoding for intermediate xml files, as package descriptions are
encoded in utf-8
- more verbose output of output problems
Revision
1954 -
Directory Listing
Modified
Mon Aug 11 19:09:48 2008 UTC
(4 years, 9 months ago)
by
zack
instead of querying UDD during PTS incoming update, retrieve precomputed result
The result is being updated thrice a day on master, and is available from
http://master.debian.org/~zack/pts/shortdesc.txt . The script generating the
result is the one available in the PTS code base.
Revision
1953 -
Directory Listing
Modified
Mon Aug 11 18:45:08 2008 UTC
(4 years, 9 months ago)
by
zack
minor reorganization of update_incoming logics
- enforce the convention that all Sources file are called
Sources-DISTRO_COMPONENT, instead of having mixture of '-', '_', and whatsnot
- factorize retrieval code removing several copy/pasted lines to retrieve
Sources
Revision
1952 -
Directory Listing
Modified
Mon Aug 11 18:41:08 2008 UTC
(4 years, 9 months ago)
by
zack
fix potential runtime exception error
ensure that hashing '' returns 0 instead of raising an exn
Revision
1951 -
Directory Listing
Modified
Mon Aug 11 02:57:03 2008 UTC
(4 years, 9 months ago)
by
zack
add tooltips on binary package names containing short package description
(Closes: #370087)
Revision
1950 -
Directory Listing
Modified
Mon Aug 11 01:40:19 2008 UTC
(4 years, 9 months ago)
by
zack
retrieve package descriptions via UDD
Revision
1949 -
Directory Listing
Modified
Mon Aug 11 01:36:09 2008 UTC
(4 years, 9 months ago)
by
zack
add function to generically redirect output of incoming updater scripts to
file, in a safe way (backup/recovery of previous values, error messages in case
of failures)
Revision
1943 -
Directory Listing
Modified
Sun Aug 10 21:57:50 2008 UTC
(4 years, 9 months ago)
by
zack
script to retrieve most recent short package descriptions from UDD
Revision
1941 -
Directory Listing
Modified
Sat Aug 9 14:00:07 2008 UTC
(4 years, 9 months ago)
by
zack
be more resilient to SOAP failures during retrieving of bug summaries
if SOAP retrieval fail, output a suitable error message and continue retrieving
the remaining stuff of incoming
Revision
1940 -
Directory Listing
Modified
Sat Aug 9 13:55:20 2008 UTC
(4 years, 9 months ago)
by
zack
avoid counting fixed/done bugs within the help/gift bug support
Revision
1939 -
Directory Listing
Modified
Sat Aug 9 01:57:35 2008 UTC
(4 years, 9 months ago)
by
zack
add support for showing bugs tagged "help" and (user)tagged "gift"
(Closes: #469627)
- help bugs are shown as problems, inviting people to help the maintainer
- gift bugs are shown as such at the end of the right bug box
Revision
1937 -
Directory Listing
Modified
Fri Aug 8 23:35:35 2008 UTC
(4 years, 9 months ago)
by
zack
check in script to collect bug summaries via SOAP using tag/usertag lookups
Revision
1933 -
Directory Listing
Modified
Fri Aug 8 17:19:52 2008 UTC
(4 years, 9 months ago)
by
zack
add support for displaying pending mentors.d.n upload sponsorhips as TODO items
(Closes: #463050)
Revision
1932 -
Directory Listing
Modified
Fri Aug 8 14:54:12 2008 UTC
(4 years, 9 months ago)
by
zack
factorize file opening logic into "treat_sources_file" to avoid repetition of the pattern:
f = open(...)
treat_sources_file(f, ..)
f.close()
Revision
1928 -
Directory Listing
Modified
Fri Aug 8 07:21:15 2008 UTC
(4 years, 9 months ago)
by
zack
revert bogus path change
Revision
1927 -
Directory Listing
Modified
Fri Aug 8 07:17:49 2008 UTC
(4 years, 9 months ago)
by
zack
improve lintian support
- output the lintian link under the links section only if lintian has something
to say about this package, according to http://lintian.debian.org/qa-list.txt
(Closes: #458329)
- show a TODO item about lintian warning and errors (not info messages)
(Closes: #243729)
Revision
1925 -
Directory Listing
Modified
Thu Aug 7 03:24:32 2008 UTC
(4 years, 9 months ago)
by
zack
fix sorting order of news received in the same second (Closes: #354307)
Revision
1914 -
Directory Listing
Modified
Fri Jul 11 08:34:03 2008 UTC
(4 years, 10 months ago)
by
hertzog
Use get_content_type() instead of deprecated get_type().
Revision
1911 -
Directory Listing
Modified
Fri Jun 27 12:16:36 2008 UTC
(4 years, 10 months ago)
by
hertzog
Download bugs.txt from ddpo and use it for source-wide bug statistics.
Display bug counts without duplicates by default and with duplicate
in parenthesis. Also applies for count of patches in the todo section.
Revision
1900 -
Directory Listing
Modified
Sun Jun 15 15:00:21 2008 UTC
(4 years, 11 months ago)
by
hertzog
Simplify test by dropping useless intermediary variable.
Revision
1899 -
Directory Listing
Modified
Sun Jun 15 14:39:42 2008 UTC
(4 years, 11 months ago)
by
hertzog
Fix nice_wget to work with set -e. Convert to UTF-8 as well.
Revision
1898 -
Directory Listing
Modified
Sun Jun 15 13:45:11 2008 UTC
(4 years, 11 months ago)
by
filippo
do not ignore wget failure in nice_wget and remove .new
Revision
1887 -
Directory Listing
Modified
Fri Jun 13 07:24:41 2008 UTC
(4 years, 11 months ago)
by
hertzog
Apply patch from Lucas Nussbaum to integrate launchpad stats of
corresponding source package in Ubuntu. Closes: #483179
Revision
1882 -
Directory Listing
Modified
Fri Jun 6 10:42:02 2008 UTC
(4 years, 11 months ago)
by
hertzog
Disable warning, it happens too often.
Revision
1866 -
Directory Listing
Modified
Mon Apr 28 12:50:58 2008 UTC
(5 years ago)
by
zack
add support for showing packages which are part of ongoing transitions (Closes: #476731)
Revision
1843 -
Directory Listing
Modified
Tue Apr 8 08:09:48 2008 UTC
(5 years, 1 month ago)
by
hertzog
Ignore bad lines in wnpp_rm file (just print a warning)
Revision
1823 -
Directory Listing
Modified
Mon Jan 28 19:29:40 2008 UTC
(5 years, 3 months ago)
by
zack
first implementation of DEHS <-> PTS integration:
- incoming is now populated with: packages reported as out of date wrt upstream
and packages whose watch file is broken
- the information is propagated to other.xml
- broken watch are reported as items in the "problems" section
- out of date packages are reported as items in the "todo" section
Revision
1821 -
Directory Listing
Modified
Fri Jan 25 17:58:44 2008 UTC
(5 years, 3 months ago)
by
zack
check xsltproc exit code and write errors on output if needed (Closes: #240829)
Revision
1820 -
Directory Listing
Modified
Fri Jan 25 17:51:20 2008 UTC
(5 years, 3 months ago)
by
zack
copyright: bump / add myself
Revision
1814 -
Directory Listing
Modified
Thu Jan 17 12:29:11 2008 UTC
(5 years, 4 months ago)
by
zack
bump (some) copyright years
Revision
1800 -
Directory Listing
Modified
Thu Dec 20 10:06:45 2007 UTC
(5 years, 4 months ago)
by
zack
output svnbuildstat link only when svnbuildstat actually have an entry for a given source package (closes: #456294)
Revision
1783 -
Directory Listing
Modified
Mon Dec 3 12:29:43 2007 UTC
(5 years, 5 months ago)
by
zack
add the ability to specify the cgi URL to submit query to
Revision
1782 -
Directory Listing
Modified
Sun Dec 2 21:27:13 2007 UTC
(5 years, 5 months ago)
by
zack
minimal usage string
Revision
1781 -
Directory Listing
Modified
Sun Dec 2 21:22:48 2007 UTC
(5 years, 5 months ago)
by
zack
fix module paths so that the soap interface is usable on master
Revision
1779 -
Directory Listing
Modified
Sun Dec 2 21:06:20 2007 UTC
(5 years, 5 months ago)
by
zack
move the soap stuff in place, so that it can be tested on master
Revision
1778 -
Directory Listing
Modified
Sun Dec 2 20:59:41 2007 UTC
(5 years, 5 months ago)
by
zack
reorganized constants
Revision
1777 -
Directory Listing
Modified
Sun Dec 2 17:45:28 2007 UTC
(5 years, 5 months ago)
by
zack
Moved the soap stuff in the *www's* bin dir.
Added yet more methods, still lot more todo ...
Revision
1773 -
Directory Listing
Modified
Sat Dec 1 17:56:06 2007 UTC
(5 years, 5 months ago)
by
zack
Moved implementation of lowThresholdNMU out of sources_to_xml; the previous
implementation was bound to the timestamping of sources and hence would have
quickly become out of date wrt the wiki page. Being now in other_to_xml the
lownmu stamp can be updated independetly from sources.
Revision
1750 -
Directory Listing
Modified
Fri Nov 30 09:38:28 2007 UTC
(5 years, 5 months ago)
by
zack
- added support to show low threshold NMU tags associated to package pages
Revision
1749 -
Directory Listing
Modified
Fri Nov 30 01:02:21 2007 UTC
(5 years, 5 months ago)
by
zack
close an erroneously left open file (nothing serious though)
Revision
1746 -
Directory Listing
Modified
Thu Nov 29 19:07:17 2007 UTC
(5 years, 5 months ago)
by
zack
invoke stylesheet to generate RSS feeds of package news
Revision
1741 -
Directory Listing
Modified
Thu Nov 29 16:45:56 2007 UTC
(5 years, 5 months ago)
by
zack
factorized file finding and simplified do_all.sh
Revision
1725 -
Directory Listing
Modified
Mon Oct 22 16:34:33 2007 UTC
(5 years, 6 months ago)
by
hertzog
Track more closely patches so that new patches lead to a new HTML page.
Revision
1723 -
Directory Listing
Modified
Fri Oct 5 19:47:12 2007 UTC
(5 years, 7 months ago)
by
myon
remove old .cvsignore files
Revision
1602 -
Directory Listing
Modified
Wed Jul 25 06:17:45 2007 UTC
(5 years, 9 months ago)
by
hertzog
Use volatile.d.o instead of .d.net.
Revision
1500 -
Directory Listing
Modified
Tue Feb 20 23:02:27 2007 UTC
(6 years, 2 months ago)
by
filippo
applied patch by zack to improve xs-vcs-* fields display/handling
Revision
1431 -
Directory Listing
Modified
Fri Oct 6 10:16:30 2006 UTC
(6 years, 7 months ago)
by
hertzog
Add more known VCS (patch from zack)
Revision
1430 -
Directory Listing
Modified
Tue Oct 3 08:37:14 2006 UTC
(6 years, 7 months ago)
by
hertzog
Little bugfix from zack.
Revision
1427 -
Directory Listing
Modified
Sun Sep 24 09:13:54 2006 UTC
(6 years, 7 months ago)
by
hertzog
Support X-Vcs and Vcs-*.
Revision
1412 -
Directory Listing
Modified
Fri Sep 8 07:41:08 2006 UTC
(6 years, 8 months ago)
by
hertzog
Applying patch from Stefano Zacchiroli <zack@debian.org> for supporting
the X-VCS-* field.
Revision
1399 -
Directory Listing
Modified
Tue Aug 15 15:12:01 2006 UTC
(6 years, 9 months ago)
by
jeroen
Don't process .svn dirs
Revision
1355 -
Directory Listing
Modified
Mon Jun 26 11:30:26 2006 UTC
(6 years, 10 months ago)
by
hertzog
Change url of Ubuntu's patches.
Revision
1353 -
Directory Listing
Modified
Mon Jun 12 17:38:52 2006 UTC
(6 years, 11 months ago)
by
jeroen
Drop secure-testing
Revision
1350 -
Directory Listing
Modified
Sun Jun 11 17:47:37 2006 UTC
(6 years, 11 months ago)
by
hertzog
Use X-DAK new header. Only check on X-Testing-Watch-Package for henning's mails until it's integrated in dak.
Revision
1303 -
Directory Listing
Modified
Sun Mar 12 13:28:41 2006 UTC
(7 years, 2 months ago)
by
hertzog
Handle removed packages in a better way.
Revision
1288 -
Directory Listing
Modified
Tue Feb 21 12:46:59 2006 UTC
(7 years, 2 months ago)
by
jeroen
Only output "Doing package" when actually doing it, not when skipping it
Revision
1284 -
Directory Listing
Modified
Sun Feb 19 16:54:46 2006 UTC
(7 years, 2 months ago)
by
jeroen
Print newest news entries first, and print newest of the entries, not oldest
Revision
1283 -
Directory Listing
Modified
Sun Feb 19 16:42:27 2006 UTC
(7 years, 2 months ago)
by
jeroen
Add link back to package page from all sorts of news, thanks to Filippo
Giunchedi for the mhonarc work
Revision
1282 -
Directory Listing
Modified
Sun Feb 19 15:33:35 2006 UTC
(7 years, 2 months ago)
by
jeroen
- Use static URL's for all types of news (Closes: #268418)
- Move html generation to update_news.py, so that regeneration is only once
per message, forcing update is now simple by removing .html file and running
update_news.py again
- Use UTC times for everything news-related
Revision
1223 -
Directory Listing
Modified
Sat Jan 7 14:36:42 2006 UTC
(7 years, 4 months ago)
by
jeroen
Cope with new location of experimental sources files
Revision
1222 -
Directory Listing
Modified
Sat Jan 7 14:36:23 2006 UTC
(7 years, 4 months ago)
by
jeroen
Nice to 19 for incoming mail scripts
Revision
1192 -
Directory Listing
Modified
Sat Dec 10 14:47:29 2005 UTC
(7 years, 5 months ago)
by
jeroen
Use X-Testing-Watch-Package, instead of first word in subject, also in order
to no longer file the summary messages erroneously in the PTS.
Revision
1183 -
Directory Listing
Modified
Tue Dec 6 22:59:03 2005 UTC
(7 years, 5 months ago)
by
jeroen
Understand mail for Testing Watch for the PTS web interface on our _auto@
incoming address
Revision
1162 -
Directory Listing
Modified
Mon Nov 21 02:40:40 2005 UTC
(7 years, 5 months ago)
by
jeroen
Fix copy&paste error breaking daily cronjob
Revision
1155 -
Directory Listing
Modified
Sun Nov 20 16:10:41 2005 UTC
(7 years, 5 months ago)
by
jeroen
Use email.Header for RFC2047 header decoding, to fix deprecation warning.
Thanks to Adeodato Sim�� for helping with getting the python right
Revision
1154 -
Directory Listing
Modified
Sun Nov 20 14:55:09 2005 UTC
(7 years, 5 months ago)
by
jeroen
- Fix encoding to utf8: non-ascii without encoding not allowed by Sarge's
python
- Use default python (instead of 2.2) everywhere in the web part of the PTS
Revision
1128 -
Directory Listing
Modified
Thu Nov 10 15:59:21 2005 UTC
(7 years, 6 months ago)
by
jeroen
Hotfix for python upgrade changes, that broke incoming mail to webinterface.
Still todo: full 2.3 upgrade, fixing of deprecated stuff
Revision
1092 -
Directory Listing
Modified
Sat Sep 10 18:07:23 2005 UTC
(7 years, 8 months ago)
by
hertzog
Fix typo.
Revision
1090 -
Directory Listing
Modified
Sat Sep 10 17:50:51 2005 UTC
(7 years, 8 months ago)
by
hertzog
Adding support of volatile / secure-testing.
Revision
1049 -
Directory Listing
Modified
Fri Jul 22 08:40:10 2005 UTC
(7 years, 9 months ago)
by
hertzog
Apply patch from Filippo Giunchedi <filippo@esaurito.net> to list
Ubuntu patches (some tweakings by myself however).
Revision
1047 -
Directory Listing
Modified
Tue Jul 19 22:09:15 2005 UTC
(7 years, 10 months ago)
by
hertzog
* Warn if patches are sitting dormant in the BTS.
Revision
1033 -
Directory Listing
Modified
Wed Jun 15 09:06:24 2005 UTC
(7 years, 11 months ago)
by
jeroen
Cope with disappearing other.xml files
Revision
1029 -
Directory Listing
Modified
Wed Jun 8 03:45:42 2005 UTC
(7 years, 11 months ago)
by
jeroen
Fix copy&waste mistake (stable vs oldstable security) :-/
Revision
1025 -
Directory Listing
Modified
Wed Jun 8 02:11:32 2005 UTC
(7 years, 11 months ago)
by
jeroen
testing-security doesn't exist yet...
Revision
1023 -
Directory Listing
Modified
Wed Jun 8 01:28:46 2005 UTC
(7 years, 11 months ago)
by
jeroen
Testing-security doesn't exist yet
Revision
1020 -
Directory Listing
Modified
Mon Jun 6 00:25:38 2005 UTC
(7 years, 11 months ago)
by
jeroen
Get ready for sarge, and drop non-US everywhere
Revision
996 -
Directory Listing
Modified
Wed May 11 00:44:56 2005 UTC
(8 years ago)
by
jeroen
Don't fall over on unexpected subjects of automated katie mails.
Revision
950 -
Directory Listing
Modified
Sun Feb 13 22:37:53 2005 UTC
(8 years, 3 months ago)
by
jeroen
Fix indendation error
Revision
947 -
Directory Listing
Modified
Sun Feb 13 17:59:30 2005 UTC
(8 years, 3 months ago)
by
jeroen
- Download the override disparities from QA
- put them in other.xml
- also, make the other.xml sigs just a tuple, no more a simply string, there
is no need for it to be a simply string
Revision
944 -
Directory Listing
Modified
Sun Feb 13 02:19:41 2005 UTC
(8 years, 3 months ago)
by
jeroen
Retrieve section&priority info from qa.d.o
Revision
937 -
Directory Listing
Modified
Sun Feb 6 15:10:46 2005 UTC
(8 years, 3 months ago)
by
jeroen
Don't fail if distribution or urgency can't be displayed
Revision
936 -
Directory Listing
Modified
Sun Feb 6 15:10:01 2005 UTC
(8 years, 3 months ago)
by
jeroen
Update subscription counts from the new location
Revision
934 -
Directory Listing
Modified
Sun Feb 6 01:53:42 2005 UTC
(8 years, 3 months ago)
by
jeroen
email.Utils.decode crashes on non-ascii-stuff, just ignore that error, as
headers ascii (rfc2047) xor some non-ascii charset
Revision
933 -
Directory Listing
Modified
Sun Feb 6 01:46:15 2005 UTC
(8 years, 3 months ago)
by
jeroen
- Override katie's install subject with something more appropriate for the pts
- use email address if no realname is found
- decode rfc2047 from: addresses
- Have X-PTS-{summary,from} override their respective real headeres
Revision
932 -
Directory Listing
Modified
Sun Feb 6 01:39:26 2005 UTC
(8 years, 3 months ago)
by
jeroen
Don't mange existing headers, just add our own
Revision
931 -
Directory Listing
Modified
Sat Feb 5 23:53:06 2005 UTC
(8 years, 3 months ago)
by
jeroen
Cope with both utf8 from's and latin1 from's
Revision
928 -
Directory Listing
Modified
Sat Feb 5 20:51:29 2005 UTC
(8 years, 3 months ago)
by
jeroen
Add from: header of news items to the news.xml file
Revision
927 -
Directory Listing
Modified
Sat Feb 5 20:21:01 2005 UTC
(8 years, 3 months ago)
by
jeroen
List the version number of the source package that is removed
Revision
924 -
Directory Listing
Modified
Sat Feb 5 19:49:47 2005 UTC
(8 years, 3 months ago)
by
jeroen
- Be more liberal in what to accept
- Replace From: line with the FTP master doing the removal
Revision
923 -
Directory Listing
Modified
Sat Feb 5 19:25:46 2005 UTC
(8 years, 3 months ago)
by
jeroen
- Move storing of news into common.py
- Make recieve_auto also understand removal mails from melanie
Revision
920 -
Directory Listing
Modified
Thu Feb 3 12:18:40 2005 UTC
(8 years, 3 months ago)
by
jeroen
Don't set problematic when at 'Package is N days old (N needed)' (as apposed
to two different numbers)
Revision
916 -
Directory Listing
Modified
Tue Feb 1 13:10:17 2005 UTC
(8 years, 3 months ago)
by
jeroen
Fetch the BTS's sources file from the official qa site, not Hertzog's personal
public_html
Revision
914 -
Directory Listing
Modified
Tue Feb 1 10:07:44 2005 UTC
(8 years, 3 months ago)
by
jeroen
Fix debcheck URL, this should re-enable again the links from the PTS to
debcheck problems, if there are any. Also make sources.map ENOSPACE-safe
Revision
913 -
Directory Listing
Modified
Tue Feb 1 00:25:50 2005 UTC
(8 years, 3 months ago)
by
jeroen
Don't use both -N and -O, it breaks horribly (#88176, #202911)
Revision
912 -
Directory Listing
Modified
Mon Jan 31 23:34:37 2005 UTC
(8 years, 3 months ago)
by
jeroen
Use qa's wnpp_rm file as input for wnpp, in stead of parsing the html from
debbugs
Revision
911 -
Directory Listing
Modified
Mon Jan 31 23:31:33 2005 UTC
(8 years, 3 months ago)
by
jeroen
Missing target is not fatal
Revision
910 -
Directory Listing
Modified
Mon Jan 31 23:29:05 2005 UTC
(8 years, 3 months ago)
by
jeroen
Make update_incoming failure-safe: all download failures and output failures
(ENOSPACE) will result in the old file to remain untouched, so that they at
least don't become corrupted/empty
Revision
906 -
Directory Listing
Modified
Mon Jan 31 22:56:32 2005 UTC
(8 years, 3 months ago)
by
jeroen
Sync: Do some latin1->unicode transformation
Revision
905 -
Directory Listing
Modified
Mon Jan 31 22:54:45 2005 UTC
(8 years, 3 months ago)
by
jeroen
Sync from packages.qa.debian.org: retrieve bugs.txt from merkel/~hertzog again
Revision
904 -
Directory Listing
Modified
Mon Jan 31 22:54:12 2005 UTC
(8 years, 3 months ago)
by
jeroen
Sync from packages.qa.debian.org: set umask group-friendly
Revision
838 -
Directory Listing
Modified
Mon Aug 23 16:23:20 2004 UTC
(8 years, 8 months ago)
by
hertzog
- Adapt to the new excuses file. Thanks to Andreas Barth.
Revision
812 -
Directory Listing
Modified
Fri Jul 30 12:05:14 2004 UTC
(8 years, 9 months ago)
by
hertzog
- Some changes that were not yet commited related to UTF-8 handling.
- Use another sources for bugs stats (really stupid but hey...)
- Handles "sources" file in a nicer way.
Revision
811 -
Directory Listing
Modified
Fri Jul 30 11:57:36 2004 UTC
(8 years, 9 months ago)
by
hertzog
- Apply patch from Euan MacGregor. Closes: #262077, #262078
Revision
747 -
Directory Listing
Modified
Wed Mar 31 05:24:01 2004 UTC
(9 years, 1 month ago)
by
hertzog
- Host BTS stuff on merkel now
Revision
746 -
Directory Listing
Modified
Fri Mar 26 06:28:57 2004 UTC
(9 years, 1 month ago)
by
hertzog
- Fix parsing of wnpp bug page.
Revision
692 -
Directory Listing
Modified
Thu Jan 22 19:17:04 2004 UTC
(9 years, 3 months ago)
by
hertzog
- Disabled ddtp.debian.org everywhere.
- Added umask to preserve group rights.
- Decode maintainers names as UTF8 and no more iso-8859-1.
- CGI delivers mails directly to _control@packages.qa.debian.org instead of using the pts@qa.debian.org alias.
Revision
680 -
Directory Listing
Modified
Sun Jan 4 18:56:30 2004 UTC
(9 years, 4 months ago)
by
tbm
Put a space between the message and the package name.
Revision
659 -
Directory Listing
Modified
Wed Nov 12 17:33:59 2003 UTC
(9 years, 6 months ago)
by
hertzog
- Better signature for watch file support.
- Better fake changelog.
Revision
658 -
Directory Listing
Modified
Tue Oct 28 16:35:37 2003 UTC
(9 years, 6 months ago)
by
hertzog
- Check against the version in unstable/experimental...
Revision
657 -
Directory Listing
Modified
Mon Oct 20 11:12:13 2003 UTC
(9 years, 7 months ago)
by
hertzog
* Wget stay quiet.
Revision
645 -
Directory Listing
Modified
Sat Oct 4 10:01:06 2003 UTC
(9 years, 7 months ago)
by
hertzog
- Remove old diff files & watch files which disappeared.
Revision
643 -
Directory Listing
Modified
Thu Oct 2 17:44:33 2003 UTC
(9 years, 7 months ago)
by
hertzog
* New scripts contributed by Filippo Giunchedi <filippo@esaurito.net>
which can be used to integrate the result of uscan (scanning watch files)
in the PTS.
Revision
642 -
Directory Listing
Modified
Thu Oct 2 17:32:52 2003 UTC
(9 years, 7 months ago)
by
hertzog
* New options needed for extraction of watch files.
Revision
579 -
Directory Listing
Modified
Sat May 24 18:27:18 2003 UTC
(9 years, 11 months ago)
by
hertzog
- Integrate mail setup in the CVS
- Need to set the PATH everywhere because exim doesn't provide a sane
PATH apparently.
- Updated the HTML output of mhonarc to remove some useless headers.
- Remove the warning about master not running woody.
- Enable 2 new aliases to let people add custom entries in the section
"latest news"
- _uploads@packages.qa.debian.org is now subscribed to debian-devel-changes
and the uploads are integrated in the PTS in real time
Revision
571 -
Directory Listing
Modified
Fri May 9 08:04:38 2003 UTC
(10 years ago)
by
hertzog
- More fixes for maintainers with comma in their names ....
Revision
570 -
Directory Listing
Modified
Sun May 4 15:15:46 2003 UTC
(10 years ago)
by
hertzog
- Deal with maintainers having a comma in their real name... patch from
Peter Van Rossum.
Revision
566 -
Directory Listing
Modified
Fri Apr 25 13:49:25 2003 UTC
(10 years ago)
by
hertzog
- Change the URL used to retrieve the list of WNPP bugs in order to
exclude the "closed" bugs.
Revision
560 -
Directory Listing
Modified
Tue Apr 22 21:15:41 2003 UTC
(10 years ago)
by
hertzog
- Include information from the WNPP. Patch from Peter Van Rossum.
- Update the TODO list.
Revision
552 -
Directory Listing
Modified
Tue Apr 8 22:36:09 2003 UTC
(10 years, 1 month ago)
by
hertzog
* Manage broken links provided by the testing scripts.
Revision
479 -
Directory Listing
Modified
Sat Jan 11 22:56:05 2003 UTC
(10 years, 4 months ago)
by
hertzog
- Add a link to debconf templates's translations of the DDTP for
packages which do have debconf templates.
Revision
478 -
Directory Listing
Modified
Sat Jan 11 22:09:52 2003 UTC
(10 years, 4 months ago)
by
hertzog
- Striphtml output should be plain text ... I changed that accidentally by
fixing the previous bug.
Revision
450 -
Directory Listing
Modified
Wed Dec 25 15:56:32 2002 UTC
(10 years, 4 months ago)
by
hertzog
* Fix an endless loop generated by line "insatisfiable dependencies" of
kind `packagea (>= x) | packageb (<< y)' ... the > ... << confuses the
simple html stripper.
Revision
422 -
Directory Listing
Modified
Mon Oct 21 22:10:19 2002 UTC
(10 years, 6 months ago)
by
hertzog
* Accomodate to the new format of the "sources" file provided by the BTS.
Revision
416 -
Directory Listing
Modified
Tue Oct 15 17:40:40 2002 UTC
(10 years, 7 months ago)
by
hertzog
* Force the modes of created files to 0664 (they suddenly got unreadable by
default...). Changed the umask too.
Revision
413 -
Directory Listing
Modified
Mon Oct 7 12:47:11 2002 UTC
(10 years, 7 months ago)
by
hertzog
* Includes source package BTS entry in the bug count.
Revision
405 -
Directory Listing
Modified
Mon Sep 23 14:23:56 2002 UTC
(10 years, 7 months ago)
by
hertzog
* s/pts.debian.net/packages.qa.debian.org/
Revision
402 -
Directory Listing
Modified
Mon Sep 23 10:15:11 2002 UTC
(10 years, 7 months ago)
by
hertzog
* Force HTML update if XSL file is updated.
Revision
400 -
Directory Listing
Modified
Sun Sep 22 20:23:01 2002 UTC
(10 years, 7 months ago)
by
hertzog
* Force HTML regeneration when XML input files have been removed by
creating a "force-rebuild" file.
Revision
382 -
Directory Listing
Modified
Thu Sep 19 12:51:02 2002 UTC
(10 years, 8 months ago)
by
hertzog
* Moved cgi scripts to a cgi-bin directory. Updated everything accordingly.
Revision
381 -
Directory Listing
Modified
Tue Sep 17 20:52:13 2002 UTC
(10 years, 8 months ago)
by
hertzog
* Updated so that the cgis also work with the old python 1.5.
Revision
376 -
Directory Listing
Modified
Tue Sep 10 12:23:32 2002 UTC
(10 years, 8 months ago)
by
hertzog
* Update_news: work on the 30 last news (and not 20).
* Added a script to regenerate the HTML associated with news (useful for
initial setup).
* receive_auto: trust less the incoming email and stop properly if needed.
Revision
372 -
Directory Listing
Modified
Wed Sep 4 07:24:28 2002 UTC
(10 years, 8 months ago)
by
hertzog
* Use the debcheck availabilty info to show the link only when needed.
* Put a link to qa.debian.org/developer.php?login=email on maintainer's
name.
* The CGI checks for the presence of @ in the email (refuses the
"your email" default value).
* Other misc fixes.
Revision
357 -
Directory Listing
Modified
Sun Sep 1 17:37:49 2002 UTC
(10 years, 8 months ago)
by
hertzog
* _Much better_ performance by regenerating only what is needed.
* Integrated an excuse.xml in each package directory.
* Generate the HTML page only if one of the XML file changed.
* bin/other_to_xml uses a signature mechanism to know if the content
changed.
* The news have been taken out of other_to_xml.py and have their
update_news.py launched when new news arrived.
* The XSL has been improved (3 times faster).
Revision
352 -
Directory Listing
Modified
Sun Aug 25 21:48:43 2002 UTC
(10 years, 8 months ago)
by
hertzog
* Enhancement to the update_excuses transcription.
* Add a link in "Co-maintainers" field.
* Fix bin/do_all.sh with xargs -r
* Added the licence blurb in common.py.
* Added the TODO list for the web interface.
Revision
351 -
Directory Listing
Modified
Wed Aug 14 14:53:36 2002 UTC
(10 years, 9 months ago)
by
hertzog
* Added copyright notice to all files.
* Merged "Automatic News" in "Latest News".
* Added support for {stable,testing}-{proposed-updates,security}.
Revision
345 -
Directory Listing
Modified
Mon Aug 12 17:54:30 2002 UTC
(10 years, 9 months ago)
by
hertzog
* Configured by default for master.debian.org
* Fix english mistake in index.html
Revision
344 -
Directory Listing
Added
Mon Aug 12 17:20:36 2002 UTC
(10 years, 9 months ago)
by
hertzog
* Added the PTS web interface.