diff options
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. |