diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-01-06 00:26:27 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-01-08 13:02:56 +0000 |
commit | a79ecf76c81b7eba4beb50fd5807783facc18b62 (patch) | |
tree | 309554cfe792c17cc49ae137c1791926e49c5af9 /scripts/hook-metadata | |
parent | sys-kernel/longterm-sources: Version bump (diff) | |
download | portage-a79ecf76c81b7eba4beb50fd5807783facc18b62.tar.xz |
Move as29 category to pants-on
Diffstat (limited to 'scripts/hook-metadata')
-rwxr-xr-x | scripts/hook-metadata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hook-metadata b/scripts/hook-metadata index fd5d4244..219ecb22 100755 --- a/scripts/hook-metadata +++ b/scripts/hook-metadata @@ -13,7 +13,7 @@ ROOT="$(git rev-parse --show-toplevel)" REPO="$(< ${ROOT}/profiles/repo_name)" -if [[ "${REPO}" != "as29" ]] ; then +if [[ "${REPO}" != "pants-on" ]] ; then exit 0 fi |