[SCM] pkg-boinc scripts branch, master, updated. 3c5dd4f35c9b523c8c46088ad05d4d25a9c5b792

Guo Yixuan culu.gyx at gmail.com
Mon Nov 12 13:22:35 UTC 2012


The following commit has been merged in the master branch:
commit 3c5dd4f35c9b523c8c46088ad05d4d25a9c5b792
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Mon Nov 12 21:21:14 2012 +0800

    Use the subdir revision, instead of the global one.

diff --git a/export-seti b/export-seti
index 622a8a0..61535eb 100755
--- a/export-seti
+++ b/export-seti
@@ -20,7 +20,7 @@ fi
 
 svn export "$SVN_ROOT/seti_boinc" $ORIG_DIR
 
-REVISION=`svn info "$SVN_ROOT" | grep "Last Changed Rev:" | cut -d' ' -f4`
+REVISION=`svn info "$SVN_ROOT/seti_boinc" | grep "Last Changed Rev:" | cut -d' ' -f4`
 VERSION="`grep AC_INIT $ORIG_DIR/configure.ac | cut -d, -f2 | sed 's/\s*//g'`"
 
 # use this as top dir name in .orig.tar.gz

-- 
pkg-boinc scripts



More information about the pkg-boinc-commits mailing list