mirror of
https://github.com/containers/podman.git
synced 2025-11-13 17:47:13 +08:00
vendor c/common@0ededd18a1
Update the login tests to reflect the latest changes to allow http{s}
prefixes (again) to address bugzilla.redhat.com/show_bug.cgi?id=2062072.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/pkg/signal/signal_linux.go
generated
vendored
4
vendor/github.com/containers/common/pkg/signal/signal_linux.go
generated
vendored
@@ -1,5 +1,5 @@
|
||||
// +build linux
|
||||
// +build !mips,!mipsle,!mips64,!mips64le
|
||||
//go:build linux && !mips && !mipsle && !mips64 && !mips64le
|
||||
// +build linux,!mips,!mipsle,!mips64,!mips64le
|
||||
|
||||
// Signal handling for Linux only.
|
||||
package signal
|
||||
|
||||
Reference in New Issue
Block a user