[PATCH][bodhi] Fix a bug in our masher sanity check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There is a bug in bodhi's new pre-push sanity checker that causes the
mashing lockfile to get wiped out when a push is resumed and the sanity
check fails.

I would like to push this patch out to releng2 and relepel01 only.

--- a/bodhi/masher.py
+++ b/bodhi/masher.py
@@ -641,7 +641,6 @@ class MashTask(Thread):
             if self.resume:
                 if not self.safe_to_resume():
                     log.error("safe_to_resume failed! -- aborting")
-                    self._unlock()
                     masher.done(self)
                     return
             else:

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure


[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux