aboutsummaryrefslogtreecommitdiff
path: root/jenkins/version_pins.yml
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-11-08 12:48:07 -0500
committerGitHub <noreply@github.com>2018-11-08 12:48:07 -0500
commita404686888b44a153d76e82178250198a21cbcdb (patch)
tree8836209a6de22d7d7fac8f7f47fcc50fedce277b /jenkins/version_pins.yml
parent5f943f78dfd8dc5bb81803a10b9fa87733a437c4 (diff)
parent858c5c2e3e4fcd75d529c60df1fbcbeaff0395dc (diff)
downloadbuild_control-a404686888b44a153d76e82178250198a21cbcdb.tar.gz
Merge pull request #71 from rendinam/test_pin_enable1.0.30
Better test for version pins file.
Diffstat (limited to 'jenkins/version_pins.yml')
-rw-r--r--jenkins/version_pins.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/jenkins/version_pins.yml b/jenkins/version_pins.yml
deleted file mode 100644
index 2d6f23e..0000000
--- a/jenkins/version_pins.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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