diff options
author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> | 2017-05-18 19:58:02 +0200 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2017-05-31 09:53:12 +0000 |
commit | 4fb0b5a09b26135ade285844da5d7dfe582a8d4c (patch) | |
tree | 09b1e5867d6e7501118cdd0af0012b51fc216530 /debian | |
parent | 473ad6fbfe0b9c3b362b530492928303f2b4c7f3 (diff) | |
download | vyos-walinuxagent-4fb0b5a09b26135ade285844da5d7dfe582a8d4c.tar.gz vyos-walinuxagent-4fb0b5a09b26135ade285844da5d7dfe582a8d4c.zip |
Import patches-unapplied version 2.2.12-0ubuntu1 to ubuntu/artful-proposed
Imported using git-ubuntu import.
Changelog parent: 473ad6fbfe0b9c3b362b530492928303f2b4c7f3
New changelog entries:
* New upstream release (LP: #1690854).
- Refreshed debian/patches/disable_import_test.patch.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/patches/disable_import_test.patch | 13 |
2 files changed, 14 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index bfb9d5f..0d09768 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +walinuxagent (2.2.12-0ubuntu1) artful; urgency=medium + + * New upstream release (LP: #1690854). + - Refreshed debian/patches/disable_import_test.patch. + + -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 18 May 2017 19:58:02 +0200 + walinuxagent (2.2.9-0ubuntu1) zesty; urgency=medium * New upstream release (LP: #1683521). diff --git a/debian/patches/disable_import_test.patch b/debian/patches/disable_import_test.patch index 14c0746..cc69b6b 100644 --- a/debian/patches/disable_import_test.patch +++ b/debian/patches/disable_import_test.patch @@ -1,14 +1,15 @@ -Index: walinuxagent-2.2.2/config/waagent.conf -=================================================================== ---- walinuxagent-2.2.2.orig/config/waagent.conf -+++ walinuxagent-2.2.2/config/waagent.conf -@@ -3,13 +3,13 @@ +--- a/config/waagent.conf ++++ b/config/waagent.conf +@@ -3,16 +3,16 @@ # # Enable instance creation -Provisioning.Enabled=y +Provisioning.Enabled=n + # Rely on cloud-init to provision + Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. -Provisioning.DeleteRootPassword=y +Provisioning.DeleteRootPassword=n @@ -19,7 +20,7 @@ Index: walinuxagent-2.2.2/config/waagent.conf # Supported values are "rsa", "dsa" and "ecdsa". Provisioning.SshHostKeyPairType=rsa -@@ -33,14 +33,14 @@ Provisioning.ExecuteCustomData=n +@@ -36,14 +36,14 @@ Provisioning.AllowResetSysUser=n # Format if unformatted. If 'n', resource disk will not be mounted. |