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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
5ed87ab7
Commit
5ed87ab7
authored
Feb 13, 2014
by
Jeroen van Baarsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #6311: cp the init.d file locally instead of remote
parent
78363222
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/update/5.4-to-6.0.md
doc/update/5.4-to-6.0.md
+1
-1
doc/update/6.0-to-6.1.md
doc/update/6.0-to-6.1.md
+1
-1
doc/update/6.1-to-6.2.md
doc/update/6.1-to-6.2.md
+1
-1
No files found.
doc/update/5.4-to-6.0.md
View file @
5ed87ab7
...
...
@@ -94,7 +94,7 @@ Note: We switched from Puma in GitLab 5.4 to unicorn in GitLab 6.0.
```
bash
sudo rm
/etc/init.d/gitlab
sudo
c
url
--output
/etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-0-stable/lib/support
/init.d/gitlab
sudo c
p
lib/support/init.d/gitlab /etc
/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
...
...
doc/update/6.0-to-6.1.md
View file @
5ed87ab7
...
...
@@ -71,7 +71,7 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```
bash
sudo rm
/etc/init.d/gitlab
sudo
c
url
--output
/etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-1-stable/lib/support
/init.d/gitlab
sudo c
p
lib/support/init.d/gitlab /etc
/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
...
...
doc/update/6.1-to-6.2.md
View file @
5ed87ab7
...
...
@@ -87,7 +87,7 @@ sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
```
bash
sudo rm
/etc/init.d/gitlab
sudo
c
url
--output
/etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-2-stable/lib/support
/init.d/gitlab
sudo c
p
lib/support/init.d/gitlab /etc
/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
...
...
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