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

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