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
99784d77
Commit
99784d77
authored
Jan 24, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We need Rails in order to use Gitlab.config anyway
parent
1f4c4065
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
bin/upgrade.rb
bin/upgrade.rb
+1
-1
lib/gitlab/upgrader.rb
lib/gitlab/upgrader.rb
+0
-3
No files found.
bin/upgrade.rb
View file @
99784d77
require_relative
"../lib/gitlab/upgrader"
require_relative
'../config/environment'
Gitlab
::
Upgrader
.
new
.
execute
lib/gitlab/upgrader.rb
View file @
99784d77
require_relative
"popen"
require_relative
"version_info"
module
Gitlab
class
Upgrader
def
execute
...
...
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