Project

General

Profile

« Previous | Next » 

Revision 82c4f0a4

Added by Stephen Benjamin over 8 years ago

Update remote_execution to 0.0.4

View differences:

plugins/ruby-foreman-remote-execution/debian/changelog
ruby-foreman-remote-execution (0.0.4-1) stable; urgency=low
* Update to 0.0.4
-- Stephen Benjamin <stbenjam@redhat.com> Wed, 26 Aug 2015 11:55:31 -0400
ruby-foreman-remote-execution (0.0.1) unstable; urgency=low
* Initial Release.
plugins/ruby-foreman-remote-execution/debian/gem.list
# list of gem urls to download via Jenkins, space separated
GEMS="https://rubygems.org/downloads/foreman_remote_execution-0.0.1.gem"
GEMS="https://rubygems.org/downloads/foreman_remote_execution-0.0.4.gem"
plugins/ruby-foreman-remote-execution/debian/install
foreman_remote_execution.rb usr/share/foreman/bundler.d
cache usr/share/foreman/vendor
foreman_remote_execution var/lib/foreman/public/assets
assets var/lib/foreman/public
apipie-cache/foreman_remote_execution var/lib/foreman/public/apipie-cache/plugin
plugins/ruby-foreman-remote-execution/debian/rules
OUT=/var/lib/foreman/public/apipie-cache/plugin/$(PLUGIN) RAILS_ENV=development \
)
GEM_PATH=$$(cd /usr/share/foreman && bundle show $(PLUGIN)) && \
cp -rp $${GEM_PATH}/public/assets/$(PLUGIN) ./
cp -rp $${GEM_PATH}/public/assets/ ./
[ -e apipie-cache ] || mkdir apipie-cache/
cp -rp /var/lib/foreman/public/apipie-cache/plugin/$(PLUGIN) ./apipie-cache/
plugins/ruby-foreman-remote-execution/foreman_remote_execution.rb
gem 'foreman_remote_execution', '0.0.1'
gem 'foreman_remote_execution', '0.0.4'

Also available in: Unified diff