Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 1 | parameters: |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 2 | _param: |
| 3 | mirror_jenkins_source: http://pkg.jenkins-ci.org/debian/ |
| 4 | mirror_jenkins_distribution: binary/ |
| 5 | mirror_jenkins_components: "" |
| 6 | mirror_jenkins_gpgkeys: |
| 7 | - D50582E6 |
| 8 | mirror_jenkins-debian-glue_source: http://jenkins.grml.org/debian/ |
| 9 | mirror_jenkins-debian-glue_distribution: jenkins-debian-glue |
| 10 | mirror_jenkins-debian-glue_components: main |
| 11 | # TODO: this key is not uploaded to keyserver, workaround: |
| 12 | # su aptly -c 'curl http://jenkins.grml.org/debian/C525F56752D4A654.asc|gpg --no-default-keyring --keyring trustedkeys.gpg --import' |
| 13 | mirror_jenkins-debian-glue_gpgkeys: |
| 14 | - 52D4A654 |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 15 | aptly: |
| 16 | server: |
| 17 | mirror: |
| 18 | jenkins: |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 19 | source: ${_param:mirror_jenkins_source} |
| 20 | distribution: ${_param:mirror_jenkins_distribution} |
| 21 | components: ${_param:mirror_jenkins_components} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 22 | architectures: amd64 |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 23 | gpgkeys: ${_param:mirror_jenkins_gpgkeys} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 24 | publisher: |
| 25 | component: extra |
| 26 | distributions: |
Petr Michalec | 288c034 | 2016-12-12 15:01:45 +0100 | [diff] [blame] | 27 | - trusty/nightly |
| 28 | - xenial/nightly |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 29 | jenkins-debian-glue: |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 30 | source: ${_param:mirror_jenkins-debian-glue_source} |
| 31 | distribution: ${_param:mirror_jenkins-debian-glue_distribution} |
| 32 | components: ${_param:mirror_jenkins-debian-glue_components} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 33 | architectures: amd64 |
Richard Felkl | 89c89c5 | 2017-10-19 17:45:26 +0200 | [diff] [blame] | 34 | gpgkeys: ${_param:mirror_jenkins-debian-glue_gpgkeys} |
Ales Komarek | 3f76e68 | 2016-12-05 11:53:00 +0100 | [diff] [blame] | 35 | publisher: |
| 36 | component: extra |
| 37 | distributions: |
Petr Michalec | 288c034 | 2016-12-12 15:01:45 +0100 | [diff] [blame] | 38 | - trusty/nightly |
| 39 | - xenial/nightly |