launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #21870
[Merge] lp:~cjwatson/launchpad/remove-apiindex into lp:launchpad
Colin Watson has proposed merging lp:~cjwatson/launchpad/remove-apiindex into lp:launchpad.
Commit message:
Remove vestiges of apiindex, most of which was removed in r10519.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/remove-apiindex/+merge/331241
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/remove-apiindex into lp:launchpad.
=== modified file 'Makefile'
--- Makefile 2017-09-04 12:35:40 +0000
+++ Makefile 2017-09-23 03:30:35 +0000
@@ -47,7 +47,7 @@
# NB: It's important BUILDOUT_BIN only mentions things genuinely produced by
# buildout.
BUILDOUT_BIN = \
- $(PY) bin/apiindex bin/bzr bin/combine-css bin/fl-build-report \
+ $(PY) bin/bzr bin/combine-css bin/fl-build-report \
bin/fl-credential-ctl bin/fl-install-demo bin/fl-monitor-ctl \
bin/fl-record bin/fl-run-bench bin/fl-run-test bin/googletestservice \
bin/harness bin/iharness bin/ipy bin/jsbuild bin/lpjsmin\
=== modified file 'setup.py'
--- setup.py 2017-09-18 10:08:40 +0000
+++ setup.py 2017-09-23 03:30:35 +0000
@@ -166,7 +166,6 @@
),
entry_points=dict(
console_scripts=[ # `console_scripts` is a magic name to setuptools
- 'apiindex = lp.scripts.utilities.apiindex:main',
'bzr = lp.scripts.utilities.bzr:main',
'combine-css = lp.scripts.utilities.js.combinecss:main',
'googletestservice = '
Follow ups