Change in osmo-gsm-tester[master]: contrib: Disable installing unneeded systemd service files

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Sep 12 12:47:22 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10903


Change subject: contrib: Disable installing unneeded systemd service files
......................................................................

contrib: Disable installing unneeded systemd service files

Otherwise since we install without root perissins to a local directory,
systemd files will fail to be installed to regular systemd location
/lib/systemd/system/).

Change-Id: I20a285e4e92fec7990770568e8d5dc117d6bf477
---
M contrib/jenkins-build-common.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/03/10903/1

diff --git a/contrib/jenkins-build-common.sh b/contrib/jenkins-build-common.sh
index b8cafcf..731bf58 100644
--- a/contrib/jenkins-build-common.sh
+++ b/contrib/jenkins-build-common.sh
@@ -132,7 +132,7 @@
   set +x; echo; echo; set -x
   autoreconf -fi
   set +x; echo; echo; set -x
-  ./configure --prefix="$prefix" $CONFIGURE_FLAGS $configure_opts
+  ./configure --prefix="$prefix" --with-systemdsystemunitdir=no $CONFIGURE_FLAGS $configure_opts
   set +x; echo; echo; set -x
   make -j8 || make  # libsmpp34 can't build in parallel
   set +x; echo; echo; set -x

-- 
To view, visit https://gerrit.osmocom.org/10903
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I20a285e4e92fec7990770568e8d5dc117d6bf477
Gerrit-Change-Number: 10903
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180912/27970e65/attachment.htm>


More information about the gerrit-log mailing list