Skip to content

Commit

Permalink
add www.hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Jun 28, 2015
1 parent f3c5cad commit 34d975c
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 34d975c

Please sign in to comment.