Skip to content

Instantly share code, notes, and snippets.

@cillianderoiste
Created November 27, 2012 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cillianderoiste/4157564 to your computer and use it in GitHub Desktop.
Save cillianderoiste/4157564 to your computer and use it in GitHub Desktop.
Compare broken packages in the python-rework branch to the trunk channel
from BeautifulSoup import BeautifulSoup
platform = "x86_64-linux"
def add_job_and_name(soup, rows):
if platform in soup.text:
job = soup.find("tt").findNextSibling()
release_name = job.findParent().findNextSibling()
rows.append((job.text, release_name.text))
def get_failed_and_passed(soup):
failed = soup.find("th", {"class": "subheader"})
failed_rows = []
passed_rows = []
next_row = failed.findParent().findNextSibling()
while next_row.th is None:
add_job_and_name(next_row, failed_rows)
next_row = next_row.findNextSibling()
# Include new and old failures
if next_row.th is not None and "fail" in next_row.text:
next_row = next_row.findNextSibling()
next_row = next_row.findNextSibling()
while next_row is not None:
add_job_and_name(next_row, passed_rows)
next_row = next_row.findNextSibling()
return passed_rows, failed_rows
if __name__ == "__main__":
# http://hydra.nixos.org/eval/781210?full=1
trunksoup = BeautifulSoup(open("trunk.html").read())
# http://hydra.nixos.org/eval/781874?full=1
branchsoup = BeautifulSoup(open("branch.html").read())
trunk_passed, trunk_failed = get_failed_and_passed(trunksoup)
branch_passed, branch_failed = get_failed_and_passed(branchsoup)
for failure in branch_failed:
if failure in trunk_passed:
print failure
"""
Returns:
(u'bittorrent', u'bittorrent-5.2.2')
(u'calibre', u'calibre-0.8.51')
(u'python27Packages.pycurl', u'python-pycurl-7.19.0')
(u'salut_a_toi', u'sat-0.2.0')
"""
@cillianderoiste
Copy link
Author

The list of broken packages, which are not built by hydra for trunk is:

