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:
Lokesh Mandvekar
2022-03-14 10:07:55 -04:00
parent 3b3061afde
commit 1a4fae9ec6
3 changed files with 5 additions and 1 deletions

1
.copr Symbolic link
View File

@@ -0,0 +1 @@
rpm/

3
.gitignore vendored
View File

@@ -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
View File

@@ -0,0 +1,2 @@
srpm:
make -C .. srpm