mirror of
https://github.com/containers/skopeo.git
synced 2025-06-30 00:22:27 +00:00
[CI:DOCS] Makefile: include cautionary note for rpm target
Also add same warning to skopeo.spec.rpkg Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
3738854467
commit
71d450cb35
2
Makefile
2
Makefile
@ -249,5 +249,7 @@ vendor:
|
|||||||
vendor-in-container:
|
vendor-in-container:
|
||||||
podman run --privileged --rm --env HOME=/root -v $(CURDIR):/src -w /src quay.io/libpod/golang:1.16 $(MAKE) vendor
|
podman run --privileged --rm --env HOME=/root -v $(CURDIR):/src -w /src quay.io/libpod/golang:1.16 $(MAKE) vendor
|
||||||
|
|
||||||
|
# CAUTION: This is not a replacement for RPMs provided by your distro.
|
||||||
|
# Only intended to build and test the latest unreleased changes.
|
||||||
rpm:
|
rpm:
|
||||||
rpkg local
|
rpkg local
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# For automatic rebuilds in COPR
|
# For automatic rebuilds in COPR
|
||||||
|
|
||||||
|
# CAUTION: This is not a replacement for RPMs provided by your distro.
|
||||||
|
# Only intended to build and test the latest unreleased changes.
|
||||||
|
|
||||||
# The following tag is to get correct syntax highlighting for this file in vim text editor
|
# The following tag is to get correct syntax highlighting for this file in vim text editor
|
||||||
# vim: syntax=spec
|
# vim: syntax=spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user