Skip to content

Commit 1ccafef

Browse files
committed
Fix: must exclude .travis.yml from generating python2_6.patch.
1 parent 0498e88 commit 1ccafef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ distclean: clean
4141
git describe --always --dirty > .gitrevision
4242

4343
python2_6.patch:
44-
git diff `git merge-base master python2_6` python2_6 > $@
44+
git diff `git merge-base master python2_6` python2_6 \
45+
-- . ':(exclude).travis.yml' > $@
4546

4647

4748
.PHONY: build test sdist doc-html doc-pdf doc-dist clean distclean .gitrevision

0 commit comments

Comments
 (0)