From 24248d1645cbb8739c03247b25a74b301461b916 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Aug 24 2020 18:15:08 +0000 Subject: ftbfs-fti: Add F34 trackers Signed-off-by: Igor Raits --- diff --git a/scripts/ftbfs-fti/follow-policy.py b/scripts/ftbfs-fti/follow-policy.py index 6ee4d82..9d853ae 100755 --- a/scripts/ftbfs-fti/follow-policy.py +++ b/scripts/ftbfs-fti/follow-policy.py @@ -19,11 +19,13 @@ TRACKERS = { "F31FailsToInstall": 1700324, "F32FailsToInstall": 1750909, "F33FailsToInstall": 1803235, + "F34FailsToInstall": 1868279, "F31FTBFS": 1700317, "F32FTBFS": 1750908, "F33FTBFS": 1803234, + "F34FTBFS": 1868278, } -RAWHIDE = "33" +RAWHIDE = "34" def _bzdate_to_python(date):