Skip to content

Can I set plugins.release_vcs.git.allow_no_upstream in rezconfig.py? #1639

Answered by predat
JerryKon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JerryKon,

you can put this into ~/.rezconfig.py or use REZ_CONFIG_FILE env var to point to a specific config file:

plugins = {
    "release_vcs": {
        "git": {
            "allow_no_upstream": True
        }
    }
}

You can use the rez-config command to check that the parameter has been taken into account:

$ rez-config plugins.release_vcs.git
allow_no_upstream: true

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JerryKon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants