/[qa]/trunk/pts/www/bin/sources_to_xml.py
ViewVC logotype

Log of /trunk/pts/www/bin/sources_to_xml.py

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 2565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 25 09:11:42 2011 UTC (20 months, 3 weeks ago) by hertzog
File length: 10344 byte(s)
Diff to previous 2520 , to selected 2500
Generate the sources.map file still required by the mail interface.
Closes: #639041

Revision 2520 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 1 22:20:55 2011 UTC (2 years ago) by hertzog
File length: 9799 byte(s)
Diff to previous 2518 , to selected 2500
Add stable-backports and oldstable-backports to the PTS

Closes: #320431, #549115

Revision 2518 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 1 20:34:08 2011 UTC (2 years ago) by hertzog
File length: 9753 byte(s)
Diff to previous 2500
Stop relying on sources.map file that used to be provided by the BTS.
Instead we compute our own map.

Various cleanups to be compatible with python 2.6 and Squeeze.

Do not fail if svnbuildstat file is not there, it's disabled
in update_incoming and unlikely to come back.

Revision 2500 - (view) (download) (as text) (annotate) - [selected]
Modified Mon Mar 21 16:54:24 2011 UTC (2 years, 2 months ago) by myon
File length: 8035 byte(s)
Diff to previous 2499
include stable-updates in the proper places

Revision 2499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 21 09:21:28 2011 UTC (2 years, 2 months ago) by myon
File length: 8054 byte(s)
Diff to previous 2478 , to selected 2500
dd p.d.o and .dsc links for more suites, by John Morrissey. Closes: #618525

Revision 2478 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 12 07:50:35 2011 UTC (2 years, 3 months ago) by hertzog
File length: 8000 byte(s)
Diff to previous 2389 , to selected 2500
Drop volatile, it's gone.

