osmith has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/61/37561/1

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-MessageType: newchange

Reply via email to