mirror of
https://github.com/containers/skopeo.git
synced 2025-06-30 00:22:27 +00:00
Add codespell fixes
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
ab36f7f092
commit
8dce403b95
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
export GOPROXY=https://proxy.golang.org
|
export GOPROXY=https://proxy.golang.org
|
||||||
|
|
||||||
# On some plaforms (eg. macOS, FreeBSD) gpgme is installed in /usr/local/ but /usr/local/include/ is
|
# On some platforms (eg. macOS, FreeBSD) gpgme is installed in /usr/local/ but /usr/local/include/ is
|
||||||
# not in the default search path. Rather than hard-code this directory, use gpgme-config.
|
# not in the default search path. Rather than hard-code this directory, use gpgme-config.
|
||||||
# Sadly that must be done at the top-level user instead of locally in the gpgme subpackage, because cgo
|
# Sadly that must be done at the top-level user instead of locally in the gpgme subpackage, because cgo
|
||||||
# supports only pkg-config, not general shell scripts, and gpgme does not install a pkg-config file.
|
# supports only pkg-config, not general shell scripts, and gpgme does not install a pkg-config file.
|
||||||
|
@ -29,7 +29,7 @@ if [[ "$SKOPEO_CONTAINER_TESTS" == "0" ]] && [[ "$CI" != "true" ]]; then
|
|||||||
(
|
(
|
||||||
echo "***************************************************************"
|
echo "***************************************************************"
|
||||||
echo "WARNING: Executing tests directly on the local development"
|
echo "WARNING: Executing tests directly on the local development"
|
||||||
echo " host is highly discourraged. Many important items"
|
echo " host is highly discouraged. Many important items"
|
||||||
echo " will be skipped. For manual execution, please utilize"
|
echo " will be skipped. For manual execution, please utilize"
|
||||||
echo " the Makefile targets WITHOUT the '-local' suffix."
|
echo " the Makefile targets WITHOUT the '-local' suffix."
|
||||||
echo "***************************************************************"
|
echo "***************************************************************"
|
||||||
|
Loading…
Reference in New Issue
Block a user