aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/common.sh
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-22 10:32:51 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-25 11:47:11 +0200
commit7cb8e2d05cbcac4f414bc920a153d3545133be81 (patch)
tree790bdf698a4b6bd4e3b3b11fce6296daf2dbe5ee /scripts/common.sh
parentb6965f877cbc0d88892f376d991327edceaca000 (diff)
OBS: add debian10 specific patch for limesuite
Add a patch to replace libwxgtk3.0-dev with libwxgtk3.0-gtk3-dev in debian/control. Adjust OBS scripts to apply such patches from this repository if they exist here, and fall back to the project's repository (osmo-trx, osmo-gsm-manuals patches are there). Related: OS#4562 Change-Id: I8dfb60e999bf9f61e6cd11983dba033a4c6107ad
Diffstat (limited to 'scripts/common.sh')
-rw-r--r--scripts/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/common.sh b/scripts/common.sh
index 917962e..8dd00a1 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -1,5 +1,6 @@
#!/bin/sh
# Various functions and variables used in multiple osmo-ci shell scripts
+OSMO_CI_DIR="$(realpath "$(dirname "$0")/..")"
OSMO_GIT_URL="https://git.osmocom.org"
OSMO_GIT_URL_GERRIT="https://gerrit.osmocom.org"