Blame SOURCES/0128-chore-build-remove-targets-for-interacting-with-Zana.patch

ea8ea4
From 9df87753be9123558da30c68cab8650c547f0e79 Mon Sep 17 00:00:00 2001
ea8ea4
From: Eric Garver <eric@garver.life>
ea8ea4
Date: Mon, 13 Jan 2020 14:47:25 -0500
ea8ea4
Subject: [PATCH 128/146] chore: build: remove targets for interacting with
ea8ea4
 Zanata
ea8ea4
ea8ea4
We're now using Weblate.
ea8ea4
ea8ea4
(cherry picked from commit a43d77f2284ef88d00fb94137c959a178d423f27)
ea8ea4
(cherry picked from commit 44477726c53bc32eb48ebefe4b88bc548baac1a4)
ea8ea4
---
ea8ea4
 Makefile.am | 8 --------
ea8ea4
 zanata.xml  | 7 -------
ea8ea4
 2 files changed, 15 deletions(-)
ea8ea4
 delete mode 100644 zanata.xml
ea8ea4
ea8ea4
diff --git a/Makefile.am b/Makefile.am
ea8ea4
index b3dbce1f2b11..77f461c8bae5 100644
ea8ea4
--- a/Makefile.am
ea8ea4
+++ b/Makefile.am
ea8ea4
@@ -84,14 +84,6 @@ update-docs:
ea8ea4
 clean-docs:
ea8ea4
 	$(MAKE) -C doc/xml clean
ea8ea4
 
ea8ea4
-pull-translations:
ea8ea4
-	zanata-cli -B pull
ea8ea4
-
ea8ea4
-push-translations:
ea8ea4
-	zanata-cli -B push
ea8ea4
-
ea8ea4
-update-translations: pull-translations update-po push-translations 
ea8ea4
-
ea8ea4
 archive: dist-check $(desktop_DATA) tag dist
ea8ea4
 
ea8ea4
 local: distclean
ea8ea4
diff --git a/zanata.xml b/zanata.xml
ea8ea4
deleted file mode 100644
ea8ea4
index 5ed471079408..000000000000
ea8ea4
--- a/zanata.xml
ea8ea4
+++ /dev/null
ea8ea4
@@ -1,7 +0,0 @@
ea8ea4
-
ea8ea4
-<config xmlns="http://zanata.org/namespace/config/">
ea8ea4
-  <url>https://fedora.zanata.org/</url>
ea8ea4
-  <project>firewalld</project>
ea8ea4
-  <project-version>master</project-version>
ea8ea4
-  <project-type>gettext</project-type>
ea8ea4
-</config>
ea8ea4
-- 
ea8ea4
2.23.0
ea8ea4