Project

General

Profile

« Previous | Next » 

Revision 38a8a809

Added by Stephen Benjamin over 8 years ago

Add smart_proxy_remote_execution_ssh

Closes GH-741

View differences:

plugins/smart_proxy_remote_execution_ssh/changelog
ruby-smart-proxy-remote-execution-ssh (0.0.3-1) unstable; urgency=low
* Initial release of 0.0.3
-- Stephen Benjamin <stephen@redhat.com> Tue, 11 Aug 2015 09:20:00 +0200
plugins/smart_proxy_remote_execution_ssh/compat
7
plugins/smart_proxy_remote_execution_ssh/control
Source: ruby-smart-proxy-remote-execution-ssh
Section: ruby
Priority: optional
Maintainer: Stephen Benjamin <stephen@redhat.com>
Build-Depends: debhelper, gem2deb
Standards-Version: 3.9.3
Homepage: https://github.com/theforeman/smart_proxy_remote_execution_ssh
XS-Ruby-Versions: all
Package: ruby-smart-proxy-remote-execution-ssh
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, foreman-proxy (>= 1.9.0~rc3), ruby-smart-proxy-dynflow (>= 0.0.3), ruby-smart-proxy-dynflow (<< 0.1.0), ruby-net-scp, ruby-net-ssh
Description: SSH remote execution provider for Foreman smart proxy
SSH remote execution provider for Foreman smart proxy
plugins/smart_proxy_remote_execution_ssh/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ruby-smart-proxy-remote-execution-ssh
Source: https://github.com/theforeman/smart_proxy_remote_execution_ssh
Files: *
Copyright: 2015 Red Hat Inc. <foreman-dev@googlegroups.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2015 Red Hat Inc. <foreman-dev@googlegroups.com>
License: GPL-3.0+
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
plugins/smart_proxy_remote_execution_ssh/install
debian/remote_execution_ssh.rb usr/share/foreman-proxy/bundler.d
settings.d/remote_execution_ssh.yml etc/foreman-proxy/settings.d
plugins/smart_proxy_remote_execution_ssh/remote_execution_ssh.rb
gem 'smart_proxy_remote_execution_ssh', '0.0.3'
plugins/smart_proxy_remote_execution_ssh/ruby-smart-proxy-remote-execution-ssh.docs
README.md
plugins/smart_proxy_remote_execution_ssh/rules
#!/usr/bin/make -f
#export DH_VERBOSE=1
#
# Uncomment to ignore all test failures (but the tests will run anyway)
#export DH_RUBY_IGNORE_TESTS=all
#
# Uncomment to ignore some test failures (but the tests will run anyway).
# Valid values:
#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
build:
cp settings.d/remote_execution_ssh.yml.example settings.d/remote_execution_ssh.yml
%:
dh $@ --buildsystem=ruby --with ruby
plugins/smart_proxy_remote_execution_ssh/source/format
3.0 (quilt)

Also available in: Unified diff