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 <%[email protected]>\n", login, name, login } ' $users > $tmp
branch=$(svn info | awk '/URL:/{print $NF}' | sed -e
's,^.*svn.pld-linux.org/svn,,')
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit