]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- be sure users file is up to date
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Dec 2011 11:26:05 +0000 (11:26 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Dec 2011 11:26:05 +0000 (11:26 +0000)
svn-id: @12449

changelog.sh

index 121c9461fd455022739ae7d1912f1ad939eec94a..2d19930e06fbae54ccb01c156b51a1bd1cd35e86 100755 (executable)
@@ -23,6 +23,12 @@ if [ -z "$users" ]; then
        exit 1
 fi
 
+# be sure users file is up to date
+(
+       cd $(dirname "$users")
+       cvs up users
+)
+
 awk -F":" ' { login=$1; if ($3 != "") { name=$3 } else { name=$1 }; email=$2; printf "%s\t%s <%s@pld-linux.org>\n", login, name, login } ' $users > $tmp
 
 branch=$(svn info | awk '/URL:/{print $NF}' | sed -e 's,^.*svn.pld-linux.org/svn,,')
This page took 0.035355 seconds and 4 git commands to generate.