Skip to content

Commit

Permalink
Merge pull request #2858 from martenson/rn_tweaks
Browse files Browse the repository at this point in the history
alter release notes template
  • Loading branch information
jmchilton committed Aug 25, 2016
2 parents 75a3aec + 4e5de56 commit f9758f2
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions scripts/bootstrap_history.py
Expand Up @@ -103,31 +103,15 @@
`Github <https://github.com/galaxyproject/galaxy>`__
===========================================================
New
New Galaxy repository
.. code-block:: shell
% git clone -b master https://github.com/galaxyproject/galaxy.git
$ git clone -b release_${release} https://github.com/galaxyproject/galaxy.git
Update to latest stable release
Update of existing Galaxy repository
.. code-block:: shell
% git checkout master && pull --ff-only origin master
Update to exact version
.. code-block:: shell
% git checkout v${release}
`BitBucket <https://bitbucket.org/galaxy/galaxy-dist>`__
===========================================================
Upgrade
.. code-block:: shell
% hg pull
% hg update latest_${release}
$ git checkout release_${release} && git pull --ff-only origin release_${release}
See `our wiki <https://wiki.galaxyproject.org/Develop/SourceCode>`__ for additional details regarding the source code locations.
Expand Down

0 comments on commit f9758f2

Please sign in to comment.