summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2002-08-27 13:07:14 +0200
committerjake%bugzilla.org <>2002-08-27 13:07:14 +0200
commit1924c7554198d9da516af6b0576d0f04c909a5f4 (patch)
treeb80333d790672614cef2769a59d3d97e88f3f2aa /contrib
parentbb13cb5428c530a888f1081aaa5ab1810fc70a99 (diff)
downloadbugzilla-1924c7554198d9da516af6b0576d0f04c909a5f4.tar.gz
bugzilla-1924c7554198d9da516af6b0576d0f04c909a5f4.tar.xz
Bug 86651 - cvs-update was setting sticky dates which made commiting changes and getting updates more difficult
r=bbaetz, jouni
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cvs-update.sh11
1 files changed, 8 insertions, 3 deletions
diff --git a/contrib/cvs-update.sh b/contrib/cvs-update.sh
index f74220073..e6dcc6eeb 100644
--- a/contrib/cvs-update.sh
+++ b/contrib/cvs-update.sh
@@ -26,11 +26,16 @@
# and run the cvs command with the date that you want to back
# out to. (Probably the second to last entry).
+# Because this script lives in contrib, you may want to
+# ln -s contrib/cvs-update.sh cvs-update
+# from your bugzilla install directory so you can run
+# the script easily from there (./cvs-update)
+
#DATE=`date +%e/%m/%Y\ %k:%M:%S\ %Z`
DATE=`date`
-COMMAND="cvs update -d -P -D"
-echo $COMMAND \"$DATE\" >> cvs-update.log
-$COMMAND "$DATE"
+COMMAND="cvs -q update -dP"
+echo $COMMAND -D \"$DATE\" >> cvs-update.log
+$COMMAND -A
# sample log file