summaryrefslogtreecommitdiffstats
path: root/cvs-helpers
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 18:21:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 18:21:20 +0000
commite801ee10d0a73ae1df6208b799a93c0492ec4581 (patch)
tree595231b172b2733788b057c5b9dfb3c7a2e05ce3 /cvs-helpers
parent2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-e801ee10d0a73ae1df6208b799a93c0492ec4581.tar.bz2
2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* cvscommit: Now running Go tests on PowerPC (2/3 passing) and i386 (in process).
Diffstat (limited to 'cvs-helpers')
-rw-r--r--cvs-helpers/ChangeLog5
-rwxr-xr-xcvs-helpers/cvscommit9
2 files changed, 14 insertions, 0 deletions
diff --git a/cvs-helpers/ChangeLog b/cvs-helpers/ChangeLog
index 0f2a411..66344fe 100644
--- a/cvs-helpers/ChangeLog
+++ b/cvs-helpers/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cvscommit: Now running Go tests on PowerPC (2/3 passing) and i386 (in
+ process).
+
2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* cvscommit, mkChangeLogList: Avoid processing autom4te.cache
diff --git a/cvs-helpers/cvscommit b/cvs-helpers/cvscommit
index 45a9738..7c00fca 100755
--- a/cvs-helpers/cvscommit
+++ b/cvs-helpers/cvscommit
@@ -78,6 +78,15 @@ else
subdirs="* ."
fi
+# Make sure we have user information
+if test "X${userInfo}" = "X" ; then
+ user_name=`grep ^${user} /etc/passwd | cut -d':' -f5 | cut -d',' -f1`
+ if test "X${user_name}" = "X" ; then
+ echo "User information not set"
+ usage
+ fi
+fi
+
commit()
{
${CVS} up ChangeLog