Skip to content

Commit

Permalink
more fixes to travis and jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 12, 2016
1 parent 447cc1b commit 8d9d6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 "ruby2.1-dev libaugeas-dev augeas rake yast2-devtools yast2-testsuite yast2 yast2-storage yast2-proxy yast2-country yast2-packager" -g "rspec:3.3.0 yast-rake gettext rubocop:0.41.2 simplecov:0.10.0 coveralls cfa cheetah"
- sh ./travis_setup.sh -p "ruby2.1-dev libaugeas-dev augeas-lenses libaugeas0 rake yast2-devtools yast2-testsuite yast2 yast2-storage yast2-proxy yast2-country yast2-packager" -g "rspec:3.3.0 yast-rake gettext rubocop:0.41.2 simplecov:0.10.0 coveralls cfa cheetah"
script:
- rubocop
- rake check:syntax
Expand Down
2 changes: 2 additions & 0 deletions package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ rake install DESTDIR="%{buildroot}"
%{yast_schemadir}/autoyast/rnc/networking.rnc
%{yast_schemadir}/autoyast/rnc/host.rnc
%{yast_libdir}/network
%dir %{yast_libdir}/cfa/
%{yast_libdir}/cfa/host.rb
%{yast_ydatadir}/network

%dir %{yast_docdir}
Expand Down

0 comments on commit 8d9d6b8

Please sign in to comment.