Remove deprecated mbs-build tool

This commit is contained in:
mprahl
2018-04-03 10:09:29 -04:00
parent 0defabc88c
commit a4903876f2
4 changed files with 0 additions and 610 deletions

View File

@@ -90,23 +90,6 @@ Prior to starting MBS, you can force development mode::
$ export MODULE_BUILD_SERVICE_DEVELOPER_ENV=1
Module Submission
-----------------
You can submit a local test build with the `contrib/mbs-build` script,
which should submit an HTTP POST to the frontend, requesting a build::
$ ./contrib/mbs-build -s [server] submit [scm_url] [branch]
Here, `server` should specify the `hostname[:port]` port of the MBS instance
you want to submit to. For local development, try `https://127.0.0.1:5000`.
The `scmurl` should be a url to a dist-git repo of the module in question and
the `branch` should be the stream that you want to build. Note that
authentication will be required for submitting a module build. Follow the
on-screen instructions to authenticate.
See also `SCMURLS` in `conf/config.py` for list of allowed SCM URLs.
fedmsg Signing for Development
------------------------------