composite: rename "refresh" to "hotfix" to explain itself

This commit is contained in:
Franco Fichtner 2019-01-18 08:55:05 +01:00
parent 189d73809e
commit c3555dfd65
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ STEPS= arm base boot chroot clean compress confirm core distfiles \
download dvd info kernel nano plugins ports prefetch print \
rebase release rename rewind serial sign skim test update \
upload verify vga vm xtools
SCRIPTS= batch nightly refresh
SCRIPTS= batch hotfix nightly
.PHONY: ${STEPS}
PAGER?= less

View File

@ -427,11 +427,11 @@ to operate yes or no questions before an action:
# make info confirm dvd
Last but not least, a refresh of OPNsense core and plugins on package
Last but not least, a rebuild of OPNsense core and plugins on package
sets is invoked using:
# make refresh[-<step>]
# make hotfix[-<step>]
It will flush all previous packages except for ports, rebuild core and
plugins and sign the sets if enabled. It can also explicity set "core"
or "plugins". It is used to issue hotfixes.
or "plugins".