Merge lp:~canonical-platform-qa/auto-upgrade-testing/packaging-improvements into lp:auto-upgrade-testing

Proposed by Max Brustkern
Status: Rejected
Rejected by: Max Brustkern
Proposed branch: lp:~canonical-platform-qa/auto-upgrade-testing/packaging-improvements
Merge into: lp:auto-upgrade-testing
Diff against target: 37 lines (+6/-2)
4 files modified
debian/control (+1/-1)
debian/dirs (+1/-0)
debian/install (+3/-0)
tests/lts-desktop/post (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/auto-upgrade-testing/packaging-improvements
Reviewer Review Type Date Requested Status
Canonical Platform QA Team Pending
Review via email: mp+286403@code.launchpad.net

Description of the change

This branch adds the profiles, tests, etc. to the package. With this working and installed, we should be able to run jobs from the installed package and only branch something if we need to test a specific new revision.

To post a comment you must log in.

Unmerged revisions

72. By Max Brustkern

Installing the other things we need as part of the package and making it build right with them

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2015-11-23 01:40:39 +0000
3+++ debian/control 2016-02-17 20:16:13 +0000
4@@ -8,7 +8,7 @@
5 python3-lxc,
6 python3-setuptools,
7 python3-yaml,
8-Standards-Version: 3.9.3
9+Standards-Version: 3.9.6
10 Homepage: https://launchpad.net/autopkgtest-upgrade-testing
11 Vcs-Bzr: https://code.launchpad.net/~auto-upgrade-testing-dev/autopkgtest-upgrade-testing/trunk
12 X-Python3-Version: >= 3.3
13
14=== modified file 'debian/dirs'
15--- debian/dirs 2015-11-13 20:58:19 +0000
16+++ debian/dirs 2016-02-17 20:16:13 +0000
17@@ -1,1 +1,2 @@
18 var/cache/auto-upgrade-testing
19+usr/share/auto-upgrade-testing
20
21=== added file 'debian/install'
22--- debian/install 1970-01-01 00:00:00 +0000
23+++ debian/install 2016-02-17 20:16:13 +0000
24@@ -0,0 +1,3 @@
25+cloudinit usr/share/auto-upgrade-testing
26+profiles usr/share/auto-upgrade-testing
27+tests usr/share/auto-upgrade-testing
28
29=== modified file 'tests/lts-desktop/post'
30--- tests/lts-desktop/post 2015-10-27 18:38:06 +0000
31+++ tests/lts-desktop/post 2016-02-17 20:16:13 +0000
32@@ -1,4 +1,4 @@
33-#!/usr/bin/python
34+#!/usr/bin/python3
35 #
36 # This script checks user configuration settings after an Ubuntu 10.04
37 # LTS to Ubuntu 12.04 LTS upgrade. Run prepare_lts_upgrade_user.sh in 10.04

Subscribers

People subscribed via source and target branches