Skip to content
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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

regeciovad
Copy link
Contributor

No description provided.

@jsilhan
Copy link
Member

jsilhan commented Aug 12, 2015

I am afraid with this threading. We should use coroutines or Futures from reactive programming. Let it hang until we decide...

@jsilhan
Copy link
Member

jsilhan commented Aug 19, 2015

see #255

""" Builds srpm into base directory. """
print('Building SRPM...')
Copy link
Member

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...')
Copy link
Member

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.

@jsilhan
Copy link
Member

jsilhan commented Feb 24, 2016

@PavolVican be a QA and test this manually from GUI, please

@jsilhan
Copy link
Member

jsilhan commented Mar 2, 2016

We did a demo but it fails on #376 Look at it @regeciovad, please.

@jsilhan jsilhan added the bug label Mar 2, 2016
@regeciovad
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants