Skip to content

Commit

Permalink
Makevars.win is dynamically generated now, no need to tweak it in the…
Browse files Browse the repository at this point in the history
… release script
  • Loading branch information
nealrichardson committed Jun 13, 2019
1 parent 567f041 commit 53c3a20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
14 changes: 0 additions & 14 deletions dev/release/00-prepare-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,6 @@ def test_update_version_pre_tag
"+Version: #{@release_version}"],
],
},
{
path: "r/src/Makevars.win",
hunks: [
["-VERSION = #{@previous_version}.9000",
"+VERSION = #{@release_version}"],
],
},
{
path: "ruby/red-arrow-cuda/lib/arrow-cuda/version.rb",
hunks: [
Expand Down Expand Up @@ -279,13 +272,6 @@ def test_update_version_post_tag
"+Version: #{@release_version}.9000"],
],
},
{
path: "r/src/Makevars.win",
hunks: [
["-VERSION = #{@release_version}",
"+VERSION = #{@release_version}.9000"],
],
},
{
path: "ruby/red-arrow-cuda/lib/arrow-cuda/version.rb",
hunks: [
Expand Down
8 changes: 0 additions & 8 deletions dev/release/00-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ update_versions() {
git add DESCRIPTION
cd -

cd "${SOURCE_DIR}/../../r/src"
sed -i.bak -E -e \
"s/^VERSION = .+/VERSION = ${r_version}/" \
Makevars.win
rm -f Makevars.win.bak
git add Makevars.win
cd -

cd "${SOURCE_DIR}/../../ruby"
sed -i.bak -E -e \
"s/^ VERSION = \".+\"/ VERSION = \"${version}\"/g" \
Expand Down

0 comments on commit 53c3a20

Please sign in to comment.