Add a Makefile to simplify module updates

Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
Petr Šabata 2017-08-04 12:54:47 +02:00
commit fe703bffae

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp
MODULE = $(shell pwd | sed 's/^.*\///')
update:
curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml