~ubuntu-branches/ubuntu/vivid/cloud-utils/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/add-utopic-vivid.patch

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2015-02-13 13:18:13 UTC
  • Revision ID: package-import@ubuntu.com-20150213131813-aumhrm1fcytzmhnv
Tags: 0.27-0ubuntu12
Add utopic and vivid support to ubuntu-cloudimg-query.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- cloud-utils-0.27.orig/bin/ubuntu-cloudimg-query
 
2
+++ cloud-utils-0.27/bin/ubuntu-cloudimg-query
 
3
@@ -6,7 +6,7 @@ NAME="ubuntu-cloudimg-query"
 
4
 DOT_D="$HOME/.$NAME"
 
5
 CACHE_D="$HOME/.cache/$NAME"
 
6
 KNOWN_RELEASES="hardy karmic lucid maverick natty oneiric precise quantal
 
7
-       raring trusty";
 
8
+       raring trusty utopic vivid";
 
9
 cachelife=86400
 
10
 
 
11
 error() { echo "$@" 1>&2; }