[Merge] lp:~smoser/ubuntu-archive-tools/package-sets into lp:ubuntu-archive-tools

Robie Basak robie.basak at canonical.com
Thu Aug 9 13:37:12 UTC 2018


Review: Approve

Looks good now, thanks. A couple of minor fixes (one fixes the script from being completely broken so needs to land before merge):

--- sru-release	2018-08-09 13:15:22 +0000
+++ sru-release	2018-08-09 13:32:16 +0000
@@ -55,7 +55,7 @@
     "to release without also releasing the following at the same time:\n"
     "   {missing}\n\n"
     "For more information, see:\n"
-    " https://lists.ubuntu.com/archives/ubuntu-devel/2018-June/040380.html"
+    " https://lists.ubuntu.com/archives/ubuntu-devel/2018-June/040380.html\n\n"
     "To ignore this message, pass '--skip-package-group-check'.")
 
 
@@ -358,7 +358,7 @@
     release = args.pop(0)
     packages = args
 
-    if not options.skip_package_set_check:
+    if not options.skip_package_group_check:
         try:
             packages = check_package_sets(packages)
         except ValueError as e:

-- 
https://code.launchpad.net/~smoser/ubuntu-archive-tools/package-sets/+merge/348334
Your team Ubuntu Package Archive Administrators is requested to review the proposed merge of lp:~smoser/ubuntu-archive-tools/package-sets into lp:ubuntu-archive-tools.



More information about the ubuntu-archive mailing list