release.conf.sample (1be84d745bcc11b766ac1fa03afd2c8ea8771737) | release.conf.sample (d03c82c28da86e0812b98b051d24ae5980804ad7) |
---|---|
1#!/bin/sh 2# 3 4## Redefine environment variables here to override prototypes 5## defined in release.sh. 6#load_chroot_env() { } 7#load_target_env() { } 8#buildenv_setup() { } --- 100 unchanged lines hidden (view full) --- 109 110## Set to a non-empty value to build virtual machine images for various 111## cloud providers as part of the release build. 112#WITH_CLOUDWARE= 113 114## If WITH_CLOUDWARE is set to a non-empty value, this is a list of providers 115## to create disk images. 116#CLOUDWARE="EC2 GCE ORACLE VAGRANT-VIRTUALBOX VAGRANT-VMWARE" | 1#!/bin/sh 2# 3 4## Redefine environment variables here to override prototypes 5## defined in release.sh. 6#load_chroot_env() { } 7#load_target_env() { } 8#buildenv_setup() { } --- 100 unchanged lines hidden (view full) --- 109 110## Set to a non-empty value to build virtual machine images for various 111## cloud providers as part of the release build. 112#WITH_CLOUDWARE= 113 114## If WITH_CLOUDWARE is set to a non-empty value, this is a list of providers 115## to create disk images. 116#CLOUDWARE="EC2 GCE ORACLE VAGRANT-VIRTUALBOX VAGRANT-VMWARE" |
117 118## If WITH_OCIIMAGES is set to a non-empty value, build Open Container 119## Initiative (OCI) base images as part of the release. 120#WITH_OCIIMAGES= |
|