From a87f0eebb1a946b798058a791b8f609ba60facd0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 18 Jul 2014 12:03:32 +0000 Subject: Prepare for release --- release-build.conf | 3 ++- release.morph | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/release-build.conf b/release-build.conf index 306adf00..50083352 100644 --- a/release-build.conf +++ b/release-build.conf @@ -1,5 +1,6 @@ [config] trove-host = ct-mcr-1.ducie.codethink.co.uk controllers = x86_64:ct-mcr-1-distbuild-x86-64-majikthise-controller.dyn.ducie.codethink.co.uk, - x86_32:ct-mcr-1-distbuild-x86-32-majikthise-controller.dyn.ducie.codethink.co.uk + x86_32:ct-mcr-1-distbuild-x86-32-majikthise-controller.dyn.ducie.codethink.co.uk, + armv7lhf:ct-mcr-1-distbuild-armv7lhf-jetson.dyn.ducie.codethink.co.uk release-number = 14.29 diff --git a/release.morph b/release.morph index 949450dd..7f522df7 100644 --- a/release.morph +++ b/release.morph @@ -7,15 +7,30 @@ description: | you can deploy the systems yourself, if you are making a Baserock release then the script should be used. systems: +- morph: devel-system-x86_32-chroot + deploy: + devel-system-x86_32-chroot: + type: tar + location: devel-system-x86_32-chroot.tar - morph: devel-system-x86_32-generic deploy: devel-system-x86_32-generic: type: rawdisk location: devel-system-x86_32-generic.img DISK_SIZE: 4G +- morph: devel-system-x86_64-chroot + deploy: + devel-system-x86_64-chroot: + type: tar + location: devel-system-x86_64-chroot.tar - morph: devel-system-x86_64-generic deploy: devel-system-x86_64-generic: type: rawdisk location: devel-system-x86_64-generic.img DISK_SIZE: 4G +- morph: devel-system-armv7lhf-wandboard + deploy: + release: + type: tar + location: devel-system-armv7lhf-wandboard.tar -- cgit v1.2.1