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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
f074a09e
Commit
f074a09e
authored
Sep 02, 2014
by
Robert Schilling
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7665 from bbodenmiller/rm-chmod
remove unnecessary chmod
parents
f7235c53
60e24f49
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
doc/update/6.0-to-6.1.md
doc/update/6.0-to-6.1.md
+0
-1
doc/update/6.1-to-6.2.md
doc/update/6.1-to-6.2.md
+0
-1
doc/update/6.2-to-6.3.md
doc/update/6.2-to-6.3.md
+0
-1
doc/update/6.7-to-6.8.md
doc/update/6.7-to-6.8.md
+0
-1
doc/update/6.9-to-7.0.md
doc/update/6.9-to-7.0.md
+0
-1
doc/update/7.0-to-7.1.md
doc/update/7.0-to-7.1.md
+0
-1
doc/update/7.1-to-7.2.md
doc/update/7.1-to-7.2.md
+0
-1
No files found.
doc/update/6.0-to-6.1.md
View file @
f074a09e
...
...
@@ -73,7 +73,6 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```
bash
sudo rm
/etc/init.d/gitlab
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
## 7. Start application
...
...
doc/update/6.1-to-6.2.md
View file @
f074a09e
...
...
@@ -88,7 +88,6 @@ sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
```
bash
sudo rm
/etc/init.d/gitlab
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
## 8. Start application
...
...
doc/update/6.2-to-6.3.md
View file @
f074a09e
...
...
@@ -74,7 +74,6 @@ sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers
```
bash
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
## 7. Start application
...
...
doc/update/6.7-to-6.8.md
View file @
f074a09e
...
...
@@ -62,7 +62,6 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
# Update init.d script
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
# Close access to gitlab-satellites for others
sudo chmod
u+rwx,g
=
rx,o-rwx /home/git/gitlab-satellites
...
...
doc/update/6.9-to-7.0.md
View file @
f074a09e
...
...
@@ -93,7 +93,6 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
# Update init.d script
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
### 6. Update config files
...
...
doc/update/7.0-to-7.1.md
View file @
f074a09e
...
...
@@ -93,7 +93,6 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
# Update init.d script
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
### 6. Update config files
...
...
doc/update/7.1-to-7.2.md
View file @
f074a09e
...
...
@@ -77,7 +77,6 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
# Update init.d script
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
```
### 6. Update config files
...
...
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