Skip to content

Commit

Permalink
Modifying files for conda build for ISIS3.7.0_RC2 (#3229)
Browse files Browse the repository at this point in the history
* Modifying files for conda build for ISIS3.7.0_RC_2

* Changes to modifications until issue #3231 can be completed

* Small typo

* One final added comment for clarification
  • Loading branch information
SgStapleton authored and kberryUSGS committed Apr 17, 2019
1 parent 36e75f8 commit 187e70e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isis/version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.7.0 # Public version number
2019-04-01 # Release date
2019-04-16 # Release date
alpha # release stage (alpha, beta, stable)
15 changes: 13 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@
# confirm that you will not be overwriting a file that has already been uploaded by checking the
# channel before building.

# Also keep in mind that there must already be a Release or a Tag by the name <version>_<build_number>
# on the USGS-Astrogeology/ISIS3 repo before invoking the conda build system as this will pull the
# tar.gz of that name to build. After pushing changes for a release build (so as to
# include these changes in the release), but before building using the conda build system, be
# sure to create this Release or Tag.

# This is the version of ISIS that you are building. (Please refer to
# RFC2 (https://github.com/USGS-Astrogeology/ISIS3/wiki/RFC2:-Release-Process) if you are not sure
# about what version you are building.)
# about what version you are building.)
# Examples:
# 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_RC" %}
{% set version = "3.7.0_RC2" %}

# 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
Expand All @@ -31,6 +37,11 @@ package:
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 <file name>`. Simply run this command with the .tar.gz
# # file specified in the "url" tag above.
# sha256: ''

build:
number: {{ build_number }}
Expand Down

0 comments on commit 187e70e

Please sign in to comment.