From 4ca9e4a404784ad9c2488b6f85d3642abf0f3ddc Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 28 Apr 2016 00:49:35 -0700 Subject: [PATCH] Don't need these files on the distribution branch; just creates out-of-date copies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 234e3e18e..1d5cd30ca 100644 --- a/Makefile +++ b/Makefile @@ -330,7 +330,7 @@ $(foreach i,1 2 3 4,bump$(i)) : cleanrel beta : distready git tag -af beta -m "$(meta_name) v$(version)." cd dist && git merge --no-commit -s ours beta - cd dist && git checkout beta "builds/*-beta.*" LICENSE CHANGELOG.md img .gitignore .gitattributes + cd dist && git checkout beta "builds/*-beta.*" img .gitignore .gitattributes cd dist && git commit -am "Move $(meta_name) v$(version) to beta channel." stable : distready