-
Hello,
|
Beta Was this translation helpful? Give feedback.
Answered by
predat
Feb 12, 2024
Replies: 1 comment
-
Hi @JerryKon, you can put this into plugins = {
"release_vcs": {
"git": {
"allow_no_upstream": True
}
}
} You can use the $ rez-config plugins.release_vcs.git
allow_no_upstream: true |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JerryKon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JerryKon,
you can put this into
~/.rezconfig.py
or useREZ_CONFIG_FILE
env var to point to a specific config file: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