osmith submitted this change.

View Change



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
obs: Fix typo in log line informing variable to be modified

Change-Id: I381f30ad2443bbd86a23d2808a5f8e3c650953b7
---
M scripts/obs/lib/__init__.py
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/scripts/obs/lib/__init__.py b/scripts/obs/lib/__init__.py
index 1f686e5..226015a 100644
--- a/scripts/obs/lib/__init__.py
+++ b/scripts/obs/lib/__init__.py
@@ -116,7 +116,7 @@
return package

print(f"ERROR: unknown package: {package}")
- print("See packages_osmocom and packages_other in obs/lib/config.py")
+ print("See projects_osmocom and projects_other in obs/lib/config.py")
sys.exit(1)



To view, visit change 34665. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I381f30ad2443bbd86a23d2808a5f8e3c650953b7
Gerrit-Change-Number: 34665
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged