Skip to content

Environment Variable to not rewrite sources (or read config file) #206

@frisi

Description

@frisi

would be great to have an option to tell mr.developer to not rewrite urls or ignore the config file in ~ or ~/.buildout

usecase:

  • enabled rewrites for github using .buildout/mr.developer.cfg
[rewrites]
github =
  url ~ ^https://github.com/
  [email protected]:
  kind = git
  • using mr.developer in the buildout of a package too
auto-checkout =  wm.sampledata
[sources]
wm.sampledata                       = git https://github.com/collective/wm.sampledata branch=python3
  • building the package using tox (bobtemplates.plone generated package)
    -> asks me for my ssh key passphrase

eventually an environment variable could do the trick similar to this pr
eg MRDEVELOPER_DISABLEREWRITES is set, ignore rewrite settings of config file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions