Package omero :: Package util :: Module setidreport
[hide private]
[frames] | no frames]

Module setidreport

source code

Retrieves the JARs from the latest Hudson based build of the LOCI software repository; predominently Bio-Formats.

Functions [hide private]
 
usage(error=None)
Prints usage so that we don't have to.
source code
 
download(config) source code
 
report(root, build_no, bioformats_rev, omero_rev) source code
 
summary(root, build_no, bioformats_rev, omero_rev) source code
Variables [hide private]
  URLs = {'4.1': "http://hudson.openmicroscopy.org.uk/job/omero-...
  TEST_SUFFIX = "testReport/"
  API_SUFFIX = "api/xml"

Imports: urllib, sys, re, os, Popen, getopt, GetoptError, glob, XML, ElementTree, tostring


Function Details [hide private]

usage(error=None)

source code 

Prints usage so that we don't have to. :)


Variables Details [hide private]

URLs

Value:
{'4.1': "http://hudson.openmicroscopy.org.uk/job/omero-metadata-valida\
tor-Beta4.1/lastSuccessfulBuild/", 'TRUNK': "http://hudson.openmicrosc\
opy.org.uk/job/omero-metadata-validator/lastSuccessfulBuild/",}