Skip to content

Commit

Permalink
Add a Rakefile to include libyui-rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 30, 2016
1 parent 3bb6a2a commit 5c428cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# make continuous integration using rubygem-packaging_rake_tasks and
# rubygem-libyui-rake.
# Copyright © 2014 SUSE LLC
# MIT license

require "libyui/rake"

Libyui::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
conf.obs_sr_project = nil
end

0 comments on commit 5c428cf

Please sign in to comment.