diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-11-07 12:03:57 -0500 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-11-08 12:46:27 -0500 |
commit | 858c5c2e3e4fcd75d529c60df1fbcbeaff0395dc (patch) | |
tree | 8836209a6de22d7d7fac8f7f47fcc50fedce277b /jenkins/version_pins.yml.example | |
parent | 5f943f78dfd8dc5bb81803a10b9fa87733a437c4 (diff) | |
download | build_control-858c5c2e3e4fcd75d529c60df1fbcbeaff0395dc.tar.gz |
Better test for version pins file. Rename example pins file to prevent unintentional use.
Diffstat (limited to 'jenkins/version_pins.yml.example')
-rw-r--r-- | jenkins/version_pins.yml.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jenkins/version_pins.yml.example b/jenkins/version_pins.yml.example new file mode 100644 index 0000000..2d6f23e --- /dev/null +++ b/jenkins/version_pins.yml.example @@ -0,0 +1,16 @@ +# This file must exist even if empty or entirely commented out. +# +# This file is only honored when the build system is configured to use +# conda-build 3.x. +# +# It allows the definition of a list of core dependency packages to pin to +# the supplied values when building packages from a manifest in a job suite. +# +# Example use case: +# - setuptools 36.4.0 is released in a broken state which prevents packages +# that have it as a build requirement from building. +# - setuptools can be pinned to an earlier version for all package builds +# that happen in a given job suite, allowing them to succeed. +# +#packages: +# - setuptools 27.2.0 |