Go to the source code of this file.
Namespaces | |
namespace | create_distro |
Variables | |
string | create_distro::arch_repl = 'amd64' |
tuple | create_distro::config_xml = f.read() |
tuple | create_distro::d = os.path.join(roslib.packages.get_pkg_dir('job_generation'), 'scripts') |
tuple | create_distro::h = hudson.Hudson('http://build.willowgarage.com', username, password) |
string | create_distro::job = 'debbuild-build-debs-%s-%s-%s' |
tuple | create_distro::job_xml = config_xml.replace(os_repl, osp) |
string | create_distro::os_repl = 'lucid' |
list | create_distro::platforms = rosdeb.targets.os_platform[distro] |