diff --git a/config/examples/Makefile.conf.lts b/config/examples/Makefile.conf.lts deleted file mode 100644 index b16b65cc0d572ba6ffb75ca034edccc599f25345..0000000000000000000000000000000000000000 --- a/config/examples/Makefile.conf.lts +++ /dev/null @@ -1,15 +0,0 @@ -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= - diff --git a/config/examples/Makefile.conf.lts b/config/examples/Makefile.conf.lts new file mode 120000 index 0000000000000000000000000000000000000000..3393aebbb25a0459178818c40084830e216bcbb4 --- /dev/null +++ b/config/examples/Makefile.conf.lts @@ -0,0 +1 @@ +./Makefile.conf.ss15 \ No newline at end of file diff --git a/config/examples/Makefile.conf.ss15 b/config/examples/Makefile.conf.ss15 new file mode 100644 index 0000000000000000000000000000000000000000..b16b65cc0d572ba6ffb75ca034edccc599f25345 --- /dev/null +++ b/config/examples/Makefile.conf.ss15 @@ -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= +