[Dart] Update step
Miller, James V (CRD)
millerjv at crd.ge.com
Tue, 22 Jan 2002 12:47:21 -0500
Brad,
On Friday I added a cache entry for CVSUpdateOptions. I should be checking it in today. It will
default to "-d -P -A" but allow the user to edit it (to add -r, etc.).
Jim
-----Original Message-----
From: Brad King [mailto:brad.king at kitware.com]
Sent: Tuesday, January 22, 2002 12:11 PM
To: Dart
Subject: [Dart] Update step
Hello,
Currently, it looks like the following line is used to generate the cvs
update command:
set UpdateCommand "$cvs update -d -P -A"
It would be nice if there were a way to run a dashboard build on a cvs
branch given a tag. Currently we do this by skipping the update step and
doing it manually in the cron job (please correct me if I'm wrong).
I suggest that we either remove the "-A" and let the user have the source
tree checked out on a particular branch, or change it to something like
this:
set UpdateCommand "$cvs update -d -P $cvsUpdateOptions"
Then, we add the update options variable to the configuration. It would
allow the user to configure an update as "-r foo-branch".
Thoughts?
-Brad
_______________________________________________
Dart mailing list
Dart at public.kitware.com
http://public.kitware.com/mailman/listinfo/dart