Change in docker-playground[master]: git-deamon: Make sure to create the git-daemon user

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jul 21 06:32:40 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/10096


Change subject: git-deamon: Make sure to create the git-daemon user
......................................................................

git-deamon: Make sure to create the git-daemon user

Recent debian packages moved creation of the git-daemon user from
the main "git" package into the "git-daemon-run" package.  We want
the user without the latter...

Change-Id: I42f68ba31d32574a01d1372d8cc5239c420e816f
---
M Makefile
M git-daemon/Dockerfile
M osmo-bsc-master/Dockerfile
M osmo-bts-master/Dockerfile
M osmo-bts-master/osmo-bts.cfg
5 files changed, 9 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/96/10096/1

diff --git a/Makefile b/Makefile
index eca64be..27f5659 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+.PHONY: production
+production: bind9 redmine cgit gerrit git-daemon gitolite patchwork redmine
+
+
 .PHONY: build
 build: debian-jessie-build osmo-ggsn-master osmo-stp-master sctp-test sigtran-tests m3ua-test sua-test debian-stretch-titan ttcn3-ggsn-test
 
diff --git a/git-daemon/Dockerfile b/git-daemon/Dockerfile
index 7dc7d39..9c4601b 100644
--- a/git-daemon/Dockerfile
+++ b/git-daemon/Dockerfile
@@ -8,6 +8,8 @@
 
 RUN apt-get install -qqy git
 
+RUN useradd -u 30001 -g ssh git-daemon
+
 ADD git-daemon.sh /usr/bin/git-daemon.sh
 VOLUME /git
 
diff --git a/osmo-bsc-master/Dockerfile b/osmo-bsc-master/Dockerfile
index 5af6abf..c2ae6fb 100644
--- a/osmo-bsc-master/Dockerfile
+++ b/osmo-bsc-master/Dockerfile
@@ -26,7 +26,7 @@
 
 WORKDIR	/tmp
 
-ARG	OSMO_BSC_BRANCH="master"
+ARG	OSMO_BSC_BRANCH="neels/inter_bsc_ho"
 
 RUN	git clone git://git.osmocom.org/osmo-bsc.git
 ADD	http://git.osmocom.org/osmo-bsc/patch?h=$OSMO_BSC_BRANCH /tmp/commit-osmo-bsc
diff --git a/osmo-bts-master/Dockerfile b/osmo-bts-master/Dockerfile
index 3c2dbec..aa41cca 100644
--- a/osmo-bts-master/Dockerfile
+++ b/osmo-bts-master/Dockerfile
@@ -26,7 +26,7 @@
 
 WORKDIR	/tmp
 
-ARG	OSMO_BTS_BRANCH="master"
+ARG	OSMO_BTS_BRANCH="laforge/meas256"
 
 RUN	git clone git://git.osmocom.org/osmo-bts.git
 ADD	http://git.osmocom.org/osmo-bts/patch?h=$OSMO_BTS_BRANCH /tmp/commit-osmo-bts
diff --git a/osmo-bts-master/osmo-bts.cfg b/osmo-bts-master/osmo-bts.cfg
index e8feff5..bd37b48 100644
--- a/osmo-bts-master/osmo-bts.cfg
+++ b/osmo-bts-master/osmo-bts.cfg
@@ -67,6 +67,7 @@
  gsmtap-sapi pch
  min-qual-rach 50
  min-qual-norm -5
+ supp-meas-info toa256
  trx 0
   power-ramp max-initial 23000 mdBm
   power-ramp step-size 2000 mdB

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I42f68ba31d32574a01d1372d8cc5239c420e816f
Gerrit-Change-Number: 10096
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180721/f1db501b/attachment.htm>


More information about the gerrit-log mailing list