SVN: rc-scripts/trunk/changelog.sh

glen glen at pld-linux.org
Wed Dec 14 12:26:05 CET 2011


Author: glen
Date: Wed Dec 14 12:26:05 2011
New Revision: 12449

Modified:
   rc-scripts/trunk/changelog.sh
Log:
- be sure users file is up to date

Modified: rc-scripts/trunk/changelog.sh
==============================================================================
--- rc-scripts/trunk/changelog.sh	(original)
+++ rc-scripts/trunk/changelog.sh	Wed Dec 14 12:26:05 2011
@@ -23,6 +23,12 @@
 	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 at pld-linux.org>\n", login, name, login } ' $users > $tmp
 
 branch=$(svn info | awk '/URL:/{print $NF}' | sed -e 's,^.*svn.pld-linux.org/svn,,')


More information about the pld-cvs-commit mailing list