host/Makefile
Petr Šabata 89d014d0f0 Update the update script
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-10-16 13:43:07 +02:00

6 lines
311 B
Makefile

SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp
MODULE = $(shell pwd | sed 's/^.*\///')
BRANCH = $(shell git rev-parse --abbrev-ref HEAD | sed -e 's/^/./' -e 's/^\.master$$//')
update:
curl $(SOURCE)/$(MODULE)$(BRANCH).yaml -o $(MODULE).yaml