Skip to content

Commit

Permalink
relnotes for setup.py changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Sep 28, 2016
1 parent b86f7c9 commit 12d8e2f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions master/docs/relnotes/index.rst
Expand Up @@ -73,6 +73,17 @@ Deprecations, Removals, and Non-Compatible Changes
ChangeFilter(filter_fn=lambda c: c.properties.getProperty('github_distinct'))
* setup.py 'scripts' have been converted to console_scripts entry point.
This makes them more portable and compatible with wheel format.
Most consequences are for the windows users:

* ``buildbot.bat`` does not exist anymore, and is replaced by ``buildbot.exe``, which is generated by the console_script entrypoint.

* ``buildbot_service.py`` is replaced by ``buildbot_windows_service.exe``, which is generated by the console_script entrypoint
As this script has been written in 2006, has only inline documentation and no unit tests, it is not garanteed to be working.
Please help improving the windows situation.

Buildslave
----------

Expand All @@ -92,6 +103,16 @@ Changes for Developers
Deprecations, Removals, and Non-Compatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* setup.py 'scripts' have been converted to console_scripts entry point.
This makes them more portable and compatible with wheel format.
Most consequences are for the windows users:

* ``buildbot_worker.bat`` does not exist anymore, and is replaced by ``buildbot_worker.exe``, which is generated by the console_script entrypoint.

* ``buildbot_service.py`` is replaced by ``buildbot_worker_windows_service.exe``, which is generated by the console_script entrypoint
As this script has been written in 2006, has only inline documentation and no unit tests, it is not garanteed to be working.
Please help improving the windows situation.


Details
-------
Expand Down

0 comments on commit 12d8e2f

Please sign in to comment.