Skip to content

Commit

Permalink
update osc package url
Browse files Browse the repository at this point in the history
  • Loading branch information
vlewin committed Apr 3, 2014
1 parent 0bb54b9 commit efa1afc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kitchen/cookbooks/connect/recipes/packages.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package_url = 'http://download.opensuse.org/repositories/openSUSE:/Tools/SLE_11_SP3/x86_64/osc-0.144.1-130.1.x86_64.rpm'
package_url = 'http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11_SP3/x86_64/'
package_name = 'osc-0.145.git.1396510341-84.1.x86_64.rpm'

remote_file '/tmp/osc-0.144.1-130.1.x86_64.rpm' do
source package_url
source "#{package_url}#{package_name}"
mode 0644
action :create_if_missing
end
Expand Down

0 comments on commit efa1afc

Please sign in to comment.