diff --git a/scripts/bootstrap_history.py b/scripts/bootstrap_history.py index bc9502ea344b..1f4c540867e4 100644 --- a/scripts/bootstrap_history.py +++ b/scripts/bootstrap_history.py @@ -103,31 +103,15 @@ `Github `__ =========================================================== -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 `__ -=========================================================== - -Upgrade - .. code-block:: shell - - % hg pull - % hg update latest_${release} - + $ git checkout release_${release} && git pull --ff-only origin release_${release} See `our wiki `__ for additional details regarding the source code locations.