Merge ~fourdollars/pc-enablement/+git/oem-scripts:master into ~oem-solutions-engineers/pc-enablement/+git/oem-scripts:master

Proposed by Shih-Yuan Lee
Status: Merged
Approved by: Shih-Yuan Lee
Approved revision: 95d922d26a5561871a3096dbf46b8f90254dc706
Merged at revision: dbc49ba3cd2a6e73f2f8d338c2ccd189730b49ef
Proposed branch: ~fourdollars/pc-enablement/+git/oem-scripts:master
Merge into: ~oem-solutions-engineers/pc-enablement/+git/oem-scripts:master
Diff against target: 14 lines (+2/-1)
1 file modified
lp-bug (+2/-1)
Reviewer Review Type Date Requested Status
Yao Wei Approve
Review via email: mp+461003@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Yao Wei (medicalwei) wrote :

LGTM

Revision history for this message
Yao Wei (medicalwei) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lp-bug b/lp-bug
2index 2e9327b..8ff884e 100755
3--- a/lp-bug
4+++ b/lp-bug
5@@ -380,7 +380,8 @@ def cloudberry_cqa_verified(lp, yes: bool, bugID: int) -> bool:
6 # Use the temporary apt dir to compare the package versions.
7 for pkg, ver in packages:
8 output, _, returncode = _run_command(
9- ["pkg-list", "--apt-dir", tmpdir, "--source", pkg], returncode=(0, 1)
10+ ["pkg-list", "--apt-dir", tmpdir, "--source", pkg],
11+ returncode=(0, 1),
12 )
13 if returncode == 1:
14 print(output)

Subscribers

People subscribed via source and target branches