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

Unified Diff: runtime/observatory/maintainers/snapshot_dependencies.sh

Issue 937603002: Rev observatory dependencies (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | « runtime/observatory/maintainers/pubspec.template ('k') | runtime/observatory/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/maintainers/snapshot_dependencies.sh
diff --git a/runtime/observatory/maintainers/snapshot_dependencies.sh b/runtime/observatory/maintainers/snapshot_dependencies.sh
index cd13564e577631e32a73c543149026c95197add2..68803cf13068cb18a720a45b47ce2d5222939d9c 100755
--- a/runtime/observatory/maintainers/snapshot_dependencies.sh
+++ b/runtime/observatory/maintainers/snapshot_dependencies.sh
@@ -59,4 +59,8 @@ echo ''
echo '***'
echo -n 'Now run: rsync -a --delete observatory_pub_packages/ '
echo '~/workspace/dart-third_party/observatory_pub_packages/'
+echo 'Then: '
+echo 'cd ~/workspace/dart-third_party/observatory_pub_packages/'
+echo "svn status | grep ^? | sed 's/? //' | xargs svn add"
+echo "svn st | grep ^! | sed 's/! //' | xargs svn rm"
echo '***'
« no previous file with comments | « runtime/observatory/maintainers/pubspec.template ('k') | runtime/observatory/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698