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

Side by Side Diff: mojo/public/third_party/jinja2/get_jinja2.sh

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/jinja2/filters.py ('k') | mojo/public/third_party/jinja2/lexer.py » ('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 Jinja2 2 # Download and extract Jinja2
3 # Homepage: 3 # Homepage:
4 # http://jinja.pocoo.org/ 4 # http://jinja.pocoo.org/
5 # Installation instructions: 5 # Installation instructions:
6 # http://jinja.pocoo.org/docs/intro/#from-the-tarball-release 6 # http://jinja.pocoo.org/docs/intro/#from-the-tarball-release
7 # Download page: 7 # Download page:
8 # https://pypi.python.org/pypi/Jinja2 8 # https://pypi.python.org/pypi/Jinja2
9 PACKAGE='Jinja2' 9 PACKAGE='Jinja2'
10 VERSION='2.7.1' 10 VERSION='2.7.1'
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 do 114 do
115 rm -fr "$FILE" 115 rm -fr "$FILE"
116 done 116 done
117 117
118 # Replace with new directory 118 # Replace with new directory
119 cd .. 119 cd ..
120 mv "$INSTALL_DIR" "$OLD_DIR" 120 mv "$INSTALL_DIR" "$OLD_DIR"
121 mv "$PACKAGE_DIR" "$INSTALL_DIR" 121 mv "$PACKAGE_DIR" "$INSTALL_DIR"
122 cd "$INSTALL_DIR" 122 cd "$INSTALL_DIR"
123 rm -fr "$OLD_DIR" 123 rm -fr "$OLD_DIR"
OLDNEW
« no previous file with comments | « mojo/public/third_party/jinja2/filters.py ('k') | mojo/public/third_party/jinja2/lexer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698