Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
e80b90fa
Unverified
Commit
e80b90fa
authored
Jan 15, 2018
by
xoviat
Committed by
GitHub
Jan 15, 2018
Browse files
Merge pull request #121 from radarhere/pypy
Added pypy 5.10.1
parents
c46e6f2c
803fef07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
common_utils.sh
common_utils.sh
+2
-1
tests/test_fill_pypy_ver.sh
tests/test_fill_pypy_ver.sh
+1
-0
No files found.
common_utils.sh
View file @
e80b90fa
...
@@ -335,7 +335,8 @@ LATEST_PP_5p6=5.6.0
...
@@ -335,7 +335,8 @@ LATEST_PP_5p6=5.6.0
LATEST_PP_5p7
=
5
.7.1
LATEST_PP_5p7
=
5
.7.1
LATEST_PP_5p8
=
5
.8.0
LATEST_PP_5p8
=
5
.8.0
LATEST_PP_5p9
=
5
.9.0
LATEST_PP_5p9
=
5
.9.0
LATEST_PP_5
=
$LATEST_PP_5p9
LATEST_PP_5p10
=
5
.10.1
LATEST_PP_5
=
$LATEST_PP_5p10
function
unroll_version
{
function
unroll_version
{
# Convert major or major.minor format to major.minor.micro using the above
# Convert major or major.minor format to major.minor.micro using the above
...
...
tests/test_fill_pypy_ver.sh
View file @
e80b90fa
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
[
"
$(
fill_pypy_ver 5.7
)
"
==
$LATEST_PP_5p7
]
||
ingest
[
"
$(
fill_pypy_ver 5.7
)
"
==
$LATEST_PP_5p7
]
||
ingest
[
"
$(
fill_pypy_ver 5.8
)
"
==
$LATEST_PP_5p8
]
||
ingest
[
"
$(
fill_pypy_ver 5.8
)
"
==
$LATEST_PP_5p8
]
||
ingest
[
"
$(
fill_pypy_ver 5.9
)
"
==
$LATEST_PP_5p9
]
||
ingest
[
"
$(
fill_pypy_ver 5.9
)
"
==
$LATEST_PP_5p9
]
||
ingest
[
"
$(
fill_pypy_ver 5.10
)
"
==
$LATEST_PP_5p10
]
||
ingest
[
"
$(
fill_pypy_ver 2.6.1
)
"
==
"2.6.1"
]
||
ingest
[
"
$(
fill_pypy_ver 2.6.1
)
"
==
"2.6.1"
]
||
ingest
[
"
$(
fill_pypy_ver 4.0.1
)
"
==
"4.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 4.0.1
)
"
==
"4.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 5.0.1
)
"
==
"5.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 5.0.1
)
"
==
"5.0.1"
]
||
ingest
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