[
https://issues.apache.org/jira/browse/ARROW-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518842#comment-16518842
]
Kouhei Sutou commented on ARROW-2713:
-------------------------------------
For deb:
Can you apply this patch?
{noformat}
diff --git a/dev/tasks/linux-packages/debian.ubuntu-trusty/rules
b/dev/tasks/linux-packages/debian.ubuntu-trusty/rules
index 783b7a75..b1085d13 100755
--- a/dev/tasks/linux-packages/debian.ubuntu-trusty/rules
+++ b/dev/tasks/linux-packages/debian.ubuntu-trusty/rules
@@ -6,6 +6,8 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+export DEB_BUILD_MAINT_OPTIONS=reproducible=-timeless
+
BUILD_TYPE=release
%:
diff --git a/dev/tasks/linux-packages/debian/rules
b/dev/tasks/linux-packages/debian/rules
index 5a3c0a31..5af70521 100755
--- a/dev/tasks/linux-packages/debian/rules
+++ b/dev/tasks/linux-packages/debian/rules
@@ -6,6 +6,8 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+export DEB_BUILD_MAINT_OPTIONS=reproducible=-timeless
+
BUILD_TYPE=release
%:
{noformat}
> [Packaging] Fix linux package builds
> ------------------------------------
>
> Key: ARROW-2713
> URL: https://issues.apache.org/jira/browse/ARROW-2713
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Packaging
> Reporter: Krisztian Szucs
> Priority: Major
> Fix For: 0.10.0
>
>
> Build configuration:
> https://github.com/kszucs/arrow/tree/0d9d89b7bff32823ab68e6ec1dc7ade52511f7ee/dev/tasks/linux-packages
> Failing build:
> https://travis-ci.org/kszucs/crossbow/builds/391894564?utm_source=github_status&utm_medium=notification
> Looks like it’s waiting for a user input? There might be some hardcoded
> version too, because the expected is 0.9.1 instead of 0.9.0.
> ping [~kou]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)