[Libguestfs] [v2v PATCH 09/14] Remove references to Zanata

Pino Toscano ptoscano at redhat.com
Thu Aug 13 12:10:50 UTC 2020


We migrated to Weblate, and Zanata is being decommissioned.
---
 Makefile.am    |  4 +---
 zanata-pull.sh | 30 ------------------------------
 zanata.xml     |  7 -------
 3 files changed, 1 insertion(+), 40 deletions(-)
 delete mode 100755 zanata-pull.sh
 delete mode 100644 zanata.xml

diff --git a/Makefile.am b/Makefile.am
index 6d0c270b..06e12a3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,9 +93,7 @@ EXTRA_DIST = \
 	website/index.css \
 	website/index.html.in \
 	website/pod.css \
-	website/standard.css \
-	zanata.xml \
-	zanata-pull.sh
+	website/standard.css
 
 # When doing 'make dist' update a few files automatically.
 #
diff --git a/zanata-pull.sh b/zanata-pull.sh
deleted file mode 100755
index ee5f8830..00000000
--- a/zanata-pull.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash -
-# Pull translations from Zanata.
-# Copyright (C) 2011-2020 Red Hat Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-set -e
-
-echo zanata po pull
-zanata po pull
-
-# Remove PO files that have no translations in them.
-for f in po/*.po po-docs/*.po; do
-    if ! grep -q '^msgstr "[^"]' $f; then
-        echo rm $f
-        rm $f
-    fi
-done
diff --git a/zanata.xml b/zanata.xml
deleted file mode 100644
index 649c4254..00000000
--- a/zanata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<config xmlns="http://zanata.org/namespace/config/">
-  <url>https://fedora.zanata.org/</url>
-  <project>virt-v2v</project>
-  <project-version>master</project-version>
-  <project-type>gettext</project-type>
-</config>
-- 
2.26.2




More information about the Libguestfs mailing list