Change in osmo-ci[master]: osmo-build-dep.sh: Let autotools install systemd services to correct ...

2018-09-10 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10857 )

Change subject: osmo-build-dep.sh: Let autotools install systemd services to 
correct path
..

osmo-build-dep.sh: Let autotools install systemd services to correct path

Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
---
M scripts/osmo-build-dep.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Pau Espin Pedrol: Verified



diff --git a/scripts/osmo-build-dep.sh b/scripts/osmo-build-dep.sh
index 35cb373..dfec9be 100755
--- a/scripts/osmo-build-dep.sh
+++ b/scripts/osmo-build-dep.sh
@@ -49,7 +49,7 @@
 mkdir -p "$inst/stow"

 autoreconf --install --force
-./configure --prefix="$inst/stow/$project" $cfg
+./configure --prefix="$inst/stow/$project" 
--with-systemdsystemunitdir="$inst/stow/$project/lib/systemd/system" $cfg
 $MAKE $PARALLEL_MAKE install

 # Make the dependencies available through symlinks in $deps ($PWD/..).

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
Gerrit-Change-Number: 10857
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 


Change in osmo-ci[master]: osmo-build-dep.sh: Let autotools install systemd services to correct ...

2018-09-10 Thread Pau Espin Pedrol
Pau Espin Pedrol has posted comments on this change. ( 
https://gerrit.osmocom.org/10857 )

Change subject: osmo-build-dep.sh: Let autotools install systemd services to 
correct path
..


Patch Set 2: Verified+1


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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
Gerrit-Change-Number: 10857
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-Comment-Date: Mon, 10 Sep 2018 15:05:50 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ci[master]: osmo-build-dep.sh: Let autotools install systemd services to correct ...

2018-09-10 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10857 )

Change subject: osmo-build-dep.sh: Let autotools install systemd services to 
correct path
..


Patch Set 2: Code-Review+2


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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
Gerrit-Change-Number: 10857
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Comment-Date: Mon, 10 Sep 2018 15:00:20 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ci[master]: osmo-build-dep.sh: Let autotools install systemd services to correct ...

2018-09-10 Thread Pau Espin Pedrol
Pau Espin Pedrol has uploaded a new patch set (#2). ( 
https://gerrit.osmocom.org/10857 )

Change subject: osmo-build-dep.sh: Let autotools install systemd services to 
correct path
..

osmo-build-dep.sh: Let autotools install systemd services to correct path

Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
---
M scripts/osmo-build-dep.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/57/10857/2
--
To view, visit https://gerrit.osmocom.org/10857
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
Gerrit-Change-Number: 10857
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol 


Change in osmo-ci[master]: osmo-build-dep.sh: Let autotools install systemd services to correct ...

2018-09-10 Thread Pau Espin Pedrol
Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/10857


Change subject: osmo-build-dep.sh: Let autotools install systemd services to 
correct path
..

osmo-build-dep.sh: Let autotools install systemd services to correct path

Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
---
M scripts/osmo-build-dep.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/57/10857/1

diff --git a/scripts/osmo-build-dep.sh b/scripts/osmo-build-dep.sh
index 35cb373..7f90b1f 100755
--- a/scripts/osmo-build-dep.sh
+++ b/scripts/osmo-build-dep.sh
@@ -49,7 +49,7 @@
 mkdir -p "$inst/stow"

 autoreconf --install --force
-./configure --prefix="$inst/stow/$project" $cfg
+./configure --prefix="$inst/stow/$project" 
--with-systemdsystemunitdir="$inst/stow/$project/lib/sytemd/system" $cfg
 $MAKE $PARALLEL_MAKE install

 # Make the dependencies available through symlinks in $deps ($PWD/..).

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
Gerrit-Change-Number: 10857
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol