Commit 1924c755 authored by jake%bugzilla.org's avatar jake%bugzilla.org

Bug 86651 - cvs-update was setting sticky dates which made commiting changes and…

Bug 86651 - cvs-update was setting sticky dates which made commiting changes and getting updates more difficult r=bbaetz, jouni
parent bb13cb54
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment