Makefile: add a target to remind manually updating the version indicator in various files
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user