[tor-commits] [tor-cloud/master] build with ubuntu precise next time

runa at torproject.org runa at torproject.org
Tue Sep 4 19:46:56 UTC 2012


commit 487c3f13204e6cbb07d084183ba1d6556d60fad6
Author: Runa A. Sandvik <runa.sandvik at gmail.com>
Date:   Tue Sep 4 20:46:45 2012 +0100

    build with ubuntu precise next time
---
 build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build.sh b/build.sh
index cbf2c74..26c7e79 100755
--- a/build.sh
+++ b/build.sh
@@ -49,7 +49,7 @@ fi
 echo ${region}
 echo ${arch}
 
-qurl=https://uec-images.ubuntu.com/query/lucid/server/released.current.txt
+qurl=https://uec-images.ubuntu.com/query/precise/server/released.current.txt
 curl --silent ${qurl} | grep ebs
 ami=$(curl --silent "${qurl}" | awk '-F\t' '$5 == "ebs" && $6 == arch && $7 == region { print $8 }' arch=$arch region=$region )
 aki=$(curl --silent "${qurl}" | awk '-F\t' '$5 == "ebs" && $6 == arch && $7 == region { print $9 }' arch=$arch region=$region )



More information about the tor-commits mailing list