Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: bin/cros_copy_upgrade_server.sh

Issue 3010008: Fix move of shflags (Closed) Base URL: ssh://gitrw.chromium.org/crosutils.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_copy_upgrade_server.sh
diff --git a/bin/cros_copy_upgrade_server.sh b/bin/cros_copy_upgrade_server.sh
index 752aafc35f5b59baf17ac701a3ca73e4a89372a0..86a4f46d4dff59665174f28e0ba3f38f0c06b3f3 100755
--- a/bin/cros_copy_upgrade_server.sh
+++ b/bin/cros_copy_upgrade_server.sh
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698