]> git.pld-linux.org Git - packages/chromium-browser-bin.git/blob - update-source.sh
045af9c41c7ca7a7a62a2634f80f71c1dae1745c
[packages/chromium-browser-bin.git] / update-source.sh
1 #!/bin/sh                                                             
2
3 if [ ""!="$1" ]
4 then           
5   rev=$1       
6   fi             
7
8   rev=$(wget -q -O - http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST)
9
10   echo "Fetching revision $rev"
11
12   wget http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/$rev/chrome-linux.zip -c -O chrome-linux32.zip
13   wget http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-64/$rev/chrome-linux.zip -c -O chrome-linux-64.zip
14
15 #  echo -n "Update revision in spec? (yes, [N]o)? "
16 #  read ans
17 #  case "$ans" in
18 #  [yY]) # y0 mama
19 #          echo "Ok, updating."
20 #;;
21 #          esac
This page took 0.044119 seconds and 2 git commands to generate.