Variables | |
| string | arch_repl = 'amd64' |
| tuple | config_xml = f.read() |
| tuple | d = os.path.join(roslib.packages.get_pkg_dir('job_generation'), 'scripts') |
| tuple | h = hudson.Hudson('http://build.willowgarage.com', username, password) |
| string | job = 'debbuild-build-debs-%s-%s-%s' |
| tuple | job_xml = config_xml.replace(os_repl, osp) |
| string | os_repl = 'lucid' |
| list | platforms = rosdeb.targets.os_platform[distro] |
| string create_distro::arch_repl = 'amd64' |
Definition at line 61 of file create_distro.py.
| tuple create_distro::config_xml = f.read() |
Definition at line 58 of file create_distro.py.
| tuple create_distro::d = os.path.join(roslib.packages.get_pkg_dir('job_generation'), 'scripts') |
Definition at line 55 of file create_distro.py.
| tuple create_distro::h = hudson.Hudson('http://build.willowgarage.com', username, password) |
Definition at line 53 of file create_distro.py.
| string create_distro::job = 'debbuild-build-debs-%s-%s-%s' |
Definition at line 69 of file create_distro.py.
| tuple create_distro::job_xml = config_xml.replace(os_repl, osp) |
Definition at line 68 of file create_distro.py.
| string create_distro::os_repl = 'lucid' |
Definition at line 60 of file create_distro.py.
| list create_distro::platforms = rosdeb.targets.os_platform[distro] |
Definition at line 65 of file create_distro.py.