We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc79494 commit 52c1b49Copy full SHA for 52c1b49
vinca/main.py
@@ -952,7 +952,7 @@ def main():
952
# only URLs
953
if "://" in fn:
954
selected_bn = vinca_conf.get("build_number", 0)
955
- if not vinca_conf.get("use_explicit_build_number", False):
+ if not vinca_conf.get("use_explicit_build_number", True):
956
distro = vinca_conf["ros_distro"]
957
all_pkgs = repodata.get("packages", {})
958
all_pkgs.update(repodata.get("packages.conda", {}))
0 commit comments