Skip to content

Commit

Permalink
alter release notes template
Browse files Browse the repository at this point in the history
remove bitbucket distribution
make github commands checkout the actual release instead of master
  • Loading branch information
martenson committed Aug 25, 2016
1 parent d3c696f commit 4e5de56
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 4e5de56

Please sign in to comment.