aboutsummaryrefslogtreecommitdiff
path: root/infrastructure-patchwork-tools.yaml
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2020-12-21 08:19:48 -0600
committerBenjamin Copeland <ben.copeland@linaro.org>2020-12-21 17:02:58 +0000
commitf71cd0f008d56c98bffe455c2317db24921b8b23 (patch)
tree3877da4b339e2769bd5f6bb3581b49cb69014c0f /infrastructure-patchwork-tools.yaml
parentc5b87ead65956ddb02d2493b6d31dba477819a86 (diff)
patchwork: add linaro-git-tools to environment
In order to test with ldap support, we'll need to import the linaro_ldap module from linaro-git-tools. Change-Id: I022cfba5f2621eb3955180c1dfbfa3838cfc4947
Diffstat (limited to 'infrastructure-patchwork-tools.yaml')
-rw-r--r--infrastructure-patchwork-tools.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/infrastructure-patchwork-tools.yaml b/infrastructure-patchwork-tools.yaml
index 332b3999f7..43915cbc98 100644
--- a/infrastructure-patchwork-tools.yaml
+++ b/infrastructure-patchwork-tools.yaml
@@ -44,6 +44,9 @@
sudo apt-get update
sudo apt-get install -y python-dev python-virtualenv git python-flake8 flake8 libldap2-dev libsasl2-dev libssl-dev
+ mkdir -p /srv
+ (cd /srv && git clone http://git.linaro.org/git/infrastructure/linaro-git-tools.git)
+
git clone -b ${GERRIT_BRANCH} --depth 1 https://git.linaro.org/${GERRIT_PROJECT}
cd *
git log -n1