[MERGED] osmo-ggsn[master]: remove bogus 'version' script

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
Wed Sep 6 07:22:56 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: remove bogus 'version' script
......................................................................


remove bogus 'version' script

Change-Id: I3977cd4777aa4cf37a1d6e21eba0bc37d61421f3
---
D version
1 file changed, 0 insertions(+), 24 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/version b/version
deleted file mode 100755
index ba4d6a5..0000000
--- a/version
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# Little shell script to grab current version number from configure.in
-#
-# $Id: version,v 1.3 2003/01/28 22:39:30 jjako Exp $
-
-VER=`grep AC_INIT configure.in | awk -F'[(),]' '{print $3}'`
-if [ "$1" == "-VERSION" ]
-then
-  echo $VER | awk -F'.' '{print $1}'
-  exit
-fi
-if [ "$1" == "-PATCHLEVEL" ]
-then
-  echo $VER | awk -F'.' '{print $2}'
-  exit
-fi
-if [ "$1" == "-SUBLEVEL" ]
-then
-  echo $VER | awk -F'.' '{print $3}'
-  exit
-fi
-echo $VER
-exit

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3977cd4777aa4cf37a1d6e21eba0bc37d61421f3
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list