(u'abc', u'abc-1.2.0')
(u'abiword', u'abiword-2.8.6')
(u'agg', u'agg-2.5')
(u'alliance', u'alliance-5.0-20070718')
(u'amsn', u'amsn-0.98.4')
(u'aqbanking', u'aqbanking-5.0.21')
(u'arb', u'arb-2007-Dec-07')
(u'ataripp', u'atari++-1.46')
(u'autojump', u'autojump-4')
(u'aws_mturk_clt', u'aws-mturk-clt-1.3.0')
(u'beast', u'beast-0.7.1')
(u'bibtextools', u'bibtex-tools-0.2pre13026')
(u'biolib', u'biolib')
(u'btanks', u'battle-tanks-0.9.8083')
(u'carrier', u'carrier-2.5.0')
(u'cil', u'cil-1.3.2')
(u'cilaterm', u'cil-aterm-1.3.6')
(u'clanlib', u'clanlib-0.8.0')
(u'cmus', u'cmus-2.3.3')
(u'construo', u'construo-0.2.2')
(u'd4x', u'd4x-2.5.7.1')
(u'dbench', u'dbench-20101121')
(u'debian_devscripts', u'debian-devscripts-2.12.4')
(u'dmtcp', u'dmtcp-1.2.0')
(u'dvswitch', u'dvswitch-0.8.3.6')
(u'eclipses.eclipse_sdk_36', u'eclipse-sdk-3.6.2')
(u'eclipses.eclipse_sdk_37', u'eclipse-sdk-3.7')
(u'ecryptfs', u'ecryptfs-82')
(u'electricsheep', u'electricsheep-2.6.8')
(u'emacs24Packages.cedet', u'cedet-1.0pre6')
(u'emacs24Packages.ecb', u'ecb-2.40')
(u'emacs24Packages.emacsSessionManagement', u'session-management-for-emacs-2.2a')
(u'emacs24Packages.quack', u'quack-0.39')
(u'emboss', u'emboss-6.0.1')
(u'exrdisplay', u'openexr_viewers-1.0.1')
(u'fail2ban', u'fail2ban-0.8.6')
(u'firefox13Wrapper', u'firefox-13.0.1-with-plugins')
(u'fltk20', u'fltk-2.0.x-alpha-r9296')
(u'freepv', u'freepv-0.3.0_beta1')
(u'freestyle', u'freestyle-2.2.0')
(u'fspot', u'f-spot-0.0.10')
(u'gdome2', u'gdome2-0.8.1')
(u'gecko_mediaplayer', u'gecko-mediaplayer-1.0.5')
(u'gemrb', u'gemrb-0.6.1')
(u'ghostOne', u'ghost-one-1.7.265')
(u'gimpPlugins.fourier', u'fourier-0.3.3-gimp-2.6.12-plugin')
(u'gimpPlugins.gmic', u'gmic-1.3.2.0-gimp-2.6.12-plugin')
(u'gimpPlugins.ufraw', u'ufraw-0.15-gimp-2.6.12-plugin')
(u'gitAndTools.gitFastExport', u'fast-export')
(u'gitAndTools.qgitGit', u'qgit-git')
(u'gmu', u'gmu-0.7.2')
(u'gnome.gnome_control_center', u'gnome-control-center-2.32.1')
(u'gnome.libunique', u'libunique-1.1.6')
(u'gnome.nautilus', u'nautilus-2.28.0')
(u'gnu.mach', u'gnumach-20120303')
(u'goocanvas', u'goocanvas-0.10')
(u'grass', u'grass-6.4.0RC6')
(u'gtkmozembedsharp', u'gtkmozembed-sharp-0.7-pre41601')
(u'gtksharp1', u'gtk-sharp-1.0.6')
(u'gtksharp2', u'gtk-sharp-2.12.10')
(u'gtksourceviewsharp', u'gtksourceview-sharp-0.6-pre40261')
(u'guileGnome', u'guile-gnome-platform-2.16.1')
(u'gupnptools', u'gupnp-tools-0.6')
(u'gwrap', u'g-wrap-1.9.13')
(u'gwt', u'gwt-linux-1.7.1')
(u'haskellPackages.accelerateExamples', u'accelerate-examples-0.12.1.0')
(u'haskellPackages.haskellPlatform_2009_2_0_2', u'haskell-haskell-platform-ghc7.4.2-2009.2.0.2')
(u'haskellPackages.haskellPlatform_2010_1_0_0', u'haskell-haskell-platform-ghc7.4.2-2010.1.0.0')
(u'haskellPackages.haskellPlatform_2010_2_0_0', u'haskell-haskell-platform-ghc7.4.2-2010.2.0.0')
(u'haskellPackages.haskellPlatform_2011_2_0_0', u'haskell-haskell-platform-ghc7.4.2-2011.2.0.0')
(u'haskellPackages.haskellPlatform_2011_2_0_1', u'haskell-haskell-platform-ghc7.4.2-2011.2.0.1')
(u'heimdall', u'heimdall-1.3.0')
(u'hexen', u'hexen-0.2.3')
(u'hol_light', u'hol_light-20120529')
(u'icecat3Wrapper', u'icecat-with-xulrunner-3.6.15-with-plugins')
(u'jbrout', u'python-jbrout-338')
(u'jclasslib', u'jclasslib-2.0')
(u'jigdo', u'jigdo-0.7.3')
(u'kaffe', u'kaffe-1.1.4')
(u'kde3.arts', u'arts-1.5.10')
(u'kde4.akunambol', u'akunambol-20110304')
(u'kino', u'kino-1.3.4')
(u'libQGLViewer', u'libQGLViewer-2.3.4')
(u'libcm', u'libcm-0.1.1')
(u'libmatchbox', u'libmatchbox-1.9')
(u'librecad', u'librecad-1.0.0')
(u'libtorrentRasterbar', u'libtorrent-rasterbar-0.15.8')
(u'linuxPackages.atheros', u'atheros-0.9.4-3.2.34')
(u'linuxPackages.e1000e', u'e1000e-1.5.1-3.2.34')
(u'linuxPackages.exmap', u'exmap-0.10-3.2.34')
(u'linuxPackages.iscsitarget', u'iscsitarget-1.4.20.2-3.2.34')
(u'linuxPackages.iwlwifi', u'iwlwifi-1.2.25-3.2.34')
(u'linuxPackages.klibc', u'klibc-1.5.24-3.2.34')
(u'linuxPackages.kqemu', u'kqemu-1.4.0pre1-3.2.34')
(u'linuxPackages.ndiswrapper', u'ndiswrapper-1.56-3.2.34')
(u'linuxPackages.openiscsi', u'open-iscsi-2.0-871-3.2.34')
(u'linuxPackages.ov511', u'ov511-2.30')
(u'linuxPackages.sysprof', u'sysprof-1.0.12-3.2.34')
(u'linuxPackages.wis_go7007', u'wis-go7007-0.9.8-3.2.34')
(u'log4cxx', u'log4cxx-0.10.0')
(u'mars', u'mars-0.7.2')
(u'matchbox', u'matchbox-1.2.2')
(u'matita', u'matita-0.5.8')
(u'matita_130312', u'matita-0.99.1pre130312')
(u'mcrl2', u'mcrl2-200901')
(u'mess', u'mess-0.139')
(u'micropolis', u'micropolis')
(u'monodevelop', u'monodevelop-0.6-pre2315')
(u'monodoc', u'monodoc-1.0.6')
(u'mozart', u'mozart-1.4.0')
(u'mozilla', u'mozilla-1.7.12')
(u'multisync', u'multisync-0.82-1')
(u'mythtv', u'mythtv-0.24.2')
(u'nova', u'nova-2011.2')
(u'novaclient', u'novaclient-2012.1')
(u'ocamlPackages.gmetadom', u'gmetadom-0.2.6')
(u'ocamlPackages.lablgtkmathview', u'lablgtkmathview-0.7.2')
(u'octaveHG', u'octave-3.1.55')
(u'omake', u'omake-0.9.8.5-3')
(u'openlierox', u'openlierox-0.57beta8')
(u'opensc_dnie_wrapper', u'opensc-0.11.7-dnie-wrapper')
(u'opentyrian', u'opentyrian-0.0.955')
(u'panomatic', u'panomatic-0.9.4')
(u'path64', u'path64-2010-07-02')
(u'pcmciaUtils', u'pcmciautils-015')
(u'pdfread', u'pdfread-1.8.2')
(u'perlPackages.Autodia', u'perl-Autodia-2.03')
(u'perlPackages.InlineJava', u'perl-Inline-Java-0.52')
(u'pidginlatex', u'pidgin-latex')
(u'pidginlatexSF', u'pidgin-latex-1.2.1')
(u'pidginsipe', u'pidgin-sipe-1.12.0')
(u'praat', u'praat-5323')
(u'privateer', u'privateer-1.03')
(u'pydb', u'pydb-1.26')
(u'python27Packages.urlgrabber', u'python-urlgrabber-3.9.1')
(u'pythonmagick', u'PythonMagick-0.7')
(u'qcmm', u'qcmm-2006-01-31')
(u'qgis', u'qgis-1.6.0')
(u'qi', u'Qi-9.1')
(u'qrdecode', u'libdecodeqr-0.9.3')
(u'qshowdiff', u'qshowdiff-1.2')
(u'rssglx', u'rss-glx-0.8.1')
(u'sabnzbd', u'sabnzbd-0.4.12')
(u'scilab', u'scilab-4.1.2')
(u'scorched3d', u'scorched3d-43.2a')
(u'seg3d', u'seg3d-1.12')
(u'seleniumRCBin', u'selenium-remote-control-1.0-SNAPSHOT-standalone-dist')
(u'snack', u'snack-2.2.10')
(u'spaceOrbit', u'space-orbit-1.01')
(u'spin', u'spin-5.1.7')
(u'spotify', u'spotify-0.8.3.278')
(u'taskjuggler', u'taskjuggler-2.4.3')
(u'teamspeak_client', u'teamspeak-client-3.0.0-beta35')
(u'tomcat5', u'jakarta-tomcat-5.0.27')
(u'tpm', u'thePenguinMachine')
(u'ubootGuruplug', u'uboot-guruplug-0.0pref106056095049c2c748c2a2797e5353295240e04')
(u'ubootNanonote', u'uboot-qb-2010.06')
(u'ultrastardx', u'ultrastardx-1.1')
(u'vfdecrypt', u'vfdecrypt')
(u'virtmanager', u'virt-manager-0.9.1')
(u'wavesurfer', u'wavesurfer-1.8.5')
(u'webkitSVN', u'webkit-1.8.1')
(u'wv2', u'wv2-0.3.1')
(u'xara', u'xaralx-0.7r1785')
(u'xf86_video_nouveau', u'xf86-video-nouveau-2012-03-05')
(u'xlibs.libAppleWM', u'libAppleWM-1.4.1')
(u'xlibs.xcursorthemes', u'xcursor-themes-1.0.3')
(u'xlibs.xf86inputjoystick', u'xf86-input-joystick-1.6.1')
(u'xlibs.xf86inputvmmouse', u'xf86-input-vmmouse-12.9.0')
(u'xlibs.xf86inputvoid', u'xf86-input-void-1.4.0')
(u'xlibs.xf86videoark', u'xf86-video-ark-0.7.4')
(u'xlibs.xf86videoast', u'xf86-video-ast-0.93.10')
(u'xlibs.xf86videodummy', u'xf86-video-dummy-0.3.5')
(u'xlibs.xf86videogeode', u'xf86-video-geode-2.11.13')
(u'xlibs.xf86videoglide', u'xf86-video-glide-1.2.0')
(u'xlibs.xf86videoglint', u'xf86-video-glint-1.2.7')
(u'xlibs.xf86videoi128', u'xf86-video-i128-1.3.5')
(u'xlibs.xf86videointel_2_14_901', u'xf86-video-intel-2.14.901')
(u'xlibs.xf86videomach64', u'xf86-video-mach64-6.9.1')
(u'xlibs.xf86videomga', u'xf86-video-mga-1.5.0')
(u'xlibs.xf86videoneomagic', u'xf86-video-neomagic-1.2.6')
(u'xlibs.xf86videonewport', u'xf86-video-newport-0.2.4')
(u'xlibs.xf86videor128', u'xf86-video-r128-6.8.2')
(u'xlibs.xf86videosavage', u'xf86-video-savage-2.3.4')
(u'xlibs.xf86videosiliconmotion', u'xf86-video-siliconmotion-1.7.6')
(u'xlibs.xf86videosuncg6', u'xf86-video-suncg6-1.1.1')
(u'xlibs.xf86videosunffb', u'xf86-video-sunffb-1.2.1')
(u'xlibs.xf86videotdfx', u'xf86-video-tdfx-1.4.4')
(u'xlibs.xf86videotga', u'xf86-video-tga-1.2.1')
(u'xlibs.xf86videotrident', u'xf86-video-trident-1.3.5')
(u'xlibs.xf86videov4l', u'xf86-video-v4l-0.2.0')
(u'xlibs.xf86videovmware', u'xf86-video-vmware-12.0.2')
(u'xlibs.xf86videovoodoo', u'xf86-video-voodoo-1.2.4')
(u'xlibs.xf86videowsfb', u'xf86-video-wsfb-0.4.0')
(u'xmlroff', u'xmlroff-0.3.98')
(u'xsokoban', u'xsokoban-3.3c')
(u'zdoom', u'zdoom-svn-1424')
(u'zoom', u'zoom-1.0.2alpha1')

