Merge ~oddbloke/ubuntu/+source/gce-compute-image-packages:trusty-merge into ~ubuntu-dev/ubuntu/+source/gce-compute-image-packages/+git/gce-compute-image-packages:trusty

Proposed by Dan Watkins
Status: Rejected
Rejected by: Dan Watkins
Proposed branch: ~oddbloke/ubuntu/+source/gce-compute-image-packages:trusty-merge
Merge into: ~ubuntu-dev/ubuntu/+source/gce-compute-image-packages/+git/gce-compute-image-packages:trusty
Diff against target: 100 lines (+62/-0) (has conflicts)
4 files modified
debian/99-gce.rules (+2/-0)
debian/changelog (+44/-0)
debian/gce-compute-image-packages.install (+8/-0)
debian/rules (+8/-0)
Conflict in debian/changelog
Conflict in debian/gce-compute-image-packages.install
Conflict in debian/rules
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+323353@code.launchpad.net
To post a comment you must log in.

Unmerged commits

5037621... by Dan Watkins

Add changelog for trusty backport

9acb8e5... by Dan Watkins

Remove scheduler change from 99-gce.rules

On trusty, the same rule is installed (in a different path) by the udev
package. Installing it twice doesn't matter by default, but GCE were
seeing users trying to disable it and failing to find both of the
duplicates.

9419a3f... by Dan Watkins

Merge latest packaging in to trusty's version

a209584... by Philip Roche

Import patches-unapplied version 20160930-0ubuntu6 to ubuntu/artful

Imported using usd-importer.

Publish parent: 7c92cb0a1a27edc96413932e3c697856576db92d

5b1c59b... by Philip Roche

Import patches-unapplied version 20160930-0ubuntu3~14.04.2 to ubuntu/trusty-updates

Imported using usd-importer.

Publish parent: 9f301522323d4fce1f90f5704cec996fa166fab9
Changelog parent: ac2be00fb6efdc45b9eb5cc4a43bb159960b2bf8

ac2be00... by Philip Roche

Import patches-unapplied version 20160930-0ubuntu3~14.04.2 to ubuntu/trusty-proposed

Imported using usd-importer.

Publish parent: c28cb381571f50e47692f6c13b58c22881859b13

