[PATCH][kteam-tools] maint-startnewrelease: Support azure releases

Marcelo Henrique Cerri marcelo.cerri at canonical.com
Fri Apr 28 05:06:38 UTC 2017


Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
---
 maintscripts/maint-startnewrelease | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/maintscripts/maint-startnewrelease b/maintscripts/maint-startnewrelease
index f66360ff0f2e..38a8a51d6538 100755
--- a/maintscripts/maint-startnewrelease
+++ b/maintscripts/maint-startnewrelease
@@ -140,6 +140,8 @@ if os.path.isdir(os.path.join(debian_dir, "abi")):
             v = "Ubuntu-aws-" + version
         elif "-gke" in srcpkg:
             v = "Ubuntu-gke-" + version
+        elif "-azure" in srcpkg:
+            v = "Ubuntu-azure-" + version
         else:
             v = "Ubuntu-" + version
 	print(cmd + " " + v)
-- 
2.7.4





More information about the kernel-team mailing list