aboutsummaryrefslogtreecommitdiff
path: root/infrastructure-patchwork-tools.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-08 09:43:04 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-10-08 09:43:04 +0300
commit395461e177abb29e2762d9f6cb857f4827af9987 (patch)
treeecfaef5a7b52ec9f55254cf3b6cfdacfe0208cf7 /infrastructure-patchwork-tools.yaml
parent7cf1052654a420c24d9d9d785b76b229471ecc2e (diff)
infrastructure-*: call apt-get update before apt-get install
Change-Id: I701763e06546851bd2ef627c6e2230a984512bf6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'infrastructure-patchwork-tools.yaml')
-rw-r--r--infrastructure-patchwork-tools.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure-patchwork-tools.yaml b/infrastructure-patchwork-tools.yaml
index 3387dbf..f6d379e 100644
--- a/infrastructure-patchwork-tools.yaml
+++ b/infrastructure-patchwork-tools.yaml
@@ -42,6 +42,7 @@
#!/bin/bash
rm -rf $WORKSPACE/*
+ sudo apt-get update
sudo apt-get install -y python-dev python-virtualenv git python-flake8
git clone https://git.linaro.org/$GERRIT_PROJECT -b $GERRIT_BRANCH