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
5285456b
Commit
5285456b
authored
Sep 09, 2014
by
Mislav Marohnić
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #635 from sstephenson/add-checksums
Add missing checksums to Rubinius definitions
parents
e754d67e
92d9cf84
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
script/test
+5
-0
share/ruby-build/rbx-2.2.5
+1
-1
share/ruby-build/rbx-2.2.6
+1
-1
No files found.
script/test
View file @
5285456b
...
@@ -6,6 +6,11 @@ set -e
...
@@ -6,6 +6,11 @@ set -e
STATUS
=
0
STATUS
=
0
bats
-t
test
||
STATUS
=
"
$?
"
bats
-t
test
||
STATUS
=
"
$?
"
if
[
"
$TRAVIS_PULL_REQUEST
"
!=
"false"
]
&&
[
-z
"
$TRAVIS_COMMIT_RANGE
"
]
;
then
first_sha
=
"
$(
curl
-fsSL
https://github.com/
${
TRAVIS_REPO_SLUG
}
/pull/
${
TRAVIS_PULL_REQUEST
}
.patch | head
-1
| awk
'{print $2}'
)
"
export
TRAVIS_COMMIT_RANGE
=
"
${
first_sha
}
^..
${
TRAVIS_COMMIT
}
"
fi
if
[
"
$TRAVIS_SECURE_ENV_VARS
"
=
"true"
]
;
then
if
[
"
$TRAVIS_SECURE_ENV_VARS
"
=
"true"
]
;
then
./script/mirror update
"
$TRAVIS_COMMIT_RANGE
"
./script/mirror update
"
$TRAVIS_COMMIT_RANGE
"
elif
[
"
$TRAVIS_PULL_REQUEST
"
!=
"false"
]
;
then
elif
[
"
$TRAVIS_PULL_REQUEST
"
!=
"false"
]
;
then
...
...
share/ruby-build/rbx-2.2.5
View file @
5285456b
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
install_package "rubinius-2.2.5" "http://releases.rubini.us/rubinius-2.2.5.tar.bz2" rbx
install_package "rubinius-2.2.5" "http://releases.rubini.us/rubinius-2.2.5.tar.bz2
#42cfae89d481dfa5e0ccb53a67720f109fc6c2e1b6ca68a8ae9676be6d0457de
" rbx
share/ruby-build/rbx-2.2.6
View file @
5285456b
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
install_package "yaml-0.1.6" "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz#7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749" --if needs_yaml
install_package "rubinius-2.2.6" "http://releases.rubini.us/rubinius-2.2.6.tar.bz2" rbx
install_package "rubinius-2.2.6" "http://releases.rubini.us/rubinius-2.2.6.tar.bz2
#8ad2cada05a20c708379c75607fd0c8259623b3699d36be41e509052164eb103
" rbx
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