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

Side by Side Diff: mojo/public/third_party/markupsafe/get_markupsafe.sh

Issue 799113004: Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add mojo's ply to checklicenses whitelist Created 6 years 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 unified diff | Download patch
« no previous file with comments | « mojo/public/third_party/markupsafe/_speedups.c ('k') | mojo/public/third_party/ply/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # Download and extract MarkupSafe 2 # Download and extract MarkupSafe
3 # Homepage: 3 # Homepage:
4 # https://github.com/mitsuhiko/markupsafe 4 # https://github.com/mitsuhiko/markupsafe
5 # Download page: 5 # Download page:
6 # https://pypi.python.org/pypi/MarkupSafe 6 # https://pypi.python.org/pypi/MarkupSafe
7 PACKAGE='MarkupSafe' 7 PACKAGE='MarkupSafe'
8 VERSION='0.18' 8 VERSION='0.18'
9 PACKAGE_DIR='markupsafe' 9 PACKAGE_DIR='markupsafe'
10 10
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 do 112 do
113 rm -fr "$FILE" 113 rm -fr "$FILE"
114 done 114 done
115 115
116 # Replace with new directory 116 # Replace with new directory
117 cd .. 117 cd ..
118 mv "$INSTALL_DIR" "$OLD_DIR" 118 mv "$INSTALL_DIR" "$OLD_DIR"
119 mv "$PACKAGE_DIR" "$INSTALL_DIR" 119 mv "$PACKAGE_DIR" "$INSTALL_DIR"
120 cd "$INSTALL_DIR" 120 cd "$INSTALL_DIR"
121 rm -fr "$OLD_DIR" 121 rm -fr "$OLD_DIR"
OLDNEW
« no previous file with comments | « mojo/public/third_party/markupsafe/_speedups.c ('k') | mojo/public/third_party/ply/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698