summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-01-06 00:26:27 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-01-08 13:02:56 +0000
commita79ecf76c81b7eba4beb50fd5807783facc18b62 (patch)
tree309554cfe792c17cc49ae137c1791926e49c5af9 /scripts
parentsys-kernel/longterm-sources: Version bump (diff)
downloadportage-a79ecf76c81b7eba4beb50fd5807783facc18b62.tar.xz
Move as29 category to pants-on
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/hook-metadata2
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