Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
d45f1451
Commit
d45f1451
authored
May 06, 2014
by
SHIBATA Hiroshi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #535 from Fleurer/patch/1
link the latest log to /tmp/ruby-build.latest.log
parents
13de5110
da2ae30b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bin/ruby-build
+2
-0
No files found.
bin/ruby-build
View file @
d45f1451
...
@@ -1016,6 +1016,8 @@ unset RUBYLIB
...
@@ -1016,6 +1016,8 @@ unset RUBYLIB
trap
build_failed ERR
trap
build_failed ERR
mkdir
-p
"
$BUILD_PATH
"
mkdir
-p
"
$BUILD_PATH
"
ln
-nsf
"
$BUILD_PATH
"
"
${
TMP
}
/ruby-build.latest"
ln
-nsf
"
$LOG_PATH
"
"
${
TMP
}
/ruby-build.latest.log"
source
"
$DEFINITION_PATH
"
source
"
$DEFINITION_PATH
"
[
-z
"
${
KEEP_BUILD_PATH
}
"
]
&&
rm
-fr
"
$BUILD_PATH
"
[
-z
"
${
KEEP_BUILD_PATH
}
"
]
&&
rm
-fr
"
$BUILD_PATH
"
trap
- ERR
trap
- ERR
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