diff --git a/.ci/build-all.sh b/.ci/build-all.sh index c3bfe3d..c10545c 100755 --- a/.ci/build-all.sh +++ b/.ci/build-all.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef [ -z "${CI_DEBUG}" ] || set -xv diff --git a/.ci/build.sh b/.ci/build.sh index 3145a44..6b3672e 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef [ -z "${CI_DEBUG}" ] || set -xv diff --git a/.ci/envsh.build b/.ci/envsh.build index b3ab1cc..b2fe773 100644 --- a/.ci/envsh.build +++ b/.ci/envsh.build @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef unset GOAMD64 GOARM GOPPC64 GOMIPS GOMIPS64 diff --git a/.ci/envsh.common b/.ci/envsh.common index 626e6ed..3b41c3e 100644 --- a/.ci/envsh.common +++ b/.ci/envsh.common @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef ## shifty-nifty shell goodies :) diff --git a/.ci/envsh.registry b/.ci/envsh.registry index 4033b69..408ae42 100644 --- a/.ci/envsh.registry +++ b/.ci/envsh.registry @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef ## setup image registry authentication diff --git a/.ci/image-all.sh b/.ci/image-all.sh index 4813b17..369bbd7 100755 --- a/.ci/image-all.sh +++ b/.ci/image-all.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef [ -z "${CI_DEBUG}" ] || set -xv diff --git a/.ci/image.sh b/.ci/image.sh index f847f84..f37f2a2 100755 --- a/.ci/image.sh +++ b/.ci/image.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef . .ci/envsh.registry diff --git a/.ci/registry-login.sh b/.ci/registry-login.sh index e6d77e2..ca11718 100755 --- a/.ci/registry-login.sh +++ b/.ci/registry-login.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef [ -z "${CI_DEBUG}" ] || set -xv diff --git a/.ci/sync-all.sh b/.ci/sync-all.sh index ae44e2b..ef026c7 100755 --- a/.ci/sync-all.sh +++ b/.ci/sync-all.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef [ -z "${CI_DEBUG}" ] || set -xv diff --git a/.ci/sync-latest.sh b/.ci/sync-latest.sh index a9a1179..bd986f9 100755 --- a/.ci/sync-latest.sh +++ b/.ci/sync-latest.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin set -ef [ -z "${CI_DEBUG}" ] || set -xv diff --git a/Makefile b/Makefile index fa9df2e..82dc1d8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f # SPDX-License-Identifier: Apache-2.0 -# (c) 2024, Konstantin Demin +# (c) 2024-2025, Konstantin Demin SHELL :=/bin/sh .SHELLFLAGS :=-ec