From 3bf9cd8d8ee56fd59c287595f6874bf1e8476267 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 13 Mar 2017 09:52:28 -0400 Subject: Updating build_control URL --- jenkins/astroconda_parameterized.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/astroconda_parameterized.groovy b/jenkins/astroconda_parameterized.groovy index 24c8605..ed98ab5 100644 --- a/jenkins/astroconda_parameterized.groovy +++ b/jenkins/astroconda_parameterized.groovy @@ -14,7 +14,7 @@ // Constants controlling the behavior of this script: // // Where to obtain this file and the manifest files -this.build_control_URL = "https://github.com/rendinam/build_control" +this.build_control_URL = "https://github.com/astroconda/build_control" // The conda version shown in the conda_installers list below is installed // first, then the version is forced to this value. -- cgit