Makefile: add a target to remind manually updating the version indicator in various files

This commit is contained in:
nodiscc
2020-02-23 13:56:46 +01:00
parent 98102aacbe
commit d431afd98f

View File

@@ -6,6 +6,10 @@ install_buildenv:
# Install packages required to build the image
sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync
bump_version:
@last_tag=$$(git tag | tail -n1); \
echo "Please set version to $$last_tag in Makefile config/bootloaders/isolinux/live.cfg.in config/bootloaders/isolinux/menu.cfg auto/config"
build:
# Build the live system/ISO image
#sudo lb clean --purge #only required when changing the mirrors/architecture config