Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
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
nexedi
gitlab-shell
Commits
586c8d51
Commit
586c8d51
authored
Nov 21, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fail_install' of /home/git/repositories/gitlab/gitlab-shell
parents
8d84906b
ca2f1309
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
bin/install
bin/install
+7
-1
No files found.
bin/install
View file @
586c8d51
...
...
@@ -20,7 +20,13 @@ commands = [
]
commands
.
each
do
|
cmd
|
puts
"
#{
cmd
}
:
#{
system
(
cmd
)
}
"
print
"
#{
cmd
}
: "
if
system
(
cmd
)
puts
'OK'
else
puts
'Failed'
abort
"
#{
$PROGRAM_NAME
}
failed"
end
end
exit
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