launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #26262
[Merge] ~cjwatson/lp-codeimport:tarball-exclude-bzr into lp-codeimport:master
Colin Watson has proposed merging ~cjwatson/lp-codeimport:tarball-exclude-bzr into lp-codeimport:master.
Commit message:
Exclude .bzr from deployment tarballs
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lp-codeimport/+git/lp-codeimport/+merge/397797
We can't use --exclude-vcs because that would exclude lib/CVS. Our sourcecode dependencies are still in bzr.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lp-codeimport:tarball-exclude-bzr into lp-codeimport:master.
diff --git a/Makefile b/Makefile
index 26c7e9a..eba0483 100644
--- a/Makefile
+++ b/Makefile
@@ -175,6 +175,7 @@ build-tarball: build_wheels
scripts/update-version-info.sh
mkdir -p $(TARBALL_BUILD_DIR)
tar -czf $(TARBALL_BUILD_PATH) \
+ --exclude .bzr \
--exclude .git \
--exclude .gitignore \
--exclude build \