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 af1dfb7 + aedbaec commit 21e46b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
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 yast2-perl-bindings" -g rspec:2.14.1
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 yast2-perl-bindings" -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
7 changes: 7 additions & 0 deletions Rakefile
@@ -1,6 +1,13 @@
require "yast/rake"

Yast::Tasks.configuration do |conf|
<<<<<<< HEAD
=======
conf.obs_api = "https://api.suse.de/"
conf.obs_target = "SLE_12"
conf.obs_sr_project = "SUSE:SLE-12:Update"
conf.obs_project = "Devel:YaST:SLE-12"
>>>>>>> origin/SLE-12-GA
#lets ignore license check for now
conf.skip_license_check << /.*/
end

0 comments on commit 21e46b7

Please sign in to comment.