diff --git a/libraries/entropy/server/interfaces/mirrors.py b/libraries/entropy/server/interfaces/mirrors.py index 62d634f2b..31d4cdedb 100644 --- a/libraries/entropy/server/interfaces/mirrors.py +++ b/libraries/entropy/server/interfaces/mirrors.py @@ -1622,6 +1622,7 @@ class Server(object): qa_sts_map['sem'].acquire() th = ParallelTask(_qa_check, upload_package) + th.daemon = True threads.append(th) th.start()