diff --git a/Makefile b/Makefile deleted file mode 100644 index 5cfaa3f..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -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 diff --git a/shim.yaml b/shim.yaml deleted file mode 100644 index d1b0c6f..0000000 --- a/shim.yaml +++ /dev/null @@ -1,28 +0,0 @@ -document: modulemd -version: 1 -data: - summary: First-stage UEFI bootloader - description: >- - Providing the unsigned shim binaries, this module is a building block - for secure boot-enabled systems. - license: - module: [ MIT ] - dependencies: - buildrequires: - bootstrap: master - references: - community: https://fedoraproject.org/wiki/Host_and_Platform - documentation: https://github.com/fedora-modularity/hp - tracker: https://github.com/fedora-modularity/hp/issues - components: - rpms: - # shim-unsigned-aarch64-13-0.1 - shim-unsigned-aarch64: - rationale: >- - Provides the unsigned binaries for aarch64. - ref: 2a4df371655a69baae2d4da873b5dcfa388962bf - # shim-unsigned-x64-13-0.1 - shim-unsigned-x64: - rationale: >- - Provides the unsigned binaries for i686 and x86_64. - ref: f97aaac87f1b9d72f5637164831e1bfcda4676ec