mirror of
https://github.com/containers/crun.git
synced 2026-02-05 06:45:40 +01:00
rhcontainerbot/podman-next COPR autobuild
This commit creates a symlink `.copr -> rpm` along with a `./copr/Makefile` which will be used to run `make srpm` for automatic rebuilds of crun on the `rhcontainerbot/podman-next` COPR. A webhook has also been added to the crun repo to trigger automatic builds. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -56,7 +56,8 @@ m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
Makefile
|
||||
/Makefile
|
||||
libocispec/Makefile
|
||||
Makefile.in
|
||||
result
|
||||
rpm/crun.spec
|
||||
|
||||
2
rpm/Makefile
Normal file
2
rpm/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
srpm:
|
||||
make -C .. srpm
|
||||
Reference in New Issue
Block a user