diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-10-01 15:25:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 15:25:17 -0400 |
commit | 2ce9e12c817ead07cb30364ebbd332a81b23fa9d (patch) | |
tree | 59f7f47b5aed14e1edb333d585e8571eee792df6 | |
parent | fa4b88022c2051e7aebbdb90cd2df29df584d793 (diff) | |
download | astroconda-releases-2ce9e12c817ead07cb30364ebbd332a81b23fa9d.tar.gz |
Correct condabuild_version values. (#133)
A bug in the environment curation tool caused the field to reflect the version of conda instead of conda-build.
4 files changed, 4 insertions, 4 deletions
diff --git a/caldp/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml b/caldp/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml index 75353f3..0ee3a9f 100644 --- a/caldp/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml +++ b/caldp/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml @@ -1,7 +1,7 @@ # delivery_name: CALDP_errorcalc_CAL_rc2 # creation_time: Mon Sep 21 12:38:07 2020 # conda_version: 4.8.2 -# condabuild_version: 4.8.2 +# condabuild_version: 3.20.2 channels: - defaults - https://ssb.stsci.edu/astroconda diff --git a/caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml b/caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml index b0ddc30..54a5ecd 100644 --- a/caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml +++ b/caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml @@ -1,7 +1,7 @@ # delivery_name: CALDP_errorcalc_CAL_rc2 # creation_time: Fri Sep 25 12:19:00 2020 # conda_version: 4.8.5 -# condabuild_version: 4.8.5 +# condabuild_version: 3.18.11 channels: - defaults - https://ssb.stsci.edu/astroconda diff --git a/caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml b/caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml index 750d338..a752a73 100644 --- a/caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml +++ b/caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml @@ -1,7 +1,7 @@ # delivery_name: CALDP_errorcalc_COS_rc1 # creation_time: Wed Sep 16 14:27:47 2020 # conda_version: 4.8.2 -# condabuild_version: 4.8.2 +# condabuild_version: 3.18.11 channels: - defaults - https://ssb.stsci.edu/astroconda diff --git a/caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml b/caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml index 1549a85..69a6de7 100644 --- a/caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml +++ b/caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml @@ -1,7 +1,7 @@ # delivery_name: CALDP_errorcalc_COS_rc1 # creation_time: Wed Sep 16 14:28:27 2020 # conda_version: 4.8.4 -# condabuild_version: 4.8.4 +# condabuild_version: 3.18.11 channels: - defaults - https://ssb.stsci.edu/astroconda |