Hide Forgot
Description: If you miss a step during the build setup process, you may accidentally run ./builder.py from the master branch. This is almost always incorrect; builder.py should run a branch like 2.6-dev or 2.4-release. This bug is an RFE to print an error if builder.py is run from a git checkout that is currently on master. We can possibly add an override command-line option as well to allow builder.py to run from master if the user really wants to do that. The "am I on master?" check should be performed before builder.py does anything else.
This seems reasonable. That override flag might be necessary if we want to have nightly builds.
https://github.com/pulp/pulp/pull/1387
fixed in pulp 2.6.0-0.2.beta
Moved to https://pulp.plan.io/issues/271