New changelog entries:
  * Do not restart startup or shutdown scripts on upgrade (LP: #1668327)

7c92cb0... by Philip Roche

Import patches-unapplied version 20160930-0ubuntu6 to ubuntu/zesty

Imported using usd-importer.

Publish parent: 1d1452c402e7bde9f9bfc03e355d29b84194be6b
Changelog parent: 397888d878cc4ecb1a1190edefeda4ccb5168fba

397888d... by Philip Roche

Import patches-unapplied version 20160930-0ubuntu6 to ubuntu/zesty-proposed

Imported using usd-importer.

Publish parent: d81614bf5fcd46b1612763304bc68ca36be0da4a

New changelog entries:
  * Do not restart startup or shutdown scripts on upgrade (LP: #1668327)

9f30152... by Philip Roche

Import patches-unapplied version 20160930-0ubuntu3~14.04.1 to ubuntu/trusty-updates

Imported using usd-importer.

Publish parent: be4cd332d54cb8ce6bddeb64aa3dabc229210692
Changelog parent: c28cb381571f50e47692f6c13b58c22881859b13

c28cb38... by Philip Roche

Import patches-unapplied version 20160930-0ubuntu3~14.04.1 to ubuntu/trusty-proposed

Imported using usd-importer.

Publish parent: 2c5765a482c1a5c34bb9987b9936d1a6cb5583fd

New changelog entries:
  * Fix where GCE shutdown scripts are run during shutdown when using Upstart (LP: #1667277)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/99-gce.rules b/debian/99-gce.rules
2new file mode 100644
3index 0000000..e969df0
4--- /dev/null
5+++ b/debian/99-gce.rules
6@@ -0,0 +1,2 @@
7+# Give syslog write access to the kernel logs
8+KERNEL=="console", GROUP="syslog", MODE="0620"
9diff --git a/debian/changelog b/debian/changelog
10index 8800035..c2ebc7b 100644
11--- a/debian/changelog
12+++ b/debian/changelog
13@@ -1,3 +1,47 @@
14+<<<<<<< debian/changelog
15+=======
16+gce-compute-image-packages (20160930-0ubuntu6~14.04.0) trusty; urgency=medium
17+
18+ * Backport latest gce-compute-image-packages to trusty
19+ * Remove the udev rule that configures the noop scheduler as the udev
20+ package handles that in trusty
21+
22+ -- Daniel Watkins <daniel.watkins@canonical.com> Thu, 27 Apr 2017 15:51:12 -0400
23+
24+gce-compute-image-packages (20160930-0ubuntu6) zesty; urgency=medium
25+
26+ * Do not restart startup or shutdown scripts on upgrade (LP: #1668327)
27+
28+ -- Phil Roche <phil.roche@canonical.com> Mon, 20 Mar 2017 14:47:51 +0000
29+
30+gce-compute-image-packages (20160930-0ubuntu5) zesty; urgency=medium
31+
32+ * Install upstream-provided rsyslog configuration so that daemons can log to
33+ the serial console. (LP: #1664949)
34+
35+ -- Daniel Watkins <daniel.watkins@canonical.com> Wed, 15 Feb 2017 11:40:12 +0000
36+
37+gce-compute-image-packages (20160930-0ubuntu4) zesty; urgency=medium
38+
39+ * Reintroduce udev rules that configure GCE-specific behaviour.
40+ (LP: #1662491)
41+
42+ -- Daniel Watkins <daniel.watkins@canonical.com> Mon, 06 Feb 2017 16:22:37 +0000
43+
44+gce-compute-image-packages (20160930-0ubuntu3) zesty; urgency=medium
45+
46+ * GCE mirrors not in place before startup scripts are run (LP: #1436846)
47+ * Run google-startup-scripts.service after multi-user.target (LP: #1627436)
48+
49+ -- Phil Roche <phil.roche@canonical.com> Thu, 17 Nov 2016 15:09:00 +0000
50+
51+gce-compute-image-packages (20160930-0ubuntu3~14.04.2) trusty; urgency=medium
52+
53+ * Do not restart startup or shutdown scripts on upgrade (LP: #1668327)
54+
55+ -- Phil Roche <phil.roche@canonical.com> Tue, 21 Mar 2017 17:11:51 +0000
56+
57+>>>>>>> debian/changelog
58 gce-compute-image-packages (20160930-0ubuntu3~14.04.1) trusty; urgency=medium
59
60 * Fix where GCE shutdown scripts are run during shutdown when using Upstart (LP: #1667277)
61diff --git a/debian/gce-compute-image-packages.install b/debian/gce-compute-image-packages.install
62index df307f6..bac6498 100644
63--- a/debian/gce-compute-image-packages.install
64+++ b/debian/gce-compute-image-packages.install
65@@ -1,8 +1,16 @@
66 # Upstream-provided configuration
67 google_compute_engine_init/systemd/*.service lib/systemd/system
68 google_compute_engine_init/upstart/*.conf etc/init
69+<<<<<<< debian/gce-compute-image-packages.install
70+=======
71+google_config/rsyslog/* etc/rsyslog.d
72+>>>>>>> debian/gce-compute-image-packages.install
73 google_config/udev/* lib/udev/rules.d
74
75 # Ubuntu-specific configuration
76 debian/instance_configs.cfg.distro etc/default
77 debian/91-gce.cfg etc/cloud/cloud.cfg.d
78+<<<<<<< debian/gce-compute-image-packages.install
79+=======
80+debian/99-gce.rules lib/udev/rules.d
81+>>>>>>> debian/gce-compute-image-packages.install
82diff --git a/debian/rules b/debian/rules
83index 6555fdc..bf4f989 100755
84--- a/debian/rules
85+++ b/debian/rules
86@@ -7,6 +7,14 @@ export PYBUILD_TEST_ARGS={dir}/google_compute_engine/
87 %:
88 dh $@ --with python2,systemd --buildsystem=pybuild
89
90+<<<<<<< debian/rules
91+=======
92+override_dh_installinit:
93+ dh_installinit --name=google-startup-scripts --onlyscripts --no-start --no-restart-on-upgrade
94+ dh_installinit --name=google-shutdown-scripts --onlyscripts --no-start --no-restart-on-upgrade
95+ dh_installinit --name=google-shutdown-scripts-block-rsyslog --onlyscripts --no-start --no-restart-on-upgrade
96+
97+>>>>>>> debian/rules
98 override_dh_clean:
99 rm -rf google_compute_engine.egg-info
100 dh_clean

Subscribers

People subscribed via source and target branches