Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22Remove Buck buildDavid Pursehouse1-1/+0
Buck will be replaced with Bazel Change-Id: I3cf07d7aaaa2a58bac34e16c50af5416693254ac Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2016-12-01Upgrade buck to latest versionDavid Pursehouse1-1/+1
The latest version removes dependency on `realpath` which is not available by default on OSX. This upgrades buck to the same version used on Gerrit master. Change-Id: I584211986be4e64f68d4eb905c09d3c5d60133e7 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2016-11-06Update buck to latest versionDavid Pursehouse1-1/+1
Update to the same version used on Gerrit's master branch. Change-Id: I20e4edd099a095c42f23df8cc57241efad2de2ce Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2016-10-17Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4David Pursehouse1-1/+1
Upgrade to match the version used on Gerrit's master branch. Requires a couple of modifications to make the tests work: - Remove source_under_test parameters from java_test calls. - Add vm_args with explicit setting of tmpdir location for http tests. This is needed due to upstream changes in temporary directory handling [1]. [1] https://github.com/facebook/buck/issues/946 Change-Id: I5d5dd5edc335d44b118e8587f69ba89b83fc7fbb Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2016-04-21Update buck to e64a2e2ada022f81e42be750b774024469551398David Pursehouse1-1/+1
To align with the version used in Gerrit's master build. Change-Id: I3b6e21bf367ad1fb3598dc06b968aee6187d5aed Signed-off-by: David Pursehouse <david.pursehouse@sonymobile.com> Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2016-02-12Update Buck version to the same version used in Gerrit masterSaša Živkov1-1/+1
Change-Id: I3de69bfe2afc5c58aef704b72d6531aea826e179
2016-01-01buck: pin to stable versionShawn Pearce1-0/+1
Like with Gerrit, pin JGit to a single version of Buck that is known to work with current Buck files and JUnit tests. Notably a more recent version of Buck used by Gerrit (01a0c54d827) fails WalkEncryptionTest. Change-Id: I6b94c332e4bde97a1910f48cf12eb8698f97d540

    Back to the top