@cillianderoiste
Copy link
Author

http://hydra.nixos.org/job/nixpkgs/python-rework/abc
http://hydra.nixos.org/job/nixpkgs/python-rework/abiword
http://hydra.nixos.org/job/nixpkgs/python-rework/agg
http://hydra.nixos.org/job/nixpkgs/python-rework/alliance
http://hydra.nixos.org/job/nixpkgs/python-rework/amsn
http://hydra.nixos.org/job/nixpkgs/python-rework/aqbanking
http://hydra.nixos.org/job/nixpkgs/python-rework/arb
http://hydra.nixos.org/job/nixpkgs/python-rework/ataripp
http://hydra.nixos.org/job/nixpkgs/python-rework/autojump
http://hydra.nixos.org/job/nixpkgs/python-rework/aws_mturk_clt
http://hydra.nixos.org/job/nixpkgs/python-rework/beast
http://hydra.nixos.org/job/nixpkgs/python-rework/bibtextools
http://hydra.nixos.org/job/nixpkgs/python-rework/biolib
http://hydra.nixos.org/job/nixpkgs/python-rework/btanks
http://hydra.nixos.org/job/nixpkgs/python-rework/carrier
http://hydra.nixos.org/job/nixpkgs/python-rework/cil
http://hydra.nixos.org/job/nixpkgs/python-rework/cilaterm
http://hydra.nixos.org/job/nixpkgs/python-rework/clanlib
http://hydra.nixos.org/job/nixpkgs/python-rework/cmus
http://hydra.nixos.org/job/nixpkgs/python-rework/construo
http://hydra.nixos.org/job/nixpkgs/python-rework/d4x
http://hydra.nixos.org/job/nixpkgs/python-rework/dbench
http://hydra.nixos.org/job/nixpkgs/python-rework/debian_devscripts
http://hydra.nixos.org/job/nixpkgs/python-rework/dmtcp
http://hydra.nixos.org/job/nixpkgs/python-rework/dvswitch
http://hydra.nixos.org/job/nixpkgs/python-rework/eclipses.eclipse_sdk_36
http://hydra.nixos.org/job/nixpkgs/python-rework/eclipses.eclipse_sdk_37
http://hydra.nixos.org/job/nixpkgs/python-rework/ecryptfs
http://hydra.nixos.org/job/nixpkgs/python-rework/electricsheep
http://hydra.nixos.org/job/nixpkgs/python-rework/emacs24Packages.cedet
http://hydra.nixos.org/job/nixpkgs/python-rework/emacs24Packages.ecb
http://hydra.nixos.org/job/nixpkgs/python-rework/emacs24Packages.emacsSessionManagement
http://hydra.nixos.org/job/nixpkgs/python-rework/emacs24Packages.quack
http://hydra.nixos.org/job/nixpkgs/python-rework/emboss
http://hydra.nixos.org/job/nixpkgs/python-rework/exrdisplay
http://hydra.nixos.org/job/nixpkgs/python-rework/fail2ban
http://hydra.nixos.org/job/nixpkgs/python-rework/firefox13Wrapper
http://hydra.nixos.org/job/nixpkgs/python-rework/fltk20
http://hydra.nixos.org/job/nixpkgs/python-rework/freepv
http://hydra.nixos.org/job/nixpkgs/python-rework/freestyle
http://hydra.nixos.org/job/nixpkgs/python-rework/fspot
http://hydra.nixos.org/job/nixpkgs/python-rework/gdome2
http://hydra.nixos.org/job/nixpkgs/python-rework/gecko_mediaplayer
http://hydra.nixos.org/job/nixpkgs/python-rework/gemrb
http://hydra.nixos.org/job/nixpkgs/python-rework/ghostOne
http://hydra.nixos.org/job/nixpkgs/python-rework/gimpPlugins.fourier
http://hydra.nixos.org/job/nixpkgs/python-rework/gimpPlugins.gmic
http://hydra.nixos.org/job/nixpkgs/python-rework/gimpPlugins.ufraw
http://hydra.nixos.org/job/nixpkgs/python-rework/gitAndTools.gitFastExport
http://hydra.nixos.org/job/nixpkgs/python-rework/gitAndTools.qgitGit
http://hydra.nixos.org/job/nixpkgs/python-rework/gmu
http://hydra.nixos.org/job/nixpkgs/python-rework/gnome.gnome_control_center
http://hydra.nixos.org/job/nixpkgs/python-rework/gnome.libunique
http://hydra.nixos.org/job/nixpkgs/python-rework/gnome.nautilus
http://hydra.nixos.org/job/nixpkgs/python-rework/gnu.mach
http://hydra.nixos.org/job/nixpkgs/python-rework/goocanvas
http://hydra.nixos.org/job/nixpkgs/python-rework/grass
http://hydra.nixos.org/job/nixpkgs/python-rework/gtkmozembedsharp
http://hydra.nixos.org/job/nixpkgs/python-rework/gtksharp1
http://hydra.nixos.org/job/nixpkgs/python-rework/gtksharp2
http://hydra.nixos.org/job/nixpkgs/python-rework/gtksourceviewsharp
http://hydra.nixos.org/job/nixpkgs/python-rework/guileGnome
http://hydra.nixos.org/job/nixpkgs/python-rework/gupnptools
http://hydra.nixos.org/job/nixpkgs/python-rework/gwrap
http://hydra.nixos.org/job/nixpkgs/python-rework/gwt
http://hydra.nixos.org/job/nixpkgs/python-rework/haskellPackages.accelerateExamples
http://hydra.nixos.org/job/nixpkgs/python-rework/haskellPackages.haskellPlatform_2009_2_0_2
http://hydra.nixos.org/job/nixpkgs/python-rework/haskellPackages.haskellPlatform_2010_1_0_0
http://hydra.nixos.org/job/nixpkgs/python-rework/haskellPackages.haskellPlatform_2010_2_0_0
http://hydra.nixos.org/job/nixpkgs/python-rework/haskellPackages.haskellPlatform_2011_2_0_0
http://hydra.nixos.org/job/nixpkgs/python-rework/haskellPackages.haskellPlatform_2011_2_0_1
http://hydra.nixos.org/job/nixpkgs/python-rework/heimdall
http://hydra.nixos.org/job/nixpkgs/python-rework/hexen
http://hydra.nixos.org/job/nixpkgs/python-rework/hol_light
http://hydra.nixos.org/job/nixpkgs/python-rework/icecat3Wrapper
http://hydra.nixos.org/job/nixpkgs/python-rework/jbrout
http://hydra.nixos.org/job/nixpkgs/python-rework/jclasslib
http://hydra.nixos.org/job/nixpkgs/python-rework/jigdo
http://hydra.nixos.org/job/nixpkgs/python-rework/kaffe
http://hydra.nixos.org/job/nixpkgs/python-rework/kde3.arts
http://hydra.nixos.org/job/nixpkgs/python-rework/kde4.akunambol
http://hydra.nixos.org/job/nixpkgs/python-rework/kino
http://hydra.nixos.org/job/nixpkgs/python-rework/libQGLViewer
http://hydra.nixos.org/job/nixpkgs/python-rework/libcm
http://hydra.nixos.org/job/nixpkgs/python-rework/libmatchbox
http://hydra.nixos.org/job/nixpkgs/python-rework/librecad
http://hydra.nixos.org/job/nixpkgs/python-rework/libtorrentRasterbar
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.atheros
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.e1000e
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.exmap
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.iscsitarget
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.iwlwifi
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.klibc
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.kqemu
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.ndiswrapper
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.openiscsi
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.ov511
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.sysprof
http://hydra.nixos.org/job/nixpkgs/python-rework/linuxPackages.wis_go7007
http://hydra.nixos.org/job/nixpkgs/python-rework/log4cxx
http://hydra.nixos.org/job/nixpkgs/python-rework/mars
http://hydra.nixos.org/job/nixpkgs/python-rework/matchbox
http://hydra.nixos.org/job/nixpkgs/python-rework/matita
http://hydra.nixos.org/job/nixpkgs/python-rework/matita_130312
http://hydra.nixos.org/job/nixpkgs/python-rework/mcrl2
http://hydra.nixos.org/job/nixpkgs/python-rework/mess
http://hydra.nixos.org/job/nixpkgs/python-rework/micropolis
http://hydra.nixos.org/job/nixpkgs/python-rework/monodevelop
http://hydra.nixos.org/job/nixpkgs/python-rework/monodoc
http://hydra.nixos.org/job/nixpkgs/python-rework/mozart
http://hydra.nixos.org/job/nixpkgs/python-rework/mozilla
http://hydra.nixos.org/job/nixpkgs/python-rework/multisync
http://hydra.nixos.org/job/nixpkgs/python-rework/mythtv
http://hydra.nixos.org/job/nixpkgs/python-rework/nova
http://hydra.nixos.org/job/nixpkgs/python-rework/novaclient
http://hydra.nixos.org/job/nixpkgs/python-rework/ocamlPackages.gmetadom
http://hydra.nixos.org/job/nixpkgs/python-rework/ocamlPackages.lablgtkmathview
http://hydra.nixos.org/job/nixpkgs/python-rework/octaveHG
http://hydra.nixos.org/job/nixpkgs/python-rework/omake
http://hydra.nixos.org/job/nixpkgs/python-rework/openlierox
http://hydra.nixos.org/job/nixpkgs/python-rework/opensc_dnie_wrapper
http://hydra.nixos.org/job/nixpkgs/python-rework/opentyrian
http://hydra.nixos.org/job/nixpkgs/python-rework/panomatic
http://hydra.nixos.org/job/nixpkgs/python-rework/path64
http://hydra.nixos.org/job/nixpkgs/python-rework/pcmciaUtils
http://hydra.nixos.org/job/nixpkgs/python-rework/pdfread
http://hydra.nixos.org/job/nixpkgs/python-rework/perlPackages.Autodia
http://hydra.nixos.org/job/nixpkgs/python-rework/perlPackages.InlineJava
http://hydra.nixos.org/job/nixpkgs/python-rework/pidginlatex
http://hydra.nixos.org/job/nixpkgs/python-rework/pidginlatexSF
http://hydra.nixos.org/job/nixpkgs/python-rework/pidginsipe
http://hydra.nixos.org/job/nixpkgs/python-rework/praat
http://hydra.nixos.org/job/nixpkgs/python-rework/privateer
http://hydra.nixos.org/job/nixpkgs/python-rework/pydb
http://hydra.nixos.org/job/nixpkgs/python-rework/python27Packages.urlgrabber
http://hydra.nixos.org/job/nixpkgs/python-rework/pythonmagick
http://hydra.nixos.org/job/nixpkgs/python-rework/qcmm
http://hydra.nixos.org/job/nixpkgs/python-rework/qgis
http://hydra.nixos.org/job/nixpkgs/python-rework/qi
http://hydra.nixos.org/job/nixpkgs/python-rework/qrdecode
http://hydra.nixos.org/job/nixpkgs/python-rework/qshowdiff
http://hydra.nixos.org/job/nixpkgs/python-rework/rssglx
http://hydra.nixos.org/job/nixpkgs/python-rework/sabnzbd
http://hydra.nixos.org/job/nixpkgs/python-rework/scilab
http://hydra.nixos.org/job/nixpkgs/python-rework/scorched3d
http://hydra.nixos.org/job/nixpkgs/python-rework/seg3d
http://hydra.nixos.org/job/nixpkgs/python-rework/seleniumRCBin
http://hydra.nixos.org/job/nixpkgs/python-rework/snack
http://hydra.nixos.org/job/nixpkgs/python-rework/spaceOrbit
http://hydra.nixos.org/job/nixpkgs/python-rework/spin
http://hydra.nixos.org/job/nixpkgs/python-rework/spotify
http://hydra.nixos.org/job/nixpkgs/python-rework/taskjuggler
http://hydra.nixos.org/job/nixpkgs/python-rework/teamspeak_client
http://hydra.nixos.org/job/nixpkgs/python-rework/tomcat5
http://hydra.nixos.org/job/nixpkgs/python-rework/tpm
http://hydra.nixos.org/job/nixpkgs/python-rework/ubootGuruplug
http://hydra.nixos.org/job/nixpkgs/python-rework/ubootNanonote
http://hydra.nixos.org/job/nixpkgs/python-rework/ultrastardx
http://hydra.nixos.org/job/nixpkgs/python-rework/vfdecrypt
http://hydra.nixos.org/job/nixpkgs/python-rework/virtmanager
http://hydra.nixos.org/job/nixpkgs/python-rework/wavesurfer
http://hydra.nixos.org/job/nixpkgs/python-rework/webkitSVN
http://hydra.nixos.org/job/nixpkgs/python-rework/wv2
http://hydra.nixos.org/job/nixpkgs/python-rework/xara
http://hydra.nixos.org/job/nixpkgs/python-rework/xf86_video_nouveau
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.libAppleWM
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xcursorthemes
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86inputjoystick
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86inputvmmouse
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86inputvoid
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videoark
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videoast
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videodummy
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videogeode
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videoglide
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videoglint
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videoi128
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videointel_2_14_901
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videomach64
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videomga
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videoneomagic
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videonewport
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videor128
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videosavage
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videosiliconmotion
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videosuncg6
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videosunffb
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videotdfx
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videotga
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videotrident
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videov4l
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videovmware
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videovoodoo
http://hydra.nixos.org/job/nixpkgs/python-rework/xlibs.xf86videowsfb
http://hydra.nixos.org/job/nixpkgs/python-rework/xmlroff
http://hydra.nixos.org/job/nixpkgs/python-rework/xsokoban
http://hydra.nixos.org/job/nixpkgs/python-rework/zdoom
http://hydra.nixos.org/job/nixpkgs/python-rework/zoom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment