Fix move of shflags

BUG=verbal
TEST=Reran script

Review URL: http://codereview.chromium.org/3010008
This commit is contained in:
Paul Stewart 2010-07-16 15:14:51 -07:00 committed by Paul Stewart
parent cd29fd7a91
commit cfe2a1960c

View File

@ -68,9 +68,10 @@ create_devserver () {
# Copy server components into place
(cd ${SCRIPTS_DIR}/../.. && \
tar zcf - --exclude=.git --exclude=.svn \
src/scripts/lib \
src/scripts/start_devserver \
src/scripts/{common,get_latest_image,mk_memento_images}.sh \
src/third_party/shflags src/platform/dev) | \
src/platform/dev) | \
ssh ${FLAGS_upgrade_server} "cd ${FLAGS_dest_path} && tar zxf -"
# Copy Python web library into place out of the chroot