From ce6fc21a6245402363707e3e21133eb32a020f85 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Thu, 24 Apr 2014 12:58:26 -0700 Subject: [PATCH] use buck from master branch Buck is used to build Gerrit. We needed an older version of it to build Gerrit 2.8 that's why we needed to checkout a special revision of it. Recently the Gerrit project was updated to dynamically load the correct version of buck at build time therefore we don't need to checkout and build that special version of buck anymore. Now when you build Gerrit the correct version of buck gets loaded before the Gerrit code gets built. Change-Id: I4d5dc97571daf0e6d7a4c45cf16125aa9b0b65cb --- .../files/jenkins_job_builder/config/macros.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml index 6b598cef3f..04cee450d4 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml @@ -288,7 +288,6 @@ then git clone https://gerrit.googlesource.com/buck cd buck - git checkout 274acb17e9b6dc9ee60bc1371c47a7f49640c24c ant fi