forked from ros-infrastructure/buildfarm
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
38 lines (24 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
server.yaml
===========
To use this it will look for server.yaml in $ROS_HOME/catkin-debs for credentials like rosci. Put your jenkins login in this file.
url: http://jenkins.willowgarage.com:8080
username: USERNAME
password: PASSWORD
Reconfiguring Jenkins
=====================
To reconfigure jenkins run the create_release_jobs.py script.
Use the repo-workspace argument to cache the gbp repos locally, so you only have to update not clone the whole repo every time. .
fuerte
------
scripts/create_release_jobs.py --repo /tmp/fuerterepo fuerte --commit
Groovy
------
For groovy use the groovy-devel branch. And right now we're only building precise.
scripts/create_release_jobs.py --repo /tmp/groovyrepo groovy --commit --distros precise
If a package has been renamed or removed use the --delete option to remove jobs other than the ones just configured.
Triggering new builds
=====================
Once you have made a new release into a gbp repo, and updated the
version number in the rosdistro.yaml file. Run trigger_missing.py
For groovy use the groovy-devel branch.
scripts/trigger_missing.py groovy --commit --distros precise