Merge lp:~cjohnston/uci-engine/update-u-c-s-i-references into lp:uci-engine

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 415
Merged at revision: 415
Proposed branch: lp:~cjohnston/uci-engine/update-u-c-s-i-references
Merge into: lp:uci-engine
Diff against target: 150 lines (+12/-12)
11 files modified
TRICKS (+2/-2)
ci-utils/ci_utils/setup_helper.py (+1/-1)
debian/control (+1/-1)
debian/copyright (+1/-1)
juju-deployer/branch-source-builder.yaml.tmpl (+1/-1)
juju-deployer/deploy.py (+1/-1)
juju-deployer/image-builder.yaml.tmpl (+1/-1)
juju-deployer/lander.yaml.tmpl (+1/-1)
juju-deployer/production-only.yaml (+1/-1)
juju-deployer/test-runner.yaml.tmpl (+1/-1)
tarmac.sh (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/uci-engine/update-u-c-s-i-references
Reviewer Review Type Date Requested Status
Vincent Ladeuil (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+213046@code.launchpad.net

Commit message

Description of the change

With the move to lp:uci-engine, we need to update references

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:415
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/462/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/462/rebuild

review: Approve (continuous-integration)
Revision history for this message
Vincent Ladeuil (vila) wrote :

Well done, all external branches already created and up to date !

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'TRICKS'
2--- TRICKS 2014-03-21 20:49:23 +0000
3+++ TRICKS 2014-03-27 12:42:27 +0000
4@@ -168,7 +168,7 @@
5 Airline.
6
7 export CI_PPA=ppa:canonical-ci-engineering/ci-airline-phase-0
8-export CI_BRANCH=lp:ubuntu-ci-services-itself
9+export CI_BRANCH=lp:uci-engine
10 export CI_CODE_SOURCE=branch
11
12 cheetah fill --env juju-deployer/configs/unit_config.yaml.tmpl -p > juju-deployer/configs/unit_config.yaml
13@@ -311,7 +311,7 @@
14 # bzr whoami "bugfixer <bugfixer@example.com>"
15 # cd /srv
16 # bzr init-repo .
17-# bzr branch lp:ubuntu-ci-services-itself trunk
18+# bzr branch lp:uci-engine trunk
19
20 Really turn the payload into a branch:
21
22
23=== modified file 'ci-utils/ci_utils/setup_helper.py'
24--- ci-utils/ci_utils/setup_helper.py 2014-03-10 22:25:00 +0000
25+++ ci-utils/ci_utils/setup_helper.py 2014-03-27 12:42:27 +0000
26@@ -21,7 +21,7 @@
27 from setuptools.package_index import PackageIndex
28
29 # A branch with all the ez-install deps in a single directory, ie:
30-# lp:~canonical-ci-engineering/ubuntu-ci-services-itself/deps
31+# lp:~canonical-ci-engineering/uci-engine/deps
32 PINNED_BRANCH = os.environ.get('CI_DEPS_BRANCH', '')
33 _deps = os.path.join(os.path.dirname(__file__), '../../.deps')
34 PINNED_LOCAL = os.environ.get('CI_DEPS_LOCAL', os.path.abspath(_deps))
35
36=== modified file 'debian/control'
37--- debian/control 2014-03-14 10:37:28 +0000
38+++ debian/control 2014-03-27 12:42:27 +0000
39@@ -15,7 +15,7 @@
40 python-setuptools
41 Standards-Version: 3.9.4
42 X-Python-Version: >= 2.7
43-Vcs-Bzr: https://code.launchpad.net/~canonical-ci-engineering/ubuntu-ci-services-itself/trunk
44+Vcs-Bzr: https://code.launchpad.net/~canonical-ci-engineering/uci-engine/trunk
45
46 Package: uci-utils
47 Architecture: all
48
49=== modified file 'debian/copyright'
50--- debian/copyright 2014-03-07 00:31:30 +0000
51+++ debian/copyright 2014-03-27 12:42:27 +0000
52@@ -1,6 +1,6 @@
53 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
54 Upstream-Name: uci-source
55-Source: http://launchpad.net/ubuntu-ci-services-itself
56+Source: http://launchpad.net/uci-engine
57
58 Files: *
59 Copyright: 2013-2014 Canonical Ltd.
60
61=== modified file 'juju-deployer/branch-source-builder.yaml.tmpl'
62--- juju-deployer/branch-source-builder.yaml.tmpl 2014-03-14 10:37:28 +0000
63+++ juju-deployer/branch-source-builder.yaml.tmpl 2014-03-27 12:42:27 +0000
64@@ -36,7 +36,7 @@
65 install_keys: |
66 - ""
67 rabbit:
68- branch: lp:~canonical-ci-engineering/charms/precise/ubuntu-ci-services-itself/rabbitmq-server@46
69+ branch: lp:~canonical-ci-engineering/charms/precise/uci-engine/rabbitmq-server@46
70 charm: rabbitmq
71 options:
72 management_plugin: true
73
74=== modified file 'juju-deployer/deploy.py'
75--- juju-deployer/deploy.py 2014-03-14 23:53:04 +0000
76+++ juju-deployer/deploy.py 2014-03-27 12:42:27 +0000
77@@ -61,7 +61,7 @@
78 cheetah_vars = {
79 'OS_USERNAME': None,
80 'CI_CODE_SOURCE': 'branch',
81- 'CI_BRANCH': 'lp:ubuntu-ci-services-itself',
82+ 'CI_BRANCH': 'lp:uci-engine',
83 'CI_PAYLOAD_URL': 'n/a',
84 'CI_LAUNCHPAD_USER': None,
85 'CI_LAUNCHPAD_PPA_OWNER': None,
86
87=== modified file 'juju-deployer/image-builder.yaml.tmpl'
88--- juju-deployer/image-builder.yaml.tmpl 2014-03-14 10:37:28 +0000
89+++ juju-deployer/image-builder.yaml.tmpl 2014-03-27 12:42:27 +0000
90@@ -36,7 +36,7 @@
91 install_keys: |
92 - ""
93 rabbit:
94- branch: lp:~canonical-ci-engineering/charms/precise/ubuntu-ci-services-itself/rabbitmq-server@46
95+ branch: lp:~canonical-ci-engineering/charms/precise/uci-engine/rabbitmq-server@46
96 charm: rabbitmq
97 options:
98 management_plugin: true
99
100=== modified file 'juju-deployer/lander.yaml.tmpl'
101--- juju-deployer/lander.yaml.tmpl 2014-03-14 10:37:28 +0000
102+++ juju-deployer/lander.yaml.tmpl 2014-03-27 12:42:27 +0000
103@@ -43,7 +43,7 @@
104 unit-config: include-base64://configs/unit_config.yaml
105 main: ./run-python ./lander/lander/run_worker.py --service-name ts-django --service-port 8080 --delay 10
106 rabbit:
107- branch: lp:~canonical-ci-engineering/charms/precise/ubuntu-ci-services-itself/rabbitmq-server@46
108+ branch: lp:~canonical-ci-engineering/charms/precise/uci-engine/rabbitmq-server@46
109 charm: rabbitmq
110 relations:
111 - ["lander-jenkins:extension", "lander-jenkins-sub:extension"]
112
113=== modified file 'juju-deployer/production-only.yaml'
114--- juju-deployer/production-only.yaml 2014-03-22 00:03:42 +0000
115+++ juju-deployer/production-only.yaml 2014-03-27 12:42:27 +0000
116@@ -8,7 +8,7 @@
117 # like tests/ppa_assigner/test.py which would trigger cleaning of a
118 # ppa when its not really necessary
119 ppa-cleaner:
120- branch: lp:~canonical-ci-engineering/charms/precise/ubuntu-ci-services-itself/upstart@7
121+ branch: lp:~canonical-ci-engineering/charms/precise/uci-engine/upstart@7
122 charm: upstart
123 options:
124 service-name: ppa-cleaner
125
126=== modified file 'juju-deployer/test-runner.yaml.tmpl'
127--- juju-deployer/test-runner.yaml.tmpl 2014-03-10 22:25:00 +0000
128+++ juju-deployer/test-runner.yaml.tmpl 2014-03-27 12:42:27 +0000
129@@ -43,7 +43,7 @@
130 install_keys: |
131 - ""
132 rabbit:
133- branch: lp:~canonical-ci-engineering/charms/precise/ubuntu-ci-services-itself/rabbitmq-server@46
134+ branch: lp:~canonical-ci-engineering/charms/precise/uci-engine/rabbitmq-server@46
135 charm: rabbitmq
136 options:
137 management_plugin: true
138
139=== modified file 'tarmac.sh'
140--- tarmac.sh 2014-03-10 22:25:00 +0000
141+++ tarmac.sh 2014-03-27 12:42:27 +0000
142@@ -16,7 +16,7 @@
143
144 # REQUIRES: python-pip python-virtualenv python-setuptools python-dev
145
146-export CI_DEPS_BRANCH="lp:~canonical-ci-engineering/ubuntu-ci-services-itself/deps"
147+export CI_DEPS_BRANCH="lp:~canonical-ci-engineering/uci-engine/deps"
148
149 set -e
150 if [ -z $1 ] ; then

Subscribers

People subscribed via source and target branches