Merge ubuntu-archive-tools:no-no-act into ubuntu-archive-tools:main

Proposed by Brian Murray
Status: Merged
Merged at revision: edd629b43f67d751831f1bc0c7469816c6ee4cf9
Proposed branch: ubuntu-archive-tools:no-no-act
Merge into: ubuntu-archive-tools:main
Diff against target: 14 lines (+3/-0)
1 file modified
sru-release (+3/-0)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Andreas Hasenack Pending
Ubuntu Package Archive Administrators Pending
Review via email: mp+435085@code.launchpad.net

Description of the change

It was reported that `sru-release -n focal golang-1.18` commented on bug 1977860. This'll stop that from happening again.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/sru-release b/sru-release
2index 47d0e2e..a72eef3 100755
3--- a/sru-release
4+++ b/sru-release
5@@ -335,6 +335,9 @@ def release_packages(options, packages):
6 copy(to_pocket='Security', to_series=release)
7 print('Copied to %s-security' % release)
8
9+ if options.no_act:
10+ return
11+
12 # Write hints for britney to copy the selected packages
13 if options.britney and packages_to_britney:
14 release_package_via_britney(options, packages_to_britney)

Subscribers

People subscribed via source and target branches