mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-24 03:01:01 +01:00
etcupdate: add notice for building tarball
This commit is contained in:
@@ -56,6 +56,7 @@ bootstrap_etc_release() {
|
||||
bootstrap_etc_tarball() {
|
||||
local _release="${1}"
|
||||
if [ ! -f ${bastille_cachedir}/${_release}.tbz2 ]; then
|
||||
echo "Building tarball, please wait..."
|
||||
if ! etcupdate build -d /tmp/etcupdate -s ${bastille_releasesdir}/${_release}/usr/src ${bastille_cachedir}/${_release}.tbz2; then
|
||||
error_exit "Failed to build etcupdate tarball \"${_release}.tbz2\""
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user