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

Unified Diff: bin/cros_package_to_live

Issue 3331007: remote_cp renamed to remote_cp_to. *shrug* (Closed) Base URL: ssh://gitrw.chromium.org/crosutils.git
Patch Set: Created 10 years, 4 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_package_to_live
diff --git a/bin/cros_package_to_live b/bin/cros_package_to_live
index 5cbfe030e3ab1e491c9b5fbe48b4e68172ed30aa..d1d9480448c1290709931424eabb0ee9f4d6e5b7 100755
--- a/bin/cros_package_to_live
+++ b/bin/cros_package_to_live
@@ -74,7 +74,7 @@ for pkg in $@; do
remote_sh "mktemp -d /tmp/cros_package_to_live.XXXX"
temp_dir=$REMOTE_OUT
- remote_cp "${latest_pkg}" "${temp_dir}"
+ remote_cp_to "${latest_pkg}" "${temp_dir}"
remote_sh "mount -o remount,rw /"
remote_sh "mkdir -p /usr/portage/packages/${pkg_dir} &&
mv ${temp_dir}/${pkg_name} /usr/portage/packages/${pkg_dir} &&
« 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