From e25423e284b0b9027ba59e0848c41fced4c42b2a Mon Sep 17 00:00:00 2001
From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Date: Sun, 15 Feb 2015 21:59:21 +0100
Subject: [PATCH] Added example cofigs for daily and lts builds

---
 config/examples/Makefile.conf.daily | 12 ++++++++++++
 config/examples/Makefile.conf.lts   | 15 +++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 config/examples/Makefile.conf.daily
 create mode 100644 config/examples/Makefile.conf.lts

diff --git a/config/examples/Makefile.conf.daily b/config/examples/Makefile.conf.daily
new file mode 100644
index 0000000..68195dc
--- /dev/null
+++ b/config/examples/Makefile.conf.daily
@@ -0,0 +1,12 @@
+WORKSPACE=/workspace
+PRIMARY_ARCH=x86_64
+SECONDARY_ARCH=i686
+ISO_BASE_URL=http://cdimage.ubuntu.com/kubuntu
+ISO_RELEASE=trusty
+ISO_CHANNEL=daily-live/20150203.1
+ISO_VERSION=14.04.2
+ISO_FLAVOR=kubuntu
+ISO_PATTERN_FLAGS=release-prefix
+IMAGE_GIT_URL=https://www.fsmpi.rwth-aachen.de/git/lipstick
+IMAGE_GIT_BRANCH=ws14
+IMAGE_EXTRA_INFO=-test
diff --git a/config/examples/Makefile.conf.lts b/config/examples/Makefile.conf.lts
new file mode 100644
index 0000000..b16b65c
--- /dev/null
+++ b/config/examples/Makefile.conf.lts
@@ -0,0 +1,15 @@
+WORKSPACE=$(CURDIR)/workspace
+PRIMARY_ARCH=x86_64
+SECONDARY_ARCH=i686
+
+ISO_BASE_URL=http://cdimage.ubuntu.com/kubuntu/releases
+ISO_RELEASE=trusty
+ISO_CHANNEL=release
+ISO_VERSION=14.04.2
+ISO_FLAVOR=kubuntu
+ISO_PATTERN_FLAGS=
+
+IMAGE_GIT_URL=https://www.fsmpi.rwth-aachen.de/git/lipstick
+IMAGE_GIT_BRANCH=ss15
+IMAGE_EXTRA_INFO=
+
-- 
GitLab