Skip to content

Commit

Permalink
(SIMP-2419) Point users to git tags for building (#135)
Browse files Browse the repository at this point in the history
(SIMP-2419) Point users to git tags for building

- Travis fixed, too

SIMP-2419 #close
  • Loading branch information
Nick Miller authored and Nick Markowski committed Jan 3, 2017
1 parent 1d29ed9 commit c45bae5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# build reStructuredText documentation
---
language: python
sudo: true
python:
- "2.7"
addons:
apt:
packages:
- python-devel
install:
- pip install -q -r requirements.txt
script:
Expand Down
4 changes: 0 additions & 4 deletions CONTRIBUTING.md

This file was deleted.

5 changes: 0 additions & 5 deletions build/package_metadata.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Change into the ``simp-core`` directory.
Check out your desired branch of SIMP:

* To check out a stable SIMP release, check out a tag:
* To check out a stable SIMP release, check out a tag (*Recommended*):

.. code::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ branch for your target SIMP version:
.. code::
$ cd simp-core
$ git checkout 5.1.X # for SIMP 5 and CentOS 7
$ git checkout 4.2.X # for SIMP 4 and CentOS 6
$ git checkout tags/5.2.0-0 # for SIMP 5 and CentOS 7
$ git checkout tags/4.3.1-0 # for SIMP 4 and CentOS 6
Run ``bundle install`` to make sure that all of the build tools and dependencies are
installed and up to date:
Expand Down Expand Up @@ -79,7 +79,7 @@ installation!


.. _BinTray artifacts repository: https://bintray.com/simp/Releases/Artifacts#files
.. _latest 5.2.0-0 release (for CentOS 7): https://bintray.com/simp/Releases/download_file?file_path=SIMP-DVD-RHEL-5.2.0-0.tar.gz
.. _latest 5.2.0-0 release (for CentOS 7): https://bintray.com/simp/Releases/download_file?file_path=SIMP-DVD-CentOS-5.2.0-0.tar.gz
.. _latest 4.3.0-0 release (for CentOS 6): https://bintray.com/simp/Releases/download_file?file_path=SIMP-DVD-CentOS-4.3.0-0.tar.gz
.. _CentOS-7-x86_64-DVD-1511.iso: http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso
.. _DVD1 and DVD2: http://isoredirect.centos.org/centos/6/isos/x86_64/

0 comments on commit c45bae5

Please sign in to comment.