From 1c7a37bc0ec59bf85378539c3ffca31036d0e1e8 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 3 Jul 2017 17:23:00 +0200 Subject: [PATCH] Turn off automatic submission from Factory --- leaper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaper.py b/leaper.py index cf196a2a..b3a9f3d5 100755 --- a/leaper.py +++ b/leaper.py @@ -216,7 +216,7 @@ class Leaper(ReviewBot.ReviewBot): # other origins, but primary looking to let Factory submitters # know that there is no need to make manual submissions to both. # Since it has a lookup entry it is not a new package. - self.automatic_submission = True + self.automatic_submission = False if self.must_approve_version_updates: self.needs_release_manager = True if origin == src_project: