summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-05-24 18:15:44 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-31 10:55:53 +0200
commit8163c2e8d02961df12cc9447019edc762243ccd1 (patch)
treedbffdf3a8b3d23cece74a189e5cb5983fd53fbcd /patches
parentb7c9de64ae0667bc03b1162b9e825cfe65075b5b (diff)
Add fetch step to the update script.
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/update-and-patch-chromium.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/update-and-patch-chromium.sh b/patches/update-and-patch-chromium.sh
index 98c6ac5f3..1ba39068a 100755
--- a/patches/update-and-patch-chromium.sh
+++ b/patches/update-and-patch-chromium.sh
@@ -11,6 +11,7 @@ DEPOT_TOOLS=$CHROMIUM_SRC_DIR/../depot_tools
cd $CHROMIUM_SRC_DIR
echo "Entering $PWD"
+$DEPOT_TOOLS/gclient fetch
$DEPOT_TOOLS/gclient revert
$DEPOT_TOOLS/gclient sync