#!/bin/sh # # $FreeBSD: tools/git-release/builds-15.conf 2804 2025-04-21 17:34:35Z cperciva $ # # usage # zfs destroy -vrf zroot/releng # zfs create -o sync=disabled -o mountpoint=/releng zroot/releng # zfs create -o mountpoint=/releng zroot/releng # ./thermite.sh -b -d -c dch.conf . "${__BUILDCONFDIR}/main.conf" # overrides SRC_UPDATE_SKIP=1 PORTS_UPDATE_SKIP=1 DOC_UPDATE_SKIP=1 # use local git repositories GITROOT="file:///usr" GITSRC="src" GITDOC="../projects/freebsd/doc" GITPORTS="ports" releasesrc="main" heads=15 stables= revs="${heads} ${stables}" archs="amd64 aarch64" types="snap" x86_kernels="GENERIC" kernels="${x86_kernels}" portsbranch="quarterly" srcbranch="${releasesrc}" docbranch="main" # enable merging of OCI images into multi-architectures OCI_MERGE=1 # where to put the merged OCI images OCI_DESTDIR="/releng/oci-images" # what are the images we need to merge oci_images="static dynamic runtime" # the architectures are already defined previously