-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUI in separate thread (fix #189) #203
base: master
Are you sure you want to change the base?
Conversation
I am afraid with this threading. We should use coroutines or Futures from reactive programming. Let it hang until we decide... |
see #255 |
""" Builds srpm into base directory. """ | ||
print('Building SRPM...') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use logging instead of prints, please
@@ -222,9 +222,11 @@ def write_spec(self): | |||
|
|||
def build_srpm(self): | |||
""" Builds srpm into base directory. """ | |||
print('Building SRPM...') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use logging.info
instead, please.
@PavolVican be a QA and test this manually from GUI, please |
We did a demo but it fails on #376 Look at it @regeciovad, please. |
This is not a fix of bug #376, I still didn't find where is the problem. But hawkey build fails in my computer even in master branch so it is not about this pull request. If I find solution, maybe I will create new PR. |
No description provided.