diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2022-01-25 08:09:05 -0500 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2022-01-25 08:27:44 -0500 |
commit | e4636ebdc84ca28cf378873435cc9a27c81756f8 (patch) | |
tree | 8eb70710585eccbc8a8d42d38d1b4ebadc4f192c /contrib/cirrus/runner.sh | |
parent | 534c4881b51b1bffaac1afcfbcfdc0dde09ccdb4 (diff) | |
download | podman-e4636ebdc84ca28cf378873435cc9a27c81756f8.tar.gz podman-e4636ebdc84ca28cf378873435cc9a27c81756f8.tar.bz2 podman-e4636ebdc84ca28cf378873435cc9a27c81756f8.zip |
Makefile: install targets independent of build
Building from source would involve separate `make` and `make install`
steps.
This removes a lot of unnecessary `-nobuild` targets which were
otherwise needed for packaging.
This commit also removes spec files for unused copr jobs.
[NO NEW TESTS NEEDED]
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to 'contrib/cirrus/runner.sh')
-rwxr-xr-x | contrib/cirrus/runner.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index c52fd9216..f0223f9eb 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -233,8 +233,7 @@ function _run_altbuild() { make build-no-cgo ;; *RPM*) - make -f ./.copr/Makefile - rpmbuild --rebuild ./podman-*.src.rpm + make package ;; Alt*Cross) arches=(\ |