From c7ba2f26e68d291002e58c3d7a2efc638e8fca62 Mon Sep 17 00:00:00 2001 From: SgStapleton Date: Tue, 30 Apr 2019 12:53:33 -0700 Subject: [PATCH 1/2] Modifying meta.yaml and version files for ISIS3.7.0 Public Release --- isis/version | 4 ++-- recipe/meta.yaml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/isis/version b/isis/version index 0829ad76db..a1974fb051 100644 --- a/isis/version +++ b/isis/version @@ -1,3 +1,3 @@ 3.7.0 # Public version number -2019-04-16 # Release date -alpha # release stage (alpha, beta, stable) +2019-04-20 # Release date +stable # release stage (alpha, beta, stable) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cee9a78564..39d2185828 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,7 +18,7 @@ # A Public Release for ISIS3.6.1: {% set version = "3.6.1" %} # A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %} # A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %} -{% set version = "3.7.0_RC2" %} +{% set version = "3.7.0" %} # This is the branch that conda build will pull from the ISIS repository. If you are building for a # general public release, leave the branch as "release". If you are building a custom build, like @@ -35,13 +35,13 @@ package: version: {{ version }} source: - git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' - git_branch: {{ git_branch }} - # url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}_{{ build_number }}.tar.gz' - # # sha256 is the prefered checksum -- you can get it for a file with: - # # `openssl sha256 `. Simply run this command with the .tar.gz - # # file specified in the "url" tag above. - # sha256: '' + # git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' + # git_branch: {{ git_branch }} + url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}_{{ build_number }}.tar.gz' + # sha256 is the prefered checksum -- you can get it for a file with: + # `openssl sha256 `. Simply run this command with the .tar.gz + # file specified in the "url" tag above. + sha256: '' build: number: {{ build_number }} From d87b3bc4cc64ee692eda98ec5742ce104c457ed7 Mon Sep 17 00:00:00 2001 From: SgStapleton Date: Tue, 30 Apr 2019 16:24:40 -0700 Subject: [PATCH 2/2] Fixing date on version file --- isis/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isis/version b/isis/version index a1974fb051..3774fa4f33 100644 --- a/isis/version +++ b/isis/version @@ -1,3 +1,3 @@ 3.7.0 # Public version number -2019-04-20 # Release date +2019-04-30 # Release date stable # release stage (alpha, beta, stable)