pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/34665?usp=email )
Change subject: obs: Fix typo in log line informing variable to be modified
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/65/34665/1
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
https://gerrit.osmocom.org/c/osmo-ci/+/34665?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I381f30ad2443bbd86a23d2808a5f8e3c650953b7
Gerrit-Change-Number: 34665
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange