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
Jérome Perrin
gitlab-ce
Commits
ece30f53
Commit
ece30f53
authored
Dec 23, 2012
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stable'
parents
2a390f5d
a9e2fa4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+5
-4
No files found.
lib/tasks/gitlab/check.rake
View file @
ece30f53
...
...
@@ -53,14 +53,14 @@ namespace :gitlab do
end
def
check_database_is_not_sqlite
print
"Database is
not
SQLite ... "
print
"Database is SQLite ... "
database_config_file
=
Rails
.
root
.
join
(
"config"
,
"database.yml"
)
unless
File
.
read
(
database_config_file
)
=~
/sqlite/
puts
"
yes
"
.
green
puts
"
no
"
.
green
else
puts
"
no
"
.
red
puts
"
yes
"
.
red
for_more_information
(
"https://github.com/gitlabhq/gitlabhq/wiki/Migrate-from-SQLite-to-MySQL"
,
see_database_guide
...
...
@@ -189,6 +189,8 @@ namespace :gitlab do
if
project
.
satellite
.
exists?
puts
"yes"
.
green
elsif
project
.
empty_repo?
puts
"can't create, repository is empty"
.
magenta
else
puts
"no"
.
red
try_fixing_it
(
...
...
@@ -503,7 +505,6 @@ namespace :gitlab do
puts
"yes"
.
green
else
puts
"no"
.
red
puts
"
#{
gitolite_config_path
}
is not writable"
.
red
try_fixing_it
(
"sudo chmod 750
#{
gitolite_config_path
}
"
)
...
...
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