Add a Makefile to simplify module updates
Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
148779f4b2
commit
fe703bffae
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue