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

travis build, bug fixes #10

Merged
merged 44 commits into from
Jan 7, 2015
Merged

travis build, bug fixes #10

merged 44 commits into from
Jan 7, 2015

Conversation

pgajdos
Copy link
Contributor

@pgajdos pgajdos commented Nov 26, 2014

No description provided.

@jreidinger
Copy link
Member

hmm, installation in travis now cause segfault, any idea why? https://travis-ci.org/yast/yast-fonts/builds/42187657

@pgajdos
Copy link
Contributor Author

pgajdos commented Nov 26, 2014

On Wed, Nov 26, 2014 at 04:11:49AM -0800, Josef Reidinger wrote:

hmm, installation in travis now cause segfault, any idea why? https://
travis-ci.org/yast/yast-fonts/builds/42187657

Sure :).

@jreidinger
Copy link
Member

travis still said that it failing ;)

@pgajdos
Copy link
Contributor Author

pgajdos commented Nov 28, 2014

On Thu, Nov 27, 2014 at 09:47:39AM -0800, Josef Reidinger wrote:

travis still said that it failing ;)

Yes, and it will be after last commit too, dunno why so far.

@pgajdos
Copy link
Contributor Author

pgajdos commented Nov 30, 2014

You hou!
The problem was, that font-specimen library do not work with fontconfig 2.8.0, which is in Ubuntu 12.04.

@pgajdos pgajdos changed the title add libfont-specimen-dev dependency to travis build travis build, bug fixes Dec 10, 2014
@@ -5,7 +5,8 @@ before_install:
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "yast2 ruby2.1-dev" -g "rake yast-rake yard rspec:2.14.1"
- sh ./travis_setup.sh -p "yast2 ruby2.1-dev libfont-specimen-dev fonts-liberation" -g "rake yast-rake yard rspec:2.14.1"
- sudo apt-get -o Dpkg::Options::="--force-overwrite" install libfontconfig-new1-dev libfontconfig-new1 fontconfig-new-config
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add a comment why --force-overwrite option is need, this is quite unusual...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Thu, Dec 18, 2014 at 10:40:40AM -0800, Ladislav Slezák wrote:

Please, add a comment why --force-overwrite option is need, this is quite
unusual...

Ok, done.

@pgajdos
Copy link
Contributor Author

pgajdos commented Dec 19, 2014

All suggestions implemented.

@fcstate.lcd_filter)
UI.ChangeWidget(Id("cmb_specimen_subpixellayout"), :Value,
@fcstate.subpixel_layout)
if (!UI.TextMode)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it deserve comment why only in non text mode are these widgets modified.

@jreidinger
Copy link
Member

In general it looks good, just fre small notes.

@pgajdos
Copy link
Contributor Author

pgajdos commented Jan 6, 2015

@jreidinger, your suggestions were implemented.
Can I have your LGTM, please :)?

@jreidinger
Copy link
Member

LGTM

@pgajdos
Copy link
Contributor Author

pgajdos commented Jan 7, 2015

Thanks for review!

pgajdos added a commit that referenced this pull request Jan 7, 2015
travis build, bug fixes
@pgajdos pgajdos merged commit 87417e7 into yast:master Jan 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants