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