From 23faef19076ddc47f8073e6e93620fb753e0aa42 Mon Sep 17 00:00:00 2001
From: OSAK Buildhauer <osak@fsmpi.rwth-aachen.de>
Date: Thu, 5 Oct 2017 09:28:37 +0000
Subject: [PATCH] =?UTF-8?q?offline=5Frepo:=20python2/3-Probleme=20bei=20Ph?=
 =?UTF-8?q?ysiker-Software=20gel=C3=B6st=20und=20kernel=20aktualisiert?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 contrib/rootfs/offline_repo.json | 64 +++++++++++++++++++++++++-------
 1 file changed, 50 insertions(+), 14 deletions(-)

diff --git a/contrib/rootfs/offline_repo.json b/contrib/rootfs/offline_repo.json
index 7bdce24..1f82d50 100644
--- a/contrib/rootfs/offline_repo.json
+++ b/contrib/rootfs/offline_repo.json
@@ -83,21 +83,21 @@
             "tagged": true
         },
         {
-            "pkgname": "linux-image-4.11.0-041100rc7-generic",
+            "pkgname": "linux-image-4.14.0-041400rc3-generic",
             "pkgdescription": "Vanilla Linux Kernel",
             "tagged": false,
             "urls": [
-              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-image-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_amd64.deb",
-              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-image-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_i386.deb"
+              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-image-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_amd64.deb",
+              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-image-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_i386.deb"
             ]
         },
         {
-            "pkgname": "linux-headers-4.11.0-041100rc7-generic",
+            "pkgname": "linux-headers-4.14.0-041400rc3-generic",
             "pkgdescription": "Vanilla Linux Kernel Headers",
             "tagged": false,
             "urls": [
-              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-headers-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_amd64.deb",
-              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc7/linux-headers-4.11.0-041100rc7-generic_4.11.0-041100rc7.201704161731_i386.deb"
+              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-headers-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_amd64.deb",
+              "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc3/linux-headers-4.14.0-041400rc3-generic_4.14.0-041400rc3.201710011930_i386.deb"
             ]
         }
       ]
@@ -155,32 +155,57 @@
     "Physik": {
       "packages": [
         {
-            "pkgname": "python3-numpy",
+            "pkgname": "python-numpy",
             "pkgdescription": "Numeric Bibiliothek für Python",
             "tagged": true
         },
         {
-            "pkgname": "python3-simpy",
+            "pkgname": "python-simpy",
             "pkgdescription": "Simulationsframework für Python",
             "tagged": true
         },
         {
-            "pkgname": "python3-scipy",
+            "pkgname": "python-scipy",
             "pkgdescription": "Bibliothek für scientific computing",
             "tagged": true
         },
         {
-            "pkgname": "python3-sympy",
+            "pkgname": "python-sympy",
             "pkgdescription": "Bibliothek für scientific computing",
             "tagged": true
         },
         {
-            "pkgname": "python3-matplotlib",
+            "pkgname": "python-matplotlib",
             "pkgdescription": "Schnittstelle zum Plotten mit Python",
             "tagged": true
         },
         {
-            "pkgname": "ipython3",
+            "pkgname": "python3-numpy",
+            "pkgdescription": "Numeric Bibiliothek für Python 3",
+            "tagged": true
+        },
+        {
+            "pkgname": "python3-simpy",
+            "pkgdescription": "Simulationsframework für Python 3",
+            "tagged": true
+        },
+        {
+            "pkgname": "python3-scipy",
+            "pkgdescription": "Bibliothek für scientific computing (Python 3)",
+            "tagged": true
+        },
+        {
+            "pkgname": "python3-sympy",
+            "pkgdescription": "Bibliothek für scientific computing (Python 3)",
+            "tagged": true
+        },
+        {
+            "pkgname": "python3-matplotlib",
+            "pkgdescription": "Schnittstelle zum Plotten mit Python 3",
+            "tagged": true
+        },
+        {
+            "pkgname": "ipython",
             "pkgdescription": "Interaktiver Python Interpreter mit Tab-Vervollständgung",
             "tagged": true
         },
@@ -200,15 +225,26 @@
             "tagged": true
         },
         {
-            "pkgname": "bpython3",
+            "pkgname": "bpython",
             "pkgdescription": "Ein weiterer interaktiver Python Interpreter",
             "tagged": true
         },
         {
-            "pkgname": "spyder3",
+            "pkgname": "spyder",
             "pkgdescription": "Python IDE (die, die in Anaconda benutzt wird)",
             "tagged": true
+        },
+        {
+            "pkgname": "bpython3",
+            "pkgdescription": "Ein weiterer interaktiver Python Interpreter (Python 3)",
+            "tagged": true
+        },
+        {
+            "pkgname": "spyder3",
+            "pkgdescription": "Python IDE (die, die in Anaconda benutzt wird) (Python 3)",
+            "tagged": true
         }
+
       ]
     },
     "Informatik": {
-- 
GitLab