Merge lp:~brian-murray/ubuntu-archive-tools/pu-releasename into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Merged at revision: 1452
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/pu-releasename
Merge into: lp:ubuntu-archive-tools
Diff against target: 12 lines (+1/-1)
1 file modified
phased-updater (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-tools/pu-releasename
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+398718@code.launchpad.net

Description of the change

The logs look like this:

2021-02-24 00:18:33,751 - INFO - Skipping recently published pkg https://api.launchpad.net/devel/ubuntu/bionic/knockd

When the intent was:

blahdeblah ... bionic/knockd

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'phased-updater'
2--- phased-updater 2021-02-09 17:01:24 +0000
3+++ phased-updater 2021-02-25 15:59:14 +0000
4@@ -640,7 +640,7 @@
5 age_hours = age.seconds // 3600
6 if age_days == 0 and age_hours < 7:
7 logging.info('Skipping recently published pkg %s/%s' %
8- (release, src_pkg))
9+ (rname, src_pkg))
10 continue
11 version = pub_source.source_package_version
12 spph_link = pub_source.self_link

Subscribers

People subscribed via source and target branches