This holds several tools and code developped in the frame of the HELIOS project's WP3 on bugtracker synchronisation. More details may be found at : https://picoforge.int-evry.fr/cgi-bin/twiki/view/Helios_wp3/Web/ Here, one will find : * npmdebbugs.py : will process bugs to output RDF version (turtle format) compatible with ontologies used by the nepomuk project (see http://nepomuk.forge.mandriva.com/) It depends on an improved version of the python 'btsutils' package that will be able to process a local copy of the database of the Debian bugtracker (debbugs), much like what bts-link does (see 'debbugsloc.py' which extends btsutils.debbugs). debbugsloc.py extension for btsutils ------------------------------------ The original python btsutils code was developped as part of the project at : http://bug-triage.alioth.debian.org/ and is available in the Debian package 'python-btsutils'. Our modified version which includes the debbugsloc.py module is available from http://git.debian.org/?p=users/olberger-guest/python-btsutils.git;a=summary Example scripts --------------- * check-summary-soap.py : will demonstrate access of python-btsutils API through the spool database To check attributes of all bugs open on package twiki : # python check-summary-soap.py $(bts select package:twiki | xargs echo -n) Explanation : "bts select package:twiki" : will return the bug numbers associated to a particular package |