From d9058b30219675e92cc8073fc113e5621122ce78 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 2 Aug 2020 07:02:25 -0400 Subject: [PATCH 1/2] Switch containers/libpod->containers/podman Signed-off-by: Daniel J Walsh --- contrib/skopeoimage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/skopeoimage/README.md b/contrib/skopeoimage/README.md index 6644378c..1cd71ae5 100644 --- a/contrib/skopeoimage/README.md +++ b/contrib/skopeoimage/README.md @@ -18,7 +18,7 @@ using the latest Fedora and then Skopeo is installed into them: ## Sample Usage -Although not required, it is suggested that [Podman](https://github.com/containers/libpod) be used with these container images. +Although not required, it is suggested that [Podman](https://github.com/containers/podman) be used with these container images. ``` # Get Help on Skopeo From e23b78007250a090f1c1af7adb1e9aeca2c42a16 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 2 Aug 2020 07:02:46 -0400 Subject: [PATCH 2/2] Fix make clean to actually remove binaries Signed-off-by: Daniel J Walsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a1b9c10..773832e8 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ docs-in-container: skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)' clean: - rm -f bin docs/*.1 + rm -rf bin docs/*.1 install: install-binary install-docs install-completions install -d -m 755 ${SIGSTOREDIR}