aboutsummaryrefslogtreecommitdiff
path: root/jenkins/version_pins.yml
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-09-08 12:31:26 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-09-13 15:08:42 -0400
commitd037cef84e41cce7555c2ea025397d89a23d94d4 (patch)
treec99ea9e25eb2c789ef9ac4e384d2b9aaad33005c /jenkins/version_pins.yml
parentd27ff846a14a658de03548aa0920a3eee160db2c (diff)
downloadbuild_control-d037cef84e41cce7555c2ea025397d89a23d94d4.tar.gz
Allow pinning specific build-support packages to requested versions under conda-build 3.x.
Diffstat (limited to 'jenkins/version_pins.yml')
-rw-r--r--jenkins/version_pins.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jenkins/version_pins.yml b/jenkins/version_pins.yml
new file mode 100644
index 0000000..caaa16a
--- /dev/null
+++ b/jenkins/version_pins.yml
@@ -0,0 +1,13 @@
+# 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