Repository: aurora-packaging Updated Branches: refs/heads/master 255353a25 -> 566ebdf02
Adjust pants env values for latest pants version. Bugs closed: AURORA-1544 Reviewed at https://reviews.apache.org/r/40629/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/566ebdf0 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/566ebdf0 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/566ebdf0 Branch: refs/heads/master Commit: 566ebdf024c6ceb2e0335187a359fe80ccddd15b Parents: 255353a Author: Bill Farner <[email protected]> Authored: Tue Nov 24 11:25:52 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Tue Nov 24 11:25:52 2015 -0800 ---------------------------------------------------------------------- specs/debian/rules | 2 +- specs/rpm/aurora.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/566ebdf0/specs/debian/rules ---------------------------------------------------------------------- diff --git a/specs/debian/rules b/specs/debian/rules index 832420c..974fddf 100755 --- a/specs/debian/rules +++ b/specs/debian/rules @@ -21,7 +21,7 @@ gradle = $(shell which gradle) pants = $(CURDIR)/pants -PANTS_CONFIG_OVERRIDE = /pants.ini +PANTS_CONFIG_OVERRIDE = ['/pants.ini'] export PANTS_CONFIG_OVERRIDE override_dh_auto_build: __gradle_build __pants_build http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/566ebdf0/specs/rpm/aurora.spec ---------------------------------------------------------------------- diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec index c60e9ef..982b424 100644 --- a/specs/rpm/aurora.spec +++ b/specs/rpm/aurora.spec @@ -175,7 +175,7 @@ unzip gradle-%{GRADLE_VERSION}-bin.zip # Configures pants to use our distributed platform-specific eggs. # This avoids building mesos to produce them. -export PANTS_CONFIG_OVERRIDE=/pants.ini +export PANTS_CONFIG_OVERRIDE="['/pants.ini']" # Builds Aurora client PEX binaries. ./pants binary src/main/python/apache/aurora/kerberos:kaurora
