[rtems-testing commit] bit_ALL - turn off cvs updates
Joel Sherrill
joel at rtems.org
Tue May 15 21:05:16 UTC 2012
Module: rtems-testing
Branch: master
Commit: c912158026fb8801aa2e4e1ab2b002feaed68cd4
Changeset: http://git.rtems.org/rtems-testing/commit/?id=c912158026fb8801aa2e4e1ab2b002feaed68cd4
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue May 15 15:53:50 2012 -0500
bit_ALL - turn off cvs updates
---
rtems/bit_ALL | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/rtems/bit_ALL b/rtems/bit_ALL
index a734f47..69db51f 100755
--- a/rtems/bit_ALL
+++ b/rtems/bit_ALL
@@ -3,21 +3,22 @@
# Do a full test sweep using the other helper scripts
#
-all_confs=no
-do_cvs_update=yes
+all_confs=yes
+do_update=no
testdir=`pwd`
-# update all the add-ons
-if [ ${do_cvs_update} = yes ] ; then
+# update RTEMS and all the add-ons
+# TODO: Does it make sense to automate updating with git?
+if [ ${do_update} = yes ] ; then
cd ${testdir}/rtems
- cvs up -Pd 2>&1 | grep -v cvs
+ # TODO: Replace with git pull
for addon in class-examples examples examples-v2 rtems-addon-packages \
network-demos ada-examples
do
if [ -d ${addon} ] ; then
cd ${testdir}/${addon}
- cvs up -Pd 2>&1 | grep -v cvs
+ # TODO: Replace with git pull
fi
done
fi
More information about the vc
mailing list