[Libreoffice-commits] dev-tools.git: git-hooks/website.git

Miklos Vajna vmiklos at suse.cz
Mon Feb 25 06:40:22 PST 2013


 git-hooks/website.git/hooks/update |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit d2188b4e70f58565f909e850428796b5462fab26
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon Feb 18 09:36:51 2013 +0100

    git-hooks: website.git has no obsolete tags
    
    Change-Id: Iec48a62678a8525cdfe0b445985bb117b0008c0e
    Reviewed-on: https://gerrit.libreoffice.org/2220
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/git-hooks/website.git/hooks/update b/git-hooks/website.git/hooks/update
index 0cd437a..9507439 100755
--- a/git-hooks/website.git/hooks/update
+++ b/git-hooks/website.git/hooks/update
@@ -21,13 +21,6 @@ recipients="libreoffice-commits at lists.freedesktop.org"
 
 ref_type=$(git cat-file -t "$3")
 
-# Avoid re-introducing obsolete tags
-if grep -q "^$1$" hooks/obsolete-tags; then
-	echo "*** Re-introducing an obsolete tag ($1) is not allowed in this repo" >&2
-	echo "*** Use corereleasebranches/killtagslocal.sh from contrib/dev-tools.git to get rid of them." >&2
-	exit 1
-fi
-
 # Only allow annotated tags in a shared repo
 # Remove this code to treat dumb tags the same as everything else
 case "$1","$ref_type" in


More information about the Libreoffice-commits mailing list