[med-svn] [cnrun] 05/11: remove unused script make_version
andrei zavada
hmmr-guest at moszumanska.debian.org
Sat Jan 30 17:27:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch WIP
in repository cnrun.
commit 7c7c3d920a28f589c9dc526fae193f2db8935da4
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Sun Jan 3 18:33:49 2016 +0200
remove unused script make_version
---
upstream/make_version | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/upstream/make_version b/upstream/make_version
deleted file mode 100755
index f4fb669..0000000
--- a/upstream/make_version
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-V=$(git describe --tags)
-if [ $? = 0 ]; then
- echo $V | awk -F"-" '{ print $1"."$2; }'
- exit 0
-fi
-
-# if git is not installed or we are building from a tarball smuggled
-# from a git repo, fall back to ./VERSION
-if test -r VERSION; then
- V=$(<VERSION)
- if test -n $V; then echo $V; exit 0; fi
-fi
-
-# whatever
-echo "0.0.0"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cnrun.git
More information about the debian-med-commit
mailing list