From c0f8c7d4a42129fc84fb57c8eb6380ad48795955 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 18 Sep 2019 14:15:48 -0400 Subject: Refactor URLs (#82) * Refactor URLs: * Use /astroconda-pipeline channel for all packages * Swap out anaconda and j-pub-staging URL bases with local archive URL base. * Swap some remaining astroconda-dev references --- hstdp/2019.3c/hstdp-2019.3c_00.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hstdp/2019.3c/hstdp-2019.3c_00.yml') diff --git a/hstdp/2019.3c/hstdp-2019.3c_00.yml b/hstdp/2019.3c/hstdp-2019.3c_00.yml index 552c6d9..14a324d 100644 --- a/hstdp/2019.3c/hstdp-2019.3c_00.yml +++ b/hstdp/2019.3c/hstdp-2019.3c_00.yml @@ -22,7 +22,7 @@ runtime: conda_channels: - http://ssb.stsci.edu/astroconda - defaults - - http://ssb.stsci.edu/astroconda-j-pub-staging + - http://ssb.stsci.edu/astroconda-pipeline conda_requirements: - asn1crypto=0.24.0 -- cgit