/[qa]/trunk/data/ddpo
ViewVC logotype

Log of /trunk/data/ddpo

View Directory Listing Directory Listing


Sticky Revision:

Revision 1151 - Directory Listing
Modified Sat Nov 19 12:19:30 2005 UTC (7 years, 6 months ago) by myon
fix some comaint breakage (still some left, see #281299)

Revision 1149 - Directory Listing
Modified Fri Nov 18 15:49:16 2005 UTC (7 years, 6 months ago) by myon
ignore subject errors

Revision 1148 - Directory Listing
Modified Fri Nov 18 15:45:26 2005 UTC (7 years, 6 months ago) by myon
ignore empty lines

Revision 1146 - Directory Listing
Modified Fri Nov 18 14:53:51 2005 UTC (7 years, 6 months ago) by myon
* rewrote mostly from scratch to get 'max inst per source' right
* using os.popen("wget") is much faster than urllib.urlopen()

Revision 1143 - Directory Listing
Modified Fri Nov 18 12:50:46 2005 UTC (7 years, 6 months ago) by myon
complain about unknown commands

Revision 1142 - Directory Listing
Modified Fri Nov 18 12:50:05 2005 UTC (7 years, 6 months ago) by myon
find uploads to unstable and experimental

Revision 1138 - Directory Listing
Modified Wed Nov 16 11:46:57 2005 UTC (7 years, 6 months ago) by myon
remove old open(), move rank computation to developer.wml

Revision 1137 - Directory Listing
Modified Sun Nov 13 16:46:42 2005 UTC (7 years, 6 months ago) by myon
read ddpo_packages-new

Revision 1134 - Directory Listing
Modified Sun Nov 13 16:21:41 2005 UTC (7 years, 6 months ago) by myon
move mv-results-in-place from data/ddpo.py to cronjobs/ddpo

Revision 1133 - Directory Listing
Modified Sun Nov 13 16:13:18 2005 UTC (7 years, 6 months ago) by myon
write to DB file

Revision 1130 - Directory Listing
Modified Sat Nov 12 22:05:02 2005 UTC (7 years, 6 months ago) by myon
extract package descriptions

Revision 1110 - Directory Listing
Modified Mon Oct 31 00:37:31 2005 UTC (7 years, 6 months ago) by myon
remove debugging crap

Revision 1109 - Directory Listing
Modified Sun Oct 30 23:38:56 2005 UTC (7 years, 6 months ago) by myon
add link to popcon graphs (Closes: #336330).

Revision 1103 - Directory Listing
Modified Sun Oct 30 21:38:49 2005 UTC (7 years, 6 months ago) by myon
ddpo control bot <ddpo@qa.debian.org>

Revision 1097 - Directory Listing
Modified Mon Oct 3 05:30:43 2005 UTC (7 years, 7 months ago) by igenibel
modification in order to take care of the new splited backend

Revision 1096 - Directory Listing
Modified Sun Oct 2 22:59:29 2005 UTC (7 years, 7 months ago) by jeroen
Apply patch by Christoph Berg <myon@debian.org>, splitting extract out into a
file with maintainer names and package list, and a separate file (& db) with
the DDPO information about that particular package.
Also some minor misc spelling improvements and the like

Revision 1076 - Directory Listing
Modified Mon Aug 8 13:47:28 2005 UTC (7 years, 9 months ago) by jeroen
Fix timeout handling, make sure that any database action only happens *after*
the initial test succeeds

Revision 1061 - Directory Listing
Modified Sat Jul 30 20:27:06 2005 UTC (7 years, 9 months ago) by jeroen
Cancel timeout after succesful connection to not timeout unjustified later

Revision 1060 - Directory Listing
Modified Sat Jul 30 18:22:15 2005 UTC (7 years, 9 months ago) by jeroen
Fix infinite loop... "while 1" doesn't terminate without any break

Revision 1058 - Directory Listing
Modified Sat Jul 30 06:55:11 2005 UTC (7 years, 9 months ago) by jeroen
Fix timeout stuff: reset timer when connection successful, to not get an
uncaught timeout later on
Add a notice when timeout is triggered so stuff doesn't get silently
not-updated

Revision 1054 - Directory Listing
Modified Tue Jul 26 14:08:04 2005 UTC (7 years, 9 months ago) by igenibel
Manage timeouts

Revision 1053 - Directory Listing
Modified Tue Jul 26 13:29:35 2005 UTC (7 years, 9 months ago) by igenibel
Bugfix:
- put a timeout when using urllib (this prevent the script to fail and not
  continue its job)
- modify path to grab Sources.gz in order to take care about non-US

Revision 1052 - Directory Listing
Modified Tue Jul 26 12:03:01 2005 UTC (7 years, 9 months ago) by igenibel
Cleanup:
s/\t/    /
and put vim instruction line

Revision 994 - Directory Listing
Modified Tue May 3 14:10:39 2005 UTC (8 years ago) by igenibel
Sometime, with the dbm backend used with python2.1 on merkel there are some
key errors. So bypass this kind of annoying things

Revision 992 - Directory Listing
Modified Tue May 3 14:05:49 2005 UTC (8 years ago) by igenibel
remove debugging stuff

Revision 991 - Directory Listing
Modified Tue May 3 14:03:26 2005 UTC (8 years ago) by igenibel
Bug fix: Move all update code from ddpo.py to bootstrap_keys.py in order
to prevent failure when the gpg key server is down or unavailable.
The bootstrap_keys.py script is now run once a day before ddpo.py process
and test the keyserver availability. If unavailable, it keeps the days - 1
keys.db file

Revision 985 - Directory Listing
Modified Tue Apr 26 15:46:36 2005 UTC (8 years ago) by igenibel
/me is so stupid
really fix the bug and stop introduce new one :)

Revision 984 - Directory Listing
Modified Tue Apr 26 15:13:17 2005 UTC (8 years ago) by igenibel
Fix bug: #306365
We need to parse "unstable" first and only set binaries if it is not already
set

Revision 983 - Directory Listing
Modified Tue Apr 26 10:40:32 2005 UTC (8 years ago) by igenibel
Fix the url. Now done but not archived bugs are no longer displayed

Revision 973 - Directory Listing
Modified Sat Apr 23 23:21:01 2005 UTC (8 years, 1 month ago) by jeroen
Convert to new data/ftp layout

Revision 972 - Directory Listing
Modified Sat Apr 23 23:11:49 2005 UTC (8 years, 1 month ago) by jeroen
- Use new data/ftp layout
- More compact debugging info (should rather be removed/optional IMHO, but
  that's for some time later)

Revision 955 - Directory Listing
Modified Mon Mar 14 04:15:07 2005 UTC (8 years, 2 months ago) by jeroen
(whitespace changes only)
Re-indent, and set vim modeline accordingly (expandtab, 4 space indent)

Revision 954 - Directory Listing
Modified Mon Mar 14 04:12:01 2005 UTC (8 years, 2 months ago) by jeroen
In DDPO, count bugs on multiple packages properly. Thanks Ian Lynagh
<igloo@debian.org> for noticing

Revision 872 - Directory Listing
Modified Fri Nov 19 11:00:27 2004 UTC (8 years, 6 months ago) by igenibel
Suppress all the cache generation in order to delegate it to the ddpo.py
script.

I'll do that because the cache, for an unknown reason, has never worked on
merkel (it crashes randomly). It is really curious because the code is
replicated into the ddpo.py script that doesn't not crash.

The only thing the bootstrap script does now is to generate an empty db
file. So, once a week, the ddpo.py script take more time to process but
it provides a good gpg keys cache file.

Revision 852 - Directory Listing
Modified Mon Aug 30 04:49:00 2004 UTC (8 years, 8 months ago) by aba
changed path

Revision 834 - Directory Listing
Modified Tue Aug 3 20:10:02 2004 UTC (8 years, 9 months ago) by igenibel
Add the owner wnpp bug entries

Revision 833 - Directory Listing
Modified Mon Aug 2 20:59:14 2004 UTC (8 years, 9 months ago) by igenibel
display improvements

Revision 832 - Directory Listing
Modified Mon Aug 2 20:29:39 2004 UTC (8 years, 9 months ago) by igenibel
s/nbps/nbsp/ ... :-/

Revision 831 - Directory Listing
Modified Mon Aug 2 20:25:00 2004 UTC (8 years, 9 months ago) by igenibel
Improve output and provide the first ranked package for every topic

Revision 830 - Directory Listing
Modified Mon Aug 2 17:51:37 2004 UTC (8 years, 9 months ago) by igenibel
display and typo fix

Revision 829 - Directory Listing
Modified Mon Aug 2 17:47:19 2004 UTC (8 years, 9 months ago) by igenibel
New information provided (rank, % and number) for each topic

Revision 827 - Directory Listing
Modified Mon Aug 2 11:15:23 2004 UTC (8 years, 9 months ago) by igenibel
add a space char between name and email

Revision 825 - Directory Listing
Modified Sun Aug 1 13:10:58 2004 UTC (8 years, 9 months ago) by igenibel
use the sorted maintainer list

Revision 824 - Directory Listing
Modified Sun Aug 1 13:10:02 2004 UTC (8 years, 9 months ago) by igenibel
Bugfix:
in dev_keys when line is like
pub  1024D/94C09C7F 1999-11-10 Peter Palfrader
instead of
pub  1024D/0FB791EC 2000-07-26 An Thi-Nguyen Le <anle@debian.org>

Missing email

Revision 817 - Directory Listing
Modified Sat Jul 31 20:37:55 2004 UTC (8 years, 9 months ago) by igenibel
generate html compliant excuses files

Revision 816 - Directory Listing
Modified Sat Jul 31 20:19:18 2004 UTC (8 years, 9 months ago) by igenibel
Make generated page html compliant

Revision 808 - Directory Listing
Modified Tue Jul 27 19:33:19 2004 UTC (8 years, 9 months ago) by igenibel
typo

Revision 807 - Directory Listing
Modified Tue Jul 27 19:19:54 2004 UTC (8 years, 9 months ago) by igenibel
typo fix and better show package + pts + popcon

Revision 805 - Directory Listing
Modified Tue Jul 27 15:44:02 2004 UTC (8 years, 9 months ago) by igenibel
Stupid Bug fix: http://localhost work well locally for me :)

Revision 804 - Directory Listing
Modified Tue Jul 27 15:32:54 2004 UTC (8 years, 9 months ago) by igenibel
Add popcon feature for each source package.
Close: #187556

Revision 801 - Directory Listing
Modified Sun Jul 25 16:29:31 2004 UTC (8 years, 9 months ago) by igenibel
Add a link in extract_wnpp.py (Back) and fix the excuse link in developer.php

Revision 800 - Directory Listing
Modified Sun Jul 25 16:22:23 2004 UTC (8 years, 9 months ago) by igenibel
Fix missing </h2>
Konqueror doesn't show this error :(

Revision 799 - Directory Listing
Modified Sun Jul 25 16:16:33 2004 UTC (8 years, 9 months ago) by igenibel
New feature:
provide an extract from the wnpp page for every maintainer
this closes: #164416

Revision 785 - Directory Listing
Modified Thu Jul 22 14:27:48 2004 UTC (8 years, 10 months ago) by igenibel
Better optimisation + some cleanups

Revision 784 - Directory Listing
Modified Wed Jul 21 18:23:23 2004 UTC (8 years, 10 months ago) by igenibel
Fix stupid mistake: ? was badly placed in regexp

Revision 783 - Directory Listing
Modified Wed Jul 21 17:14:25 2004 UTC (8 years, 10 months ago) by igenibel
Bugfix: manage Maintainers file lines with this pattern: foo@bar (foo B. bar)

Revision 782 - Directory Listing
Modified Wed Jul 21 08:24:29 2004 UTC (8 years, 10 months ago) by igenibel
Bugfix: precise the regex when gethering information from public key server
in order to forget all the revoked ids and uids

Revision 781 - Directory Listing
Modified Tue Jul 20 21:40:17 2004 UTC (8 years, 10 months ago) by igenibel
comment debug info

Revision 780 - Directory Listing
Modified Tue Jul 20 20:36:07 2004 UTC (8 years, 10 months ago) by igenibel
Several modifications:
- add a gpg key cache (dbm file) in order to make ddpo.py faster
  this is a two stage cache:
        * every week the cache is reinitialized from the debian-keyring and
          from a public keyserver. Every developer listed in Maintainers
          file are checked.
        * every day, when ddpo.py performs its operations, it gather all
          the keys within the db file and when a new maintainer comes up
          it updates the cache
  All the gpg key part has been rewritten (Closes: #236131, #237310)

Two script are added: data/ddpo/bootstrap_keys.py that generate every week
the cache and data/ddpo/show_keys.py usually used for debugging

The crontab entry is modified for ddpo.sigs in order to perform the
operations once a week.

Revision 751 - Directory Listing
Modified Wed Mar 31 17:25:09 2004 UTC (9 years, 1 month ago) by aba
swapped order of merged and non-merged; don't count fixed-upstream as fixed

Revision 750 - Directory Listing
Modified Wed Mar 31 10:29:13 2004 UTC (9 years, 1 month ago) by aba
ignore done bugs

Revision 749 - Directory Listing
Modified Wed Mar 31 10:05:54 2004 UTC (9 years, 1 month ago) by aba
corrected silly regexp error

Revision 748 - Directory Listing
Modified Wed Mar 31 09:31:20 2004 UTC (9 years, 1 month ago) by aba
fixed variable view

Revision 738 - Directory Listing
Modified Tue Mar 23 20:36:14 2004 UTC (9 years, 2 months ago) by aba
Initial checkin

Revision 694 - Directory Listing
Modified Sun Feb 22 14:39:01 2004 UTC (9 years, 3 months ago) by igenibel
Apply the patch provided by Jeroen van Wolffelaar <jeroen@wolffelaar.nl> in
order to incredibly increase the ddpo's performances reading and parsing the
bugs number.
Not ddpo uses a berkeley db2 backend that stores the bugs data.

Revision 629 - Directory Listing
Modified Thu Sep 4 16:37:31 2003 UTC (9 years, 8 months ago) by igenibel
Bug fix:
- split package list in order to consider the matching regex as one package
  only. This is related to #208606.
  before the first field was one package but in this case, the bug is
  shared by two packages:
  tetex-base,pxfonts 197870 1055921582 open [Daniel Kraft <da_kraft@web.de>] grave sid
  Now assign #197870 to tetex-base and pxfonts

Revision 628 - Directory Listing
Modified Tue Sep 2 13:02:07 2003 UTC (9 years, 8 months ago) by igenibel
Feature:
- Sort the binary packages list (Closes: #208212)

Revision 623 - Directory Listing
Modified Tue Aug 26 08:17:51 2003 UTC (9 years, 8 months ago) by igenibel
Apply a patch from Colin Watson that resolv the fixed-upstream tag bug

Revision 618 - Directory Listing
Modified Thu Aug 21 16:37:14 2003 UTC (9 years, 9 months ago) by igenibel
Bug fix:
- rewrite arch section for buildd link (Closes: #182031)
- don't consider section and uploader information from testing valuable
  (Closes: #202994)

Revision 615 - Directory Listing
Modified Mon Aug 11 11:14:02 2003 UTC (9 years, 9 months ago) by igenibel
Bug fix:
- really count bugs and merged bugs
Feature:
- count also total bugs and then display it:
   * Display real_number(total_number) if there are merged bugs
   * Display only real_number if there aren't merged bugs
   * Add a note in developer.php

Revision 613 - Directory Listing
Modified Sun Aug 10 20:43:43 2003 UTC (9 years, 9 months ago) by igenibel
Add this script to CVS repository.
This is the script that references the bug counts for each source package
This is an enhanced version that does not couint twice the merged bugs
(Closes: #204808)

Revision 612 - Directory Listing
Modified Fri Aug 8 13:11:19 2003 UTC (9 years, 9 months ago) by igenibel
Bug Fix:
* don't provide a link on buildd for architecture specific package
  (Should Closes: #182031 complement)

Revision 611 - Directory Listing
Modified Fri Aug 8 12:36:13 2003 UTC (9 years, 9 months ago) by igenibel
Bug fix:
* buildd links construction enhancement (Closes: #194659)
* Fix definition for "blue" packages (Closes: #194660)
* "blue" packages are only blue when the maintainer is co-maintainer,
  it is kept black if maintainer is the main maintainer (Closes: #194660)
* only unstable priority field is considered (Closes: #202994)
* remove maintainer information from excuse extraction (Closes: #204548)

Wishlist:
* no bugs (represented with a dash) are active now and are links on package
  bts page with recently fixed or closes bugs (Closes: #201531)

Revision 547 - Directory Listing
Modified Wed Apr 2 15:54:27 2003 UTC (10 years, 1 month ago) by igenibel
Don't push package when the distribution is not experimental or unstable
because orphaned packages are not yet maintained by the developer who pushed
it before.

Revision 546 - Directory Listing
Modified Wed Apr 2 14:03:00 2003 UTC (10 years, 1 month ago) by igenibel
Remove obsolete files

Revision 545 - Directory Listing
Modified Thu Mar 27 17:59:38 2003 UTC (10 years, 1 month ago) by igenibel
Add a title <h2> in excuse file

Revision 544 - Directory Listing
Modified Thu Mar 27 16:31:24 2003 UTC (10 years, 1 month ago) by igenibel
remove debuging code

Revision 543 - Directory Listing
Modified Thu Mar 27 16:29:15 2003 UTC (10 years, 1 month ago) by igenibel
Fix several bugs:
- problem for uploaders that only had partial information
- fix diplication about uninstalable information
- sort the package list

Revision 541 - Directory Listing
Modified Tue Mar 25 22:13:34 2003 UTC (10 years, 2 months ago) by igenibel
Fix a bug about multiple instance of architecture when parse uninstalable

Revision 539 - Directory Listing
Modified Tue Mar 25 12:44:10 2003 UTC (10 years, 2 months ago) by igenibel
Fix wrong experimental extraction

Revision 536 - Directory Listing
Modified Tue Mar 25 11:04:17 2003 UTC (10 years, 2 months ago) by igenibel
New ddpo backend.
Various updates and enhances such as:
- fully object (Maintainer, Packages)
- manage all branches independantly (stable, testing, unstable,
  proposed-updates, experimental)
- better gpg/pgp key extraction
- and more, I presume ;)

Revision 377 - Directory Listing
Modified Tue Sep 10 13:08:59 2002 UTC (10 years, 8 months ago) by weasel
Added ignores

Revision 373 - Directory Listing
Modified Fri Sep 6 11:33:32 2002 UTC (10 years, 8 months ago) by igenibel
Put a title in generated excuse files (Excuses for <package>)

Revision 364 - Directory Listing
Modified Mon Sep 2 15:03:43 2002 UTC (10 years, 8 months ago) by igenibel
Bug fix:
	- fix the excuse generation (forgot the old link)
	- generated a good link for dependency excuse

Revision 363 - Directory Listing
Modified Mon Sep 2 14:20:26 2002 UTC (10 years, 8 months ago) by igenibel
Bug fix:
	- fix the display problem with '+' in version.

Revision 359 - Directory Listing
Modified Mon Sep 2 11:49:55 2002 UTC (10 years, 8 months ago) by igenibel
Fix a typo in extract.pl (excises -> excuses)

Revision 358 - Directory Listing
Added Mon Sep 2 11:46:22 2002 UTC (10 years, 8 months ago) by igenibel
Add DDPO:
	- Modify Makefile (add developer.{wml,php} entries
	- add cronjobs
	- add backends

  ViewVC Help
Powered by ViewVC 1.1.5