Revision 2389 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 28 19:51:51 2010 UTC (2 years, 9 months ago) by geissert
File length: 8012 byte(s)
Diff to previous 2324 , to selected 2500
Include testing-security versions on the PTS (Closes: #493189)

Revision 2324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 23 18:48:01 2009 UTC (3 years, 4 months ago) by hertzog
File length: 7992 byte(s)
Diff to previous 2273 , to selected 2500
Fix sources_to_xml.py to deal with multiple entries of the same source
package in Sources file. Uses a pure-python dpkg version comparison
code in common.py to select the latest entry. Fixes #559863, #560352 and
related for the PTS part.

Revision 2273 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 23 20:35:47 2009 UTC (3 years, 7 months ago) by hertzog
File length: 7763 byte(s)
Diff to previous 2049 , to selected 2500
Handle Binary field over multiple lines.

Revision 2049 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 28 16:53:12 2008 UTC (4 years, 5 months ago) by zack
File length: 7759 byte(s)
Diff to previous 1953 , to selected 2500
factorize a new hash_name function instead of hard-coding "liba"
convention

Revision 1953 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 11 18:45:08 2008 UTC (4 years, 9 months ago) by zack
File length: 7843 byte(s)
Diff to previous 1933 , to selected 2500
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 1933 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 8 17:19:52 2008 UTC (4 years, 9 months ago) by zack
File length: 8241 byte(s)
Diff to previous 1932 , to selected 2500
add support for displaying pending mentors.d.n upload sponsorhips as TODO items
(Closes: #463050)

Revision 1932 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 8 14:54:12 2008 UTC (4 years, 9 months ago) by zack
File length: 8171 byte(s)
Diff to previous 1773 , to selected 2500
factorize file opening logic into "treat_sources_file" to avoid repetition of the pattern:

  f = open(...)
  treat_sources_file(f, ..)
  f.close()


Revision 1773 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 1 17:56:06 2007 UTC (5 years, 5 months ago) by zack
File length: 8347 byte(s)
Diff to previous 1750 , to selected 2500
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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 30 09:38:28 2007 UTC (5 years, 5 months ago) by zack
File length: 9597 byte(s)
Diff to previous 1500 , to selected 2500
- added support to show low threshold NMU tags associated to package pages

Revision 1500 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 20 23:02:27 2007 UTC (6 years, 2 months ago) by filippo
File length: 8347 byte(s)
Diff to previous 1430 , to selected 2500
applied patch by zack to improve xs-vcs-* fields display/handling

Revision 1430 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 3 08:37:14 2006 UTC (6 years, 7 months ago) by hertzog
File length: 8263 byte(s)
Diff to previous 1427 , to selected 2500
Little bugfix from zack.

Revision 1427 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 24 09:13:54 2006 UTC (6 years, 7 months ago) by hertzog
File length: 8262 byte(s)
Diff to previous 1412 , to selected 2500
Support X-Vcs and Vcs-*.

Revision 1412 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 8 07:41:08 2006 UTC (6 years, 8 months ago) by hertzog
File length: 8083 byte(s)
Diff to previous 1353 , to selected 2500
Applying patch from Stefano Zacchiroli <zack@debian.org> for supporting
the X-VCS-* field.

Revision 1353 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 12 17:38:52 2006 UTC (6 years, 11 months ago) by jeroen
File length: 7214 byte(s)
Diff to previous 1223 , to selected 2500
Drop secure-testing

Revision 1223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 7 14:36:42 2006 UTC (7 years, 4 months ago) by jeroen
File length: 7334 byte(s)
Diff to previous 1162 , to selected 2500
Cope with new location of experimental sources files

Revision 1162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 02:40:40 2005 UTC (7 years, 6 months ago) by jeroen
File length: 7452 byte(s)
Diff to previous 1154 , to selected 2500
Fix copy&paste error breaking daily cronjob

Revision 1154 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 20 14:55:09 2005 UTC (7 years, 6 months ago) by jeroen
File length: 7381 byte(s)
Diff to previous 1090 , to selected 2500
- 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 1090 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 10 17:50:51 2005 UTC (7 years, 8 months ago) by hertzog
File length: 7474 byte(s)
Diff to previous 1029 , to selected 2500
Adding support of volatile / secure-testing.

Revision 1029 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 8 03:45:42 2005 UTC (7 years, 11 months ago) by jeroen
File length: 7246 byte(s)
Diff to previous 1025 , to selected 2500
Fix copy&waste mistake (stable vs oldstable security) :-/

Revision 1025 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 8 02:11:32 2005 UTC (7 years, 11 months ago) by jeroen
File length: 7243 byte(s)
Diff to previous 1020 , to selected 2500
testing-security doesn't exist yet...

Revision 1020 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 6 00:25:38 2005 UTC (7 years, 11 months ago) by jeroen
File length: 7240 byte(s)
Diff to previous 906 , to selected 2500
Get ready for sarge, and drop non-US everywhere

Revision 906 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 31 22:56:32 2005 UTC (8 years, 3 months ago) by jeroen
File length: 7436 byte(s)
Diff to previous 812 , to selected 2500
Sync: Do some latin1->unicode transformation

Revision 812 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 30 12:05:14 2004 UTC (8 years, 9 months ago) by hertzog
File length: 7340 byte(s)
Diff to previous 692 , to selected 2500
- 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 692 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 19:17:04 2004 UTC (9 years, 3 months ago) by hertzog
File length: 7276 byte(s)
Diff to previous 680 , to selected 2500
- 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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 4 18:56:30 2004 UTC (9 years, 4 months ago) by tbm
File length: 7273 byte(s)
Diff to previous 571 , to selected 2500
Put a space between the message and the package name.

Revision 571 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 9 08:04:38 2003 UTC (10 years ago) by hertzog
File length: 7272 byte(s)
Diff to previous 570 , to selected 2500
- More fixes for maintainers with comma in their names ....

Revision 570 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 4 15:15:46 2003 UTC (10 years ago) by hertzog
File length: 6923 byte(s)
Diff to previous 400 , to selected 2500
- Deal with maintainers having a comma in their real name... patch from
  Peter Van Rossum.

Revision 400 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 22 20:23:01 2002 UTC (10 years, 7 months ago) by hertzog
File length: 5840 byte(s)
Diff to previous 357 , to selected 2500
* Force HTML regeneration when XML input files have been removed by
  creating a "force-rebuild" file.

Revision 357 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 1 17:37:49 2002 UTC (10 years, 8 months ago) by hertzog
File length: 5706 byte(s)
Diff to previous 351 , to selected 2500
* _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 351 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 14 14:53:36 2002 UTC (10 years, 9 months ago) by hertzog
File length: 4637 byte(s)
Diff to previous 344 , to selected 2500
* Added copyright notice to all files.
* Merged "Automatic News" in "Latest News".
* Added support for {stable,testing}-{proposed-updates,security}.

Revision 344 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Aug 12 17:20:36 2002 UTC (10 years, 9 months ago) by hertzog
File length: 3995 byte(s)
Diff to selected 2500
* Added the PTS web interface.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5