Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SLE-12-GA'
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
	Rakefile
  • Loading branch information
lslezak committed Nov 14, 2014
2 parents 7ab4deb + 552e812 commit 56bd4f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ 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-devtools yast2-testsuite yast2" -g rspec:2.14.1
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g "rspec:2.14.1 yast-rake gettext"
script:
- rake check:syntax
- rake check:pot
- make -f Makefile.cvs
- make
- sudo make install
Expand Down
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
require "yast/rake"

# do nothing in osc:build as it can be builds exclusivelly on s390
if `uname --machine` !~ /s390/
Rake::Task["osc:build"].clear_actions
end

Yast::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
Expand Down

0 comments on commit 56bd4f9

Please sign in to comment.