Skip to content

Commit

Permalink
add jade
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Dec 5, 2014
1 parent 5fad687 commit 66e9343
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ distributions:
doc_builds: [indigo/doc-build.yaml]
release_builds: [indigo/release-build.yaml]
source_builds: [indigo/source-build.yaml]
jade:
distribution: jade/distribution.yaml
distribution_cache: http://ros.org/rosdistro/jade-cache.yaml.gz
doc_builds: [jade/doc-build.yaml]
release_builds: [jade/release-build.yaml]
source_builds: [jade/source-build.yaml]
type: index
version: 2
11 changes: 11 additions & 0 deletions jade/distribution.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
%YAML 1.1
# ROS distribution file
# see REP 141: http://ros.org/reps/rep-0141.html
---
release_platforms:
ubuntu:
- utopic
- vivid
repositories:
type: distribution
version: 1
23 changes: 23 additions & 0 deletions jade/doc-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
%YAML 1.1
# ROS doc-build file
# see REP 141: http://ros.org/reps/rep-0141.html
---
doc_tag_index_repository:
type: master
url: [email protected]/ros-infrastructure/rosdoc_tag_index
jenkins_job_timeout: 60
jenkins_url: http://jenkins.ros.org
notifications:
committers: true
emails:
- [email protected]
maintainers: true
targets:
_config:
apt_mirrors:
- http://repos.ros.org/repos/building/
ubuntu:
vivid:
amd64:
type: doc-build
version: 1
25 changes: 25 additions & 0 deletions jade/release-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
%YAML 1.1
# ROS release-build file
# see REP 141: http://ros.org/reps/rep-0141.html
---
jenkins_binarydeb_job_timeout: 120
jenkins_sourcedeb_job_timeout: 10
jenkins_url: http://jenkins.ros.org
notifications:
emails:
- [email protected]
maintainers: true
sync:
package_count: 150
targets:
_config:
apt_target_repository: http://repos.ros.org/repos/building/
ubuntu:
utopic:
amd64:
i386:
vivid:
amd64:
i386:
type: release-build
version: 1
20 changes: 20 additions & 0 deletions jade/source-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
%YAML 1.1
# ROS source-build file
# see REP 141: http://ros.org/reps/rep-0141.html
---
jenkins_job_timeout: 120
jenkins_url: http://jenkins.ros.org
notifications:
committers: true
emails:
- [email protected]
maintainers: true
targets:
_config:
apt_mirrors:
- http://repos.ros.org/repos/building/
ubuntu:
vivid:
amd64:
type: source-build
version: 1

0 comments on commit 66e9343

Please sign in to comment.