-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi everyone,

as openSUSE 12.3 reaches end-of-life soon, I added a patch that
changes the default release in the lxc-opensuse template to 13.1. This
patch is against master, I'll send a patch against stable-1.0 soon.

Here is the 'Advance discontinuation notice for openSUSE 12.3':
> http://lists.opensuse.org/opensuse-security-announce/2014-12/msg00005.html

I
> 
do not know if it's possible to have this in 1.1 but it would be
nice. As it's to late for 1.0.7 already...

I'm looking forward to any comments, hints and such.

Regards,
Johannes
- -- 
Insane people throw computers out of windows, sane people...
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/

iEYEARECAAYFAlSLVUkACgkQzi3gQ/xETbLpVACgnh+zqeLpddUc/X3AS4QEW/kQ
uWAAoJPavu2t9nIvmtafaSJaax/ZvhzJ
=0wEv
-----END PGP SIGNATURE-----
From bd1298413ffa21424f97b7db775846e74a4e370e Mon Sep 17 00:00:00 2001
From: Johannes Kastl <[email protected]>
Date: Fri, 12 Dec 2014 21:42:08 +0100
Subject: [PATCH] lxc-opensuse default release changed to 13.1, as 12.3 reaches
 end-of-life soon

Signed-off-by: Johannes Kastl <[email protected]>
---
 templates/lxc-opensuse.in | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in
index e9c96e6..4c09d24 100644
--- a/templates/lxc-opensuse.in
+++ b/templates/lxc-opensuse.in
@@ -380,8 +380,8 @@ usage()
 {
     cat <<EOF
 $1 -h|--help -p|--path=<path> -r|--release nn.n --clean
-Please give the release as 12.3, 13.1, 13.2 etc.
-If no release is given, openSUSE 12.3 is installed.
+Please give the release as 13.1, 13.2 etc.
+If no release is given, openSUSE 13.1 is installed.
 EOF
     return 0
 }
@@ -433,15 +433,11 @@ fi
 
 if [ -z "$DISTRO" ]; then
     echo ""
-    echo "No release selected, using openSUSE 12.3"
-    DISTRO=12.3
+    echo "No release selected, using openSUSE 13.1"
+    DISTRO=13.1
 else
     echo ""
     case "$DISTRO" in
-	12.3)
-	    echo "Selected openSUSE 12.3"
-	    ;;
-
 	13.1)
 	    echo "Selected openSUSE 13.1"
 	    ;;
-- 
2.2.0

_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to