bug 430737: Update snippets sometimes don't propagate to the entire cluster - touch LIVE_SNIPPET_DIR to try and fix propagation problem. r=nrthomas, patch=me

git-svn-id: svn://10.0.0.236/trunk@253546 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhearsum%mozilla.com 2008-08-12 12:10:58 +00:00
parent 6aa04c214c
commit 485986bc2a

View File

@ -25,6 +25,7 @@ fi
pushd $STAGING_DIR > /dev/null
echo Running $RSYNC -Pa $STAGING_DIR/$1/ $LIVE_SNIPPET_DIR
$RSYNC -Pa $STAGING_DIR/$1/ $LIVE_SNIPPET_DIR
touch $LIVE_SNIPPET_DIR
popd > /dev/null
exit 0