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

Side by Side Diff: third_party/sqlite/src/publish.sh

Issue 3108030: Move bundled copy of sqlite one level deeper to better separate it... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/src/printf.c ('k') | third_party/sqlite/src/publish_osx.sh » ('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/sh 1 #!/bin/sh
2 # 2 #
3 # This script is used to compile SQLite and package everything up 3 # This script is used to compile SQLite and package everything up
4 # so that it is ready to move to the SQLite website. 4 # so that it is ready to move to the SQLite website.
5 # 5 #
6 6
7 # Set srcdir to the name of the directory that contains the publish.sh 7 # Set srcdir to the name of the directory that contains the publish.sh
8 # script. 8 # script.
9 # 9 #
10 srcdir=`echo "$0" | sed 's%\(^.*\)/[^/][^/]*$%\1%'` 10 srcdir=`echo "$0" | sed 's%\(^.*\)/[^/][^/]*$%\1%'`
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 # copy the RPMs into the build directory. 127 # copy the RPMs into the build directory.
128 mv $HOME/rpm/RPMS/i386/sqlite*-$vers*.rpm doc 128 mv $HOME/rpm/RPMS/i386/sqlite*-$vers*.rpm doc
129 mv $HOME/rpm/SRPMS/sqlite-$vers*.rpm doc 129 mv $HOME/rpm/SRPMS/sqlite-$vers*.rpm doc
130 130
131 # Build the website 131 # Build the website
132 # 132 #
133 #cp $srcdir/../historical/* doc 133 #cp $srcdir/../historical/* doc
134 #make doc 134 #make doc
135 #cd doc 135 #cd doc
136 #chmod 644 *.gz 136 #chmod 644 *.gz
OLDNEW
« no previous file with comments | « third_party/sqlite/src/printf.c ('k') | third_party/sqlite/src/publish_osx.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698