summaryrefslogtreecommitdiff
path: root/release.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-15 15:32:06 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-17 10:38:47 +0000
commit34f5c8a00ea35d5ed5f43f889505846c4c273da7 (patch)
tree14b3a49610e23cf8d46559f3294f9a84f3719b4b /release.morph
parenta90c1520b1cf9fc78b95a274c42caab4c8c18e83 (diff)
downloaddefinitions-34f5c8a00ea35d5ed5f43f889505846c4c273da7.tar.gz
Add release upload script + test conf
This is cleaner implementation of parts of scripts/do-release, to accomodate a change release process. This script does uploading only, and has a configuration file instead of requiring manual editing.
Diffstat (limited to 'release.morph')
-rw-r--r--release.morph29
1 files changed, 0 insertions, 29 deletions
diff --git a/release.morph b/release.morph
index 12b03693..949450dd 100644
--- a/release.morph
+++ b/release.morph
@@ -7,44 +7,15 @@ 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
-- morph: genivi-baseline-system-x86_64-generic
- deploy:
- genivi-baseline-system-x86_64-generic:
- type: rawdisk
- location: genivi-baseline-system-x86_64-generic.img
- DISK_SIZE: 4G
- KERNEL_ARGS: vga=788
-- morph: genivi-baseline-system-armv7lhf-versatile
- deploy:
- genivi-baseline-system-armv7lhf-versatile:
- type: rawdisk
- location: genivi-baseline-system-armv7lhf-versatile.img
- DISK_SIZE: 4G
- KERNEL_ARGS: vga=788