From 36ae4c5589de51497bf63da9129e404d4b2608d0 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 14 Nov 2013 14:18:02 +0100 Subject: [PATCH] Use gitlab-shell 1.7.8 for GitLab 6.x --- doc/install/installation.md | 2 +- doc/update/5.4-to-6.0.md | 2 +- doc/update/6.0-to-6.1.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 6fab7c57f3..044afc3d78 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -122,7 +122,7 @@ GitLab Shell is an ssh access and repository management software developed speci cd gitlab-shell # switch to right version - sudo -u git -H git checkout v1.7.4 + sudo -u git -H git checkout v1.7.8 sudo -u git -H cp config.yml.example config.yml diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md index fc010cd818..80c3f6cbdb 100644 --- a/doc/update/5.4-to-6.0.md +++ b/doc/update/5.4-to-6.0.md @@ -44,7 +44,7 @@ sudo -u git -H git checkout 6-0-stable ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v1.7.0 +sudo -u git -H git checkout v1.7.8 ``` ### 4. Install additional packages diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md index 8fe703309e..da69aa60dd 100644 --- a/doc/update/6.0-to-6.1.md +++ b/doc/update/6.0-to-6.1.md @@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v1.7.1 +sudo -u git -H git checkout v1.7.8 ``` ### 4. Install libs, migrations, etc.