[packages/chromium-browser/dev-27] keep sqlite dir for tarball

glen glen at pld-linux.org
Sat May 4 18:56:02 CEST 2013


commit 94458173d82a2646d4fc05e718d9ff2013dc6f24
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 4 19:20:41 2013 +0300

    keep sqlite dir for tarball

 clean-source.sh | 4 +++-
 get-source.sh   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/clean-source.sh b/clean-source.sh
index b2fc1cf..44828c9 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -588,7 +588,9 @@ clean_third_party() {
 		\! -path 'third_party/sfntly/*' \
 		\! -path 'third_party/skia/*' \
 		\! -path 'third_party/smhasher/*' \
-		\! -path 'third_party/sqlite/*' \
+		\! -path 'third_party/sqlite/amalgamation/*' \
+		\! -path 'third_party/sqlite/sqlite3.h' \
+		\! -path 'third_party/sqlite/src/ext/*' \
 		\! -path 'third_party/tcmalloc/*' \
 		\! -path 'third_party/trace-viewer/*' \
 		\! -path 'third_party/undoview/*' \
diff --git a/get-source.sh b/get-source.sh
index c73729a..ff34eeb 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -62,7 +62,7 @@ set -x
 	awk '/^#define/ && /(MAJOR|MINOR)_VERSION|BUILD_NUMBER|PATCH_LEVEL/ { printf("%s=%s\n", $2, $3) }' v8/src/version.cc | tee -a v8.sh
 
 	if [ "$CHANNEL" != "dev" ]; then
-		sh -x $WORK_DIR/clean-source.sh emptydirs=1 v8=0 mesa=0
+		sh -x $WORK_DIR/clean-source.sh emptydirs=1 v8=0 mesa=0 sqlite=0
 	fi
 
 	# do not keep REMOVED*.txt in tarball. they are visible in .log anyway
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/a8f4f3acb468583bc905df6ab0e521509ec1c18e



More information about the pld-cvs-commit mailing list