diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-08-20 11:17:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 11:17:48 -0400 |
commit | 7c3d14e5e65ab3845b1e14d77c378a07aa611420 (patch) | |
tree | 88cac59d4dbc909e5c2c9be8be76ecd1c27fe4fc /hstdp/2019.3b | |
parent | 2884a935a5a90b17800c0ac6e049c3e2971bcad3 (diff) | |
download | astroconda-releases-testing-7c3d14e5e65ab3845b1e14d77c378a07aa611420.tar.gz |
Correct erroneous local paths, remove staging channel, and standardize YAML files (#78)
* Replace erroneous local paths with publication URLs
* Remove staging channel
* Standardize YAML dumps by removing name: and prefix: fields
Diffstat (limited to 'hstdp/2019.3b')
-rw-r--r-- | hstdp/2019.3b/dev/hstdp-2019.3b-osx-py36.00.txt | 2 | ||||
-rw-r--r-- | hstdp/2019.3b/hstdp-2019.3b-linux-py36.final.yml | 1 | ||||
-rw-r--r-- | hstdp/2019.3b/hstdp-2019.3b-osx-py36.final.yml | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/hstdp/2019.3b/dev/hstdp-2019.3b-osx-py36.00.txt b/hstdp/2019.3b/dev/hstdp-2019.3b-osx-py36.00.txt index e04d4d9..a27cf0c 100644 --- a/hstdp/2019.3b/dev/hstdp-2019.3b-osx-py36.00.txt +++ b/hstdp/2019.3b/dev/hstdp-2019.3b-osx-py36.00.txt @@ -143,4 +143,4 @@ http://ssb.stsci.edu/astroconda/osx-64/wfc3tools-1.3.5-py36_0.tar.bz2 http://ssb.stsci.edu/astroconda/osx-64/wfpc2tools-1.0.4-py36_0.tar.bz2 http://ssb.stsci.edu/astroconda/osx-64/costools-1.2.3-py36_0.tar.bz2 http://ssb.stsci.edu/astroconda/osx-64/stsci.skypac-1.0.4-py36_0.tar.bz2 -file:///Users/mrendina/miniconda3/conda-bld/osx-64/drizzlepac-3.0.2-py36h7b7c402_0.tar.bz2 +http://ssb.stsci.edu/astroconda/osx-64/drizzlepac-3.0.2-py36h7b7c402_0.tar.bz2 diff --git a/hstdp/2019.3b/hstdp-2019.3b-linux-py36.final.yml b/hstdp/2019.3b/hstdp-2019.3b-linux-py36.final.yml index f530274..e89fc73 100644 --- a/hstdp/2019.3b/hstdp-2019.3b-linux-py36.final.yml +++ b/hstdp/2019.3b/hstdp-2019.3b-linux-py36.final.yml @@ -1,7 +1,6 @@ channels: - http://ssb.stsci.edu/astroconda - defaults - - http://ssb.stsci.edu/astroconda-j-pub-staging dependencies: - acstools=3.0.0=py36_0 - asdf=2.3.3=py36_0 diff --git a/hstdp/2019.3b/hstdp-2019.3b-osx-py36.final.yml b/hstdp/2019.3b/hstdp-2019.3b-osx-py36.final.yml index e29f118..bf97ed4 100644 --- a/hstdp/2019.3b/hstdp-2019.3b-osx-py36.final.yml +++ b/hstdp/2019.3b/hstdp-2019.3b-osx-py36.final.yml @@ -1,7 +1,6 @@ channels: - http://ssb.stsci.edu/astroconda - defaults - - http://ssb.stsci.edu/astroconda-j-pub-staging dependencies: - acstools=3.0.0=py36_0 - asdf=2.3.3=py36_0 |