[MERGED] osmo-gsm-tester[master]: jenkins: remove unused file: jenkins-build-osmo-bts-octphy.sh

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Jun 2 13:59:36 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: jenkins: remove unused file: jenkins-build-osmo-bts-octphy.sh
......................................................................


jenkins: remove unused file: jenkins-build-osmo-bts-octphy.sh

Change-Id: Ia030aebd7341f198bc768d2beb6abbe8f57a57a0
---
D contrib/jenkins-build-osmo-bts-octphy.sh
1 file changed, 0 insertions(+), 70 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/contrib/jenkins-build-osmo-bts-octphy.sh b/contrib/jenkins-build-osmo-bts-octphy.sh
deleted file mode 100755
index 4045948..0000000
--- a/contrib/jenkins-build-osmo-bts-octphy.sh
+++ /dev/null
@@ -1,70 +0,0 @@
-#!/bin/sh
-set -x -e
-
-base="$PWD"
-prefix="$base/inst-osmo-bts-octphy"
-
-rm -f "$base/osmo-bts-octphy*.tgz"
-
-deps="
-libosmocore
-libosmo-abis
-osmo-bts
-"
-
-have_repo() {
-	repo="$1"
-	cd "$base"
-	if [ ! -d "$repo" ]; then
-		git clone "git://git.osmocom.org/$repo" "$repo"
-	fi
-	cd "$repo"
-	git clean -dxf
-	git fetch origin
-	git reset --hard origin/master
-	git rev-parse HEAD
-	cd "$base"
-}
-
-# for gsm_data_shared.*
-have_repo openbsc
-
-# octphy headers
-have_repo octphy-2g-headers
-
-
-rm -rf "$prefix"
-mkdir -p "$prefix"
-
-export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
-export LD_LIBRARY_PATH="$prefix/lib"
-
-for dep in $deps; do
-	have_repo "$dep"
-	cd "$dep"
-	rm -rf *
-	git checkout .
-
-	echo "$(git rev-parse HEAD) $dep" >> "$prefix/osmo-bts-octphy_git_hashes.txt"
-
-	autoreconf -fi
-
-	config_opts=""
-
-	case "$repo" in
-	'osmo-bts')	config_opts="$config_opts --enable-octphy --with-octsdr-2g=$base/octphy-2g-headers" ;;
-	esac
-
-	./configure --prefix="$prefix" $config_opts
-	make -j8
-	make install
-done
-
-# build the archive that is going to be copied to the tester
-rm "$base"/*.tgz "$base"/*.md5 || true
-cd "$prefix"
-this="osmo-bts-octphy.build-${BUILD_NUMBER}"
-tar="${this}.tgz"
-tar czf "$base/$tar" *
-cd "$base"
-md5sum "$tar" > "${this}.md5"

-- 
To view, visit https://gerrit.osmocom.org/2826
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia030aebd7341f198bc768d2beb6abbe8f57a57a0
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list