提交 164bd461 编写于 作者: A Anthony Towns

add {} as valid characters in tags

automatically update extra overrides when accepting new tags as autobyhand
上级 9583602d
......@@ -4,7 +4,7 @@
INPUT="${1:?"Usage: $0 filename"}"
# Regular expression used to validate tag lines
CHECKRE='^[a-z0-9A-Z.+-]+[[:space:]]+Tag[[:space:]]+[a-z0-9:. ,+-]+$'
CHECKRE='^[a-z0-9A-Z.+-]+[[:space:]]+Tag[[:space:]]+[a-z0-9:. ,{}+-]+$'
# This must end with /
TARGET=/srv/ftp.debian.org/scripts/external-overrides/
......@@ -38,6 +38,8 @@ mv "$OUTNONFREE" "$TARGET"tag.non-free
chmod 644 "$TARGET"tag "$TARGET"tag.contrib "$TARGET"tag.non-free
(cd $TARGET && ./mk-extra-overrides.sh)
trap - EXIT
exit 0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册