Module setidreport
source code
Retrieves the JARs from the latest Hudson based build of the LOCI
software repository; predominently Bio-Formats.
|
|
|
|
|
report(root,
build_no,
bioformats_rev,
omero_rev) |
source code
|
|
|
summary(root,
build_no,
bioformats_rev,
omero_rev) |
source code
|
|
|
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
Prints usage so that we don't have to. :)
|
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/",}
|
|