SPECS: builder - remove invalid chars from whole CVS tag
glen
glen at pld-linux.org
Mon Mar 5 19:06:48 CET 2007
Author: glen Date: Mon Mar 5 18:06:48 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- remove invalid chars from whole CVS tag
---- Files affected:
SPECS:
builder (1.490 -> 1.491)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.490 SPECS/builder:1.491
--- SPECS/builder:1.490 Mon Mar 5 19:04:41 2007
+++ SPECS/builder Mon Mar 5 19:06:43 2007
@@ -1082,7 +1082,7 @@
fi
# NOTE: CVS tags may must not contain the characters `$,.:;@'
- TAGVER=$TAG_PREFIX$PACKAGE_NAME-$(echo $PACKAGE_VERSION | tr '[.@]' '[_#]')-$(echo $PACKAGE_RELEASE | tr '[.@]' '[_#]')
+ TAGVER=$(echo $TAG_PREFIX$PACKAGE_NAME-$PACKAGE_VERSION-$PACKAGE_RELEASE | tr '[.@]' '[_#]')
# Remove #kernel.version_release from TAGVER because tagging sources
# could occur with different kernel-headers than kernel-headers used at build time.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/builder?r1=1.490&r2=1.491&f=u
More information about the pld-cvs-commit
mailing list