Cleaning up the entry point into nightly builds. With this change, a single spec...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 23 Jul 2009 18:23:21 +0000 (18:23 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 23 Jul 2009 18:23:21 +0000 (18:23 +0000)
commit745b96ea06b67056c24be9ac54cbf5cbf420dc13
tree209535e094418270e7d858706ff2f48dddfb2e36
parent19b2ffe18f37b5247a37e1283b0e430ed5be2325
Cleaning up the entry point into nightly builds. With this change, a single spec can be used to specify multiple variations of a build type, e.g.:

marcs_trunk_build = {
'tags':'planetlab-tags.mk',
'distro':['centos5','f8'],
'personality':['linux32','linux64'],
'test': 0,
'release':['k22','k27']
}

Specifies 8 builds.
run_nightlies.py [new file with mode: 0755]