blob: f04f4d9abd78f917c9bc64f8b13bf7e732aa96e9 [file] [log] [blame]
Ales Komarek3f76e682016-12-05 11:53:00 +01001parameters:
2 aptly:
3 server:
4 mirror:
5 jenkins:
6 source: http://pkg.jenkins-ci.org/debian/
7 distribution: binary/
8 components: ""
9 architectures: amd64
10 gpgkeys:
11 - D50582E6
12 publisher:
13 component: extra
14 distributions:
Petr Michalec288c0342016-12-12 15:01:45 +010015 - trusty/nightly
16 - xenial/nightly
Ales Komarek3f76e682016-12-05 11:53:00 +010017 jenkins-debian-glue:
18 source: http://jenkins.grml.org/debian/
19 distribution: jenkins-debian-glue
20 components: main
21 architectures: amd64
22 # TODO: this key is not uploaded to keyserver, workaround:
23 # su aptly -c 'curl http://jenkins.grml.org/debian/C525F56752D4A654.asc|gpg --no-default-keyring --keyring trustedkeys.gpg --import'
24 gpgkeys:
25 - 52D4A654
26 publisher:
27 component: extra
28 distributions:
Petr Michalec288c0342016-12-12 15:01:45 +010029 - trusty/nightly
30 - xenial/nightly