mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
Fix move of shflags
BUG=verbal TEST=Reran script Review URL: http://codereview.chromium.org/3010008
This commit is contained in:
parent
cd29fd7a91
commit
cfe2a1960c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user