osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/37561?usp=email )

Change subject: osmo-release: use script from PWD if available
......................................................................

osmo-release: use script from PWD if available

When running "make release" inside a libosmocore git tree, use the
osmo-release.sh from the current tree instead of the version that has
been previously installed into PATH.

Change-Id: I2c3ccc12771c8bbdd0769389cceb608ed92e1525
---
M osmo-release.mk
1 file changed, 14 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/osmo-release.mk b/osmo-release.mk
index cd83397..a28372c 100644
--- a/osmo-release.mk
+++ b/osmo-release.mk
@@ -1,2 +1,2 @@
 release:
-       @osmo-release.sh $(VERSION) $(REL)
+       @PATH="$$PWD:$$PATH" osmo-release.sh $(VERSION) $(REL)

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/37561?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2c3ccc12771c8bbdd0769389cceb608ed92e1525
Gerrit-Change-Number: 37561
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to