Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
faa6a34a
Commit
faa6a34a
authored
Nov 02, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump gitlab-shell in 5.4 and 6.2
parent
88c15909
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
doc/update/5.3-to-5.4.md
doc/update/5.3-to-5.4.md
+2
-2
doc/update/6.1-to-6.2.md
doc/update/6.1-to-6.2.md
+15
-7
No files found.
doc/update/5.3-to-5.4.md
View file @
faa6a34a
...
@@ -22,7 +22,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
...
@@ -22,7 +22,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
```
bash
cd
/home/git/gitlab
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout 5-4-stable
sudo
-u
git
-H
git checkout 5-4-stable
# Latest version of 5-4-stable addresses CVE-2013-4489
```
```
### 3. Update gitlab-shell
### 3. Update gitlab-shell
...
@@ -30,7 +30,7 @@ sudo -u git -H git checkout 5-4-stable
...
@@ -30,7 +30,7 @@ sudo -u git -H git checkout 5-4-stable
```
bash
```
bash
cd
/home/git/gitlab-shell
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.
5.
0
sudo
-u
git
-H
git checkout v1.
7.4
# Addresses CVE-2013-449
0
```
```
### 4. Install libs, migrations, etc.
### 4. Install libs, migrations, etc.
...
...
doc/update/6.1-to-6.2.md
View file @
faa6a34a
...
@@ -24,17 +24,25 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
...
@@ -24,17 +24,25 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
```
bash
cd
/home/git/gitlab
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout 6-2-stable
sudo
-u
git
-H
git checkout 6-2-stable
# Latest version of 6-2-stable addresses CVE-2013-4489
```
```
### 3. Install additional packages
### 3. Update gitlab-shell
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v1.7.4
# Addresses CVE-2013-4490
```
### 4. Install additional packages
```
bash
```
bash
# Add support for lograte for better log file handling
# Add support for lograte for better log file handling
sudo
apt-get
install
logrotate
sudo
apt-get
install
logrotate
```
```
###
4
. Install libs, migrations, etc.
###
5
. Install libs, migrations, etc.
```
bash
```
bash
cd
/home/git/gitlab
cd
/home/git/gitlab
...
@@ -52,7 +60,7 @@ sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
...
@@ -52,7 +60,7 @@ sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
sudo
-u
git
-H
bundle
exec
rake cache:clear
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake cache:clear
RAILS_ENV
=
production
```
```
###
5
. Update config files
###
6
. Update config files
TIP: to see what changed in gitlab.yml.example in this release use next command:
TIP: to see what changed in gitlab.yml.example in this release use next command:
...
@@ -74,7 +82,7 @@ sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers
...
@@ -74,7 +82,7 @@ sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers
sudo cp
lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
sudo cp
lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
```
```
###
6
. Update Init script
###
7
. Update Init script
```
bash
```
bash
sudo rm
/etc/init.d/gitlab
sudo rm
/etc/init.d/gitlab
...
@@ -82,12 +90,12 @@ sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6
...
@@ -82,12 +90,12 @@ sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6
sudo chmod
+x /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
```
###
7
. Start application
###
8
. Start application
sudo service gitlab start
sudo service gitlab start
sudo service nginx restart
sudo service nginx restart
###
8
. Check application status
###
9
. Check application status
Check if GitLab and its environment are configured correctly:
Check if GitLab and its environment are configured correctly:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment