#!/bin/bash

# Because this build script is specific to ARMedslack, all of the
# version numbers et al are stored in the main grub.brew script.

ARCH=arm

# Launch the build script:
( ./grub.brew ) >& /dev/stdout | tee build.$ARCH.log

# Compress the build log:
bzip2 -9f build.$ARCH.log
