build: add refresh-patches step

This commit is contained in:
David Bauer 2020-10-08 01:47:53 +02:00
parent 463c1f49c8
commit 7c0408d96d
1 changed files with 7 additions and 0 deletions

View File

@ -90,6 +90,13 @@ update-patches: FORCE
scripts/update-patches.sh
scripts/patch.sh
refresh-patches: FORCE
@
export $(GLUON_ENV)
scripts/update.sh
scripts/patch.sh
scripts/update-patches.sh
update-feeds: FORCE
@$(GLUON_ENV) scripts/feeds.sh