Skip to content

Commit

Permalink
Merge pull request #1748 from tardyp/betarelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Jun 28, 2015
2 parents 6295d9f + 34d975c commit 3fbc1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/maketarballs.sh
Expand Up @@ -7,7 +7,7 @@ do
pip install -e ${pkg}
(
cd ${pkg}
rm -rf dist
rm -rf MANIFEST dist
python setup.py sdist
)
cp ${pkg}/dist/* dist/
Expand Down
1 change: 1 addition & 0 deletions master/setup.py
Expand Up @@ -173,6 +173,7 @@ def define_plugin_entries(groups):
"buildbot.steps.source",
"buildbot.util",
"buildbot.www",
"buildbot.www.hooks",
] + ([] if BUILDING_WHEEL else [ # skip tests for wheels (save 50% of the archive)
"buildbot.test",
"buildbot.test.util",
Expand Down

0 comments on commit 3fbc1c0

Please sign in to comment.