From 16e088429cffd15a1058e8cf4582cc7f2c762883 Mon Sep 17 00:00:00 2001 From: OSAK Buildhauer <osak@fsmpi.rwth-aachen.de> Date: Tue, 5 Sep 2017 11:48:53 +0000 Subject: [PATCH] Old stuff from ss17 --- config/examples/Makefile.conf.daily-ss17 | 15 +++++++++++++++ contrib/rootfs/offline_repo.json | 14 +++++++------- 2 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 config/examples/Makefile.conf.daily-ss17 diff --git a/config/examples/Makefile.conf.daily-ss17 b/config/examples/Makefile.conf.daily-ss17 new file mode 100644 index 0000000..c9e57b9 --- /dev/null +++ b/config/examples/Makefile.conf.daily-ss17 @@ -0,0 +1,15 @@ +#see /home/buildhauer/lipck/config/Makefile.conf.defaults for default values. +WORKSPACE=/workspace +PRIMARY_ARCH=x86_64 +SECONDARY_ARCH=i686 +ISO_BASE_URL=http://cdimage.ubuntu.com/kubuntu +ISO_RELEASE=zesty +ISO_CHANNEL=daily-live/20170412 +ISO_VERSION=17.04 +ISO_FLAVOR=kubuntu +ISO_PATTERN_FLAGS=url-no-release,release-prefix +IMAGE_GIT_URL=https://git.fsmpi.rwth-aachen.de/osak/lipstick.git +IMAGE_GIT_BRANCH=ss17 +IMAGE_EXTRA_INFO= +IMAGE_PART_SIZE=7G +IMAGE_PART_LABEL=LIPStick diff --git a/contrib/rootfs/offline_repo.json b/contrib/rootfs/offline_repo.json index 83edc4f..2a9fac0 100644 --- a/contrib/rootfs/offline_repo.json +++ b/contrib/rootfs/offline_repo.json @@ -89,21 +89,21 @@ "tagged": true }, { - "pkgname": "linux-image-4.11.0-041100rc2-generic", + "pkgname": "linux-image-4.11.0-041100rc7-generic", "pkgdescription": "Vanilla Linux Kernel", "tagged": false, "urls": [ - "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc6/linux-image-4.11.0-041100rc6-generic_4.11.0-041100rc6.201704091331_amd64.deb", - "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc6/linux-image-4.11.0-041100rc6-generic_4.11.0-041100rc6.201704091331_i386.deb" + "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" ] }, { - "pkgname": "linux-headers-4.11.0-041100rc2-generic", + "pkgname": "linux-headers-4.11.0-041100rc7-generic", "pkgdescription": "Vanilla Linux Kernel Headers", "tagged": false, "urls": [ - "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc6/linux-headers-4.11.0-041100rc6-generic_4.11.0-041100rc6.201704091331_amd64.deb", - "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc6/linux-headers-4.11.0-041100rc6-generic_4.11.0-041100rc6.201704091331_i386.deb" + "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" ] } ] @@ -185,7 +185,7 @@ "pkgdescription": "Schnittstelle zum Plotten mit Python", "tagged": true }, - { + { "pkgname": "ipython3", "pkgdescription": "Interaktiver Python Interpreter mit Tab-Vervollständgung", "tagged": true -- GitLab