Skip to content

Commit

Permalink
ARROW-2962: [Packaging] Bintray descriptor files are no longer needed
Browse files Browse the repository at this point in the history
Wait for [build-302](https://github.com/kszucs/crossbow/branches/all?utf8=%E2%9C%93&query=build-302) to pass

Author: Krisztián Szűcs <szucs.krisztian@gmail.com>

Closes #2357 from kszucs/ARROW-2962 and squashes the following commits:

7445b8c <Krisztián Szűcs> remove bintray descriptors
8baabda <Krisztián Szűcs> don't update descriptor in rake task
  • Loading branch information
kszucs authored and wesm committed Aug 4, 2018
1 parent 7a6144e commit 41bb85b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
45 changes: 0 additions & 45 deletions dev/tasks/linux-packages/apt/descriptor.json

This file was deleted.

10 changes: 0 additions & 10 deletions dev/tasks/linux-packages/package-task.rb
Expand Up @@ -266,7 +266,6 @@ def define_version_task
task :update do
update_debian_changelog
update_spec
update_descriptor
end
end
end
Expand Down Expand Up @@ -325,13 +324,4 @@ def update_spec
end
end

def update_descriptor
Dir.glob("**/descriptor.json") do |descriptor_json|
update_content(descriptor_json) do |content|
content = content.sub(/"name": "\d+\.\d+\.\d+.*?"/) do
"\"name\": \"#{@version}\""
end
end
end
end
end
22 changes: 0 additions & 22 deletions dev/tasks/linux-packages/yum/descriptor.json

This file was deleted.

0 comments on commit 41bb85b

Please sign in to comment.