bbangert /
buildbot-xmlrpc
Buildbot fork with additional XMLRPC methods and bugfixes.
Clone URL : http://bitbucket.org/bbangert/buildbot-xmlrpc/ (size: 1.9 MB)
| commit 719: | c9080896a5cf |
| parent 718: | ff3eb5c60cb1 |
| branch: | default |
MANIFEST.in, Makefile: remove references to ChangeLog
4 months ago
Changed (Δ20 bytes):
raw changeset »
MANIFEST.in (1 lines added, 1 lines removed)
Makefile (1 lines added, 1 lines removed)
1 |
1 |
|
2 |
include |
|
2 |
include MANIFEST.in README README.w32 NEWS CREDITS COPYING |
|
3 |
3 |
include docs/examples/*.cfg |
4 |
4 |
include docs/buildbot.texinfo docs/buildbot.info* docs/buildbot.html |
5 |
5 |
include docs/*.png docs/images/*.png docs/images/*.svg docs/images/*.txt |
| … | … | @@ -45,7 +45,7 @@ release: docs |
45 |
45 |
chmod 0755 . |
46 |
46 |
find buildbot contrib docs -type d -exec chmod 0755 {} \; |
47 |
47 |
find bin buildbot contrib docs -type f -exec chmod 0644 {} \; |
48 |
chmod 0644 |
|
48 |
chmod 0644 MANIFEST* NEWS README* setup.py |
|
49 |
49 |
chmod a+x bin/buildbot contrib/*.py contrib/windows/*.py |
50 |
50 |
rm -rf _trial_temp |
51 |
51 |
python ./setup.py clean |
