-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig
102 lines (90 loc) · 3.62 KB
/
config
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[global]
base_path = /home/ubuntu/kubuntu/system-image/
#channels = trusty, trusty-proposed, trusty-customized
channels = kubuntu-phone/devel, kubuntu-phone/devel-proposed
gpg_key_path = secret/gpg/keys/
gpg_keyring_path = secret/gpg/keyrings/
publish_path = /home/ubuntu/kubuntu/system-image/www
state_path = state/
#mirrors = a, b
public_fqdn = kubuntu.plasma-mobile.org
public_http_port = 80
public_https_port = 443
[channel_kubuntu-phone/devel]
type = auto
versionbase = 1
fullcount = 1
files = ubuntu, device, keyring, version
file_ubuntu = cdimage-ubuntu;/home/ubuntu/kubuntu/remaster/remaster/daily-preinstalled/;vivid;import=any
file_device = remote-system-image;http://system-image.tasemnice.eu/;devel-proposed;device;keyring=archive-master
file_keyring = keyring;archive-master
file_version = version
[channel_kubuntu-phone/devel-proposed]
type = auto
versionbase = 1
fullcount = 1
files = ubuntu, device, keyring, version
file_ubuntu = cdimage-ubuntu;/home/ubuntu/kubuntu/remaster/remaster-proposed/daily-preinstalled/;vivid;import=any
file_device = remote-system-image;http://system-image.tasemnice.eu/;devel-proposed;device;keyring=archive-master
file_keyring = keyring;archive-master
file_version = version
[channel_test]
type = auto
versionbase = 1
fullcount = 15
files = ubuntu, device, custom-savilerow, keyring, version
file_ubuntu = remote-system-image;https://system-image.ubuntu.com;trusty-proposed;ubuntu
file_device = remote-system-image;https://system-image.ubuntu.com;trusty-proposed;device;keyring=archive-master
file_custom-savilerow = http;https://jenkins.qa.ubuntu.com/job/savilerow-trusty/lastSuccessfulBuild/artifact/build/custom.tar.xz;name=custom-savilerow,monitor=https://jenkins.qa.ubuntu.com/job/savilerow-trusty/lastSuccessfulBuild/artifact/build/build_number
file_keyring = keyring;archive-master
file_version = version
[channel_test3]
type = auto
versionbase = 1
fullcount = 15
files = ubuntu, device, custom-foo, keyring, version
file_ubuntu = remote-system-image;http://system-image.tasemnice.eu/;devel-proposed;ubuntu
file_device = remote-system-image;http://system-image.tasemnice.eu/;devel-proposed;device;keyring=archive-master
file_custom-foo = http;http://starsky.19inch.net/~jr/tmp/foo.tar.xz;name=custom-foo,monitor=http://starsky.19inch.net/~jr/tmp/FOO
file_keyring = keyring;archive-master
file_version = version
[channel_test4]
type = auto
versionbase = 1
fullcount = 15
files = ubuntu, device, keyring, version
file_ubuntu = http;http://ec2-54-234-131-72.compute-1.amazonaws.com/ubuntu-vivid.tar.xz;name=ubuntu,monitor=http://ec2-54-234-131-72.compute-1.amazonaws.com/VERSION
file_device = remote-system-image;http://system-image.tasemnice.eu/;devel-proposed;device;keyring=archive-master
file_keyring = keyring;archive-master
file_version = version
[channel_trusty]
type = manual
versionbase = 1
fullcount = 10
[channel_trusty-proposed]
type = auto
versionbase = 1
fullcount = 20
deltabase = trusty, trusty-proposed
files = ubuntu, device, version
file_ubuntu = cdimage-ubuntu;daily-preinstalled;trusty,import=any
file_device = cdimage-device;daily-preinstalled;trusty,import=any
file_version = version
[channel_trusty-customized]
type = auto
versionbase = 1
fullcount = 15
files = ubuntu, device, custom, version
file_ubuntu = system-image;trusty;file=ubuntu
file_device = system-image;trusty;file=device
file_custom = http;http://www.example.net/custom/custom.tar.xz;name=custom,monitor=http://www.example.net/custom/build_number
file_version = version
#[mirror_default]
#ssh_user = mirror
#ssh_key = secret/ssh/mirror
#ssh_port = 22
#ssh_command = sync-mirror
#[mirror_a]
#ssh_host = a.example.com
#[mirror_b]
#ssh_host = b.example.com