summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-12-09 20:46:04 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-12-09 20:46:04 +0200
commitaa6cbf8668519bf0d1fd511de9f1b9bce9d4f837 (patch)
tree40b2e86d5122d53c192d56cc57f60ea863be103e
parent0293e6752d04d39983bba0b93495fca7ef18688a (diff)
Use ubuntu instead of the distribution codename
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xbuild_images.py4
-rwxr-xr-xcrawler.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/build_images.py b/build_images.py
index 1d344ed..3a3a6d1 100755
--- a/build_images.py
+++ b/build_images.py
@@ -295,8 +295,8 @@ def main():
p.add_argument('-b', dest='binaries', action='append',
help='The binaries to generate for, default=%s' %
', '.join(binaries))
- p.add_argument('-p', dest='platform', default='raring',
- help='The platform, default=raring')
+ p.add_argument('-p', dest='platform', default='ubuntu',
+ help='The platform, default=ubuntu')
p.add_argument('-pw', dest='platform_hwpack', default=False,
help='The platform for hwpack, default - same as platform')
p.add_argument('-o', dest='out_dir', default='./out',
diff --git a/crawler.py b/crawler.py
index 924ba2b..edb7270 100755
--- a/crawler.py
+++ b/crawler.py
@@ -96,4 +96,4 @@ if __name__ == '__main__':
print " %s: %s" % hwpack
print "latest nano:"
- print " %s %s" % latest_rfs('http://snapshots.linaro.org/raring/images/nano')
+ print " %s %s" % latest_rfs('http://snapshots.linaro.org/ubuntu/images/nano')