From f677d2717dd41d04a15f68036217042583ffe097 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 26 Feb 2010 19:11:44 +0000 Subject: Added kvirc-specific admin directory git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1096505 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- admin/mkcvstag.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 admin/mkcvstag.sh (limited to 'admin/mkcvstag.sh') diff --git a/admin/mkcvstag.sh b/admin/mkcvstag.sh new file mode 100755 index 00000000..3fcb8786 --- /dev/null +++ b/admin/mkcvstag.sh @@ -0,0 +1,19 @@ +OLDTAG=`cat admin/src_cvstag` + +echo "Old CVSTAG is $OLDTAG" + +if test -f configure.in; then + echo "Requesting cvs log in the current directory" +else + echo "This script must be called from the top source directory" + exit -1 +fi + +cvs log > cvs.log + +CVSTAG=`cat cvs.log | grep revision | grep -v total | wc -l` + +echo $CVSTAG > admin/src_cvstag + + +echo "CVSTAG is $CVSTAG" \ No newline at end of file -- cgit v1.2.1