We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75b89a1 + 62adaaa commit 40038e1Copy full SHA for 40038e1
script/deploy
@@ -11,6 +11,11 @@ function try {
11
12
cd "$(dirname "$0")/.."
13
14
+branch_name="$1"
15
+commit="$(git rev-parse --short HEAD)"
16
+
17
+perl -pi -e "s/development/$branch_name $commit/" version.h
18
19
try autoconf
20
try ./configure --prefix=/data/ruby --disable-install-doc
21
try make -j 4
version.h
@@ -43,8 +43,7 @@
43
"ruby "RUBY_VERSION \
44
RUBY_PATCHLEVEL_STR \
45
"-tcs-github" \
46
- " ("RUBY_RELEASE_DATE \
47
- RUBY_REVISION_STR") " \
+ " (development) " \
48
"["RUBY_PLATFORM"]"
49
# define RUBY_COPYRIGHT \
50
"ruby - Copyright (C) " \
0 commit comments