diff options
| author | Scott Moser <smoser@brickies.net> | 2017-09-18 16:56:21 -0400 | 
|---|---|---|
| committer | Scott Moser <smoser@brickies.net> | 2017-09-18 16:56:21 -0400 | 
| commit | 9c08f3512f70bfd6713361e0d558fb0febdfb92c (patch) | |
| tree | 5e5f1afd1c2d883ec472a7ad7fc40fa665649311 | |
| parent | 1028dbfd0a321fb1d04d01b58e1e00375d29b8c9 (diff) | |
| download | vyos-cloud-init-9c08f3512f70bfd6713361e0d558fb0febdfb92c.tar.gz vyos-cloud-init-9c08f3512f70bfd6713361e0d558fb0febdfb92c.zip  | |
drop cherry picks added for sru so trunk can build again.
drop the following cherry picks:
   debian/patches/cpick-a2f8ce9c-Do-not-provide-systemd-fsck-drop-in-which-could-cause
| -rw-r--r-- | debian/patches/cpick-a2f8ce9c-Do-not-provide-systemd-fsck-drop-in-which-could-cause | 65 | ||||
| -rw-r--r-- | debian/patches/series | 1 | 
2 files changed, 0 insertions, 66 deletions
diff --git a/debian/patches/cpick-a2f8ce9c-Do-not-provide-systemd-fsck-drop-in-which-could-cause b/debian/patches/cpick-a2f8ce9c-Do-not-provide-systemd-fsck-drop-in-which-could-cause deleted file mode 100644 index c1ff5d38..00000000 --- a/debian/patches/cpick-a2f8ce9c-Do-not-provide-systemd-fsck-drop-in-which-could-cause +++ /dev/null @@ -1,65 +0,0 @@ -From a2f8ce9c80debdb788e7ab37401aa98c2c270f26 Mon Sep 17 00:00:00 2001 -From: Balint Reczey <balint.reczey@canonical.com> -Date: Fri, 15 Sep 2017 17:50:52 +0200 -Subject: [PATCH] Do not provide systemd-fsck drop-in which could cause - ordering cycles. - -Revert "centos: do not package systemd-fsck drop-in." -Revert "systemd: make systemd-fsck run after cloud-init.service" - -The systemd-fsck drop-in caused regressions by introducing ordering -The change reverts the original commit that added systemd-fsck drop-in -and another commit that had removed that from the centos packaging: -   1f5489c258a26f4e26261c40786537951d67df1e -   8a5296c41db45be3a172862f324ad44e732a2250 - -The result is to no longer provide the systemd-fsck drop-in. - -LP: #1717477 ---- - packages/redhat/cloud-init.spec.in              | 6 ------ - setup.py                                        | 4 ---- - systemd/systemd-fsck@.service.d/cloud-init.conf | 2 -- - 3 files changed, 12 deletions(-) - delete mode 100644 systemd/systemd-fsck@.service.d/cloud-init.conf - ---- a/packages/redhat/cloud-init.spec.in -+++ b/packages/redhat/cloud-init.spec.in -@@ -115,12 +115,6 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/ - mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/cloud - mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}/%{name} -  --# LP: #1691489: Remove systemd-fsck dropin (currently not expected to work) --%if "%{init_system}" == "systemd" --rm $RPM_BUILD_ROOT/usr/lib/systemd/system/systemd-fsck@.service.d/cloud-init.conf --%endif -- -- - %clean - rm -rf $RPM_BUILD_ROOT -  ---- a/setup.py -+++ b/setup.py -@@ -125,7 +125,6 @@ INITSYS_FILES = { -                 for f in (glob('systemd/*.tmpl') + -                           glob('systemd/*.service') + -                           glob('systemd/*.target')) if is_f(f)], --    'systemd.fsck-dropin': ['systemd/systemd-fsck@.service.d/cloud-init.conf'], -     'systemd.generators': [f for f in glob('systemd/*-generator') if is_f(f)], -     'upstart': [f for f in glob('upstart/*') if is_f(f)], - } -@@ -135,9 +134,6 @@ INITSYS_ROOTS = { -     'sysvinit_deb': 'etc/init.d', -     'sysvinit_openrc': 'etc/init.d', -     'systemd': pkg_config_read('systemd', 'systemdsystemunitdir'), --    'systemd.fsck-dropin': ( --        os.path.sep.join([pkg_config_read('systemd', 'systemdsystemunitdir'), --                          'systemd-fsck@.service.d'])), -     'systemd.generators': pkg_config_read('systemd', -                                           'systemdsystemgeneratordir'), -     'upstart': 'etc/init/', ---- a/systemd/systemd-fsck@.service.d/cloud-init.conf -+++ /dev/null -@@ -1,2 +0,0 @@ --[Unit] --After=cloud-init.service diff --git a/debian/patches/series b/debian/patches/series index 570a43aa..7e909afc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@  azure-use-walinux-agent.patch  ds-identify-behavior-xenial.patch  stable-release-no-jsonschema-dep.patch -cpick-a2f8ce9c-Do-not-provide-systemd-fsck-drop-in-which-could-cause  | 
