mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00
Run codespell on code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -537,7 +537,7 @@ Indicates whether containers will be auto-updated ([podman-auto-update(1)](podma
|
|||||||
|
|
||||||
* `local`: Tells Podman to compare the image a container is using to the image with its raw name in local storage. If an image is updated locally, Podman simply restarts the systemd unit executing the Kubernetes quadlet.
|
* `local`: Tells Podman to compare the image a container is using to the image with its raw name in local storage. If an image is updated locally, Podman simply restarts the systemd unit executing the Kubernetes quadlet.
|
||||||
|
|
||||||
* `name/(local|registry)`: Tells Podman to preform the `local` or `registry` autoupdate on the specified container name.
|
* `name/(local|registry)`: Tells Podman to perform the `local` or `registry` autoupdate on the specified container name.
|
||||||
|
|
||||||
### `ConfigMap=`
|
### `ConfigMap=`
|
||||||
|
|
||||||
|
@ -197,7 +197,7 @@ loop: // break out of for/select infinite loop
|
|||||||
break loop
|
break loop
|
||||||
} else {
|
} else {
|
||||||
writeStatusCode(http.StatusOK)
|
writeStatusCode(http.StatusOK)
|
||||||
writeReference() // There may not be any progess, so make sure the reference gets written
|
writeReference() // There may not be any progress, so make sure the reference gets written
|
||||||
}
|
}
|
||||||
|
|
||||||
tag := query.Tag
|
tag := query.Tag
|
||||||
|
@ -256,7 +256,7 @@ function t() {
|
|||||||
for arg; do
|
for arg; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
# This is just some hack to avoid adding `-d {}` to curl for endpoints where we really need an empty body.
|
# This is just some hack to avoid adding `-d {}` to curl for endpoints where we really need an empty body.
|
||||||
# --disable makes curl not lookup the curlrc file, it't should't effect the tests in any way.
|
# --disable makes curl not lookup the curlrc file, it shouldn't affect the tests in any way.
|
||||||
-) curl_args+=(--disable);
|
-) curl_args+=(--disable);
|
||||||
shift;;
|
shift;;
|
||||||
*=*) post_args+=("$arg");
|
*=*) post_args+=("$arg");
|
||||||
|
@ -968,7 +968,7 @@ func populateCache(podman *PodmanTestIntegration) {
|
|||||||
GinkgoWriter.Printf("-----------------------------\n")
|
GinkgoWriter.Printf("-----------------------------\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
// rmAll removes the direcory and its content,, when running rootless we use
|
// rmAll removes the directory and its content, when running rootless we use
|
||||||
// podman unshare to prevent any subuid/gid problems
|
// podman unshare to prevent any subuid/gid problems
|
||||||
func rmAll(podmanBin string, path string) {
|
func rmAll(podmanBin string, path string) {
|
||||||
// Remove cache dirs
|
// Remove cache dirs
|
||||||
|
Reference in New Issue
Block a user