[MERGED] python/osmo-python-tests[master]: cosmetic: setup.py: move osmo_interact_* next to osmo_verify_*

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jan 11 11:12:02 UTC 2018


Neels Hofmeyr has submitted this change and it was merged.

Change subject: cosmetic: setup.py: move osmo_interact_* next to osmo_verify_*
......................................................................


cosmetic: setup.py: move osmo_interact_* next to osmo_verify_*

Those scripts are semantically closely related, so place them next to each
other.

Change-Id: Id7380f9d536c83ee1d612457af423dde9b96f5ad
---
M setup.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/setup.py b/setup.py
index e725334..3c12327 100755
--- a/setup.py
+++ b/setup.py
@@ -27,11 +27,11 @@
         ]
 elif sys.version_info.major == 3:
     scripts = [
-        "scripts/osmo_interact_vty.py",
-        "scripts/osmo_interact_ctrl.py",
         "scripts/osmo_ctrl.py",
         "scripts/soap.py",
         "scripts/twisted_ipa.py",
+        "scripts/osmo_interact_vty.py",
+        "scripts/osmo_interact_ctrl.py",
         "scripts/osmo_verify_transcript_vty.py",
         "scripts/osmo_verify_transcript_ctrl.py",
         ]

-- 
To view, visit https://gerrit.osmocom.org/5695
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id7380f9d536c83ee1d612457af423dde9b96f5ad
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list