From 52a3b75556d50bbfcf45617e2f573d83246ed0ff Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 15 Dec 2019 22:27:23 -0800 Subject: local: relabel files copied from git-gx86-tools Signed-off-by: Robin H. Johnson --- local/postrecv-bugs | 1 + local/tests/lib.sh | 1 + local/tests/run-all.sh | 1 + local/tests/update-04-utf8.sh | 1 + local/tests/update-05-manifest.sh | 1 + local/tests/update-06-copyright.sh | 1 + local/update-01-basic | 1 + local/update-02-gpg | 1 + local/update-03-filename | 1 + local/update-04-utf8 | 1 + local/update-05-manifest | 1 + local/update-06-copyright | 1 + 12 files changed, 12 insertions(+) diff --git a/local/postrecv-bugs b/local/postrecv-bugs index 992815b..eac6a30 100755 --- a/local/postrecv-bugs +++ b/local/postrecv-bugs @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:postrecv-bugs # Copyright 2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/lib.sh b/local/tests/lib.sh index e3432db..32af8d6 100644 --- a/local/tests/lib.sh +++ b/local/tests/lib.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:tests/lib.sh # Git hook test helpers # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/run-all.sh b/local/tests/run-all.sh index 117f210..22b7f04 100755 --- a/local/tests/run-all.sh +++ b/local/tests/run-all.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:tests/run-all.sh # Tests for git hooks # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/update-04-utf8.sh b/local/tests/update-04-utf8.sh index f471948..8a3818e 100755 --- a/local/tests/update-04-utf8.sh +++ b/local/tests/update-04-utf8.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:tests/update-04-utf8.sh # Tests for update-04-utf8 hook # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/update-05-manifest.sh b/local/tests/update-05-manifest.sh index 1597092..0271186 100755 --- a/local/tests/update-05-manifest.sh +++ b/local/tests/update-05-manifest.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:tests/update-05-manifest.sh # Tests for update-05-manifest hook # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/tests/update-06-copyright.sh b/local/tests/update-06-copyright.sh index 4edaa72..83b56c1 100755 --- a/local/tests/update-06-copyright.sh +++ b/local/tests/update-06-copyright.sh @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:tests/update-06-copyright.sh # Tests for update-06-copyright hook # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/update-01-basic b/local/update-01-basic index b1a36dc..876ed41 100755 --- a/local/update-01-basic +++ b/local/update-01-basic @@ -1,4 +1,5 @@ #!/bin/sh +# gentoo-infra: infra/githooks.git:update-01-basic # --- Command line refname=${1} diff --git a/local/update-02-gpg b/local/update-02-gpg index c3c15e9..e61c7aa 100755 --- a/local/update-02-gpg +++ b/local/update-02-gpg @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:update-02-gpg # --- Command line refname=${1} diff --git a/local/update-03-filename b/local/update-03-filename index a1d8a03..64e014b 100755 --- a/local/update-03-filename +++ b/local/update-03-filename @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:update-03-filename # Copyright 2015-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/update-04-utf8 b/local/update-04-utf8 index 3d2f9f3..0ad8b5b 100755 --- a/local/update-04-utf8 +++ b/local/update-04-utf8 @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:update-04-utf8 # Copyright 2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/update-05-manifest b/local/update-05-manifest index 236c78f..8ae0bc4 100755 --- a/local/update-05-manifest +++ b/local/update-05-manifest @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:update-05-manifest # Copyright 2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 or later diff --git a/local/update-06-copyright b/local/update-06-copyright index dc0bb4a..4fe653d 100755 --- a/local/update-06-copyright +++ b/local/update-06-copyright @@ -1,4 +1,5 @@ #!/bin/bash +# gentoo-infra: infra/githooks.git:update-06-copyright # Verify that GCO sign-off is present in commit messages # Copyright 2018 Michał Górny # Distributed under the terms of the GNU General Public License v2 or later -- cgit v1.2.3-65-gdbad