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:
parent
6aa04c214c
commit
485986bc2a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user