Skip to content

Commit

Permalink
Added smart_proxy_host_reports new package
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Zapletal <lzap+git@redhat.com>
  • Loading branch information
lzap committed Dec 14, 2021
1 parent 3ca4486 commit 2b9f6dd
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/smart_proxy_reports/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ruby-smart-proxy-reports (0.0.6-1) stable; urgency=medium

* Initial release

-- Lukas Zapletal <lzap+pub@redhat.com> Fri, 15 Oct 2021 00:48:16 +0200
1 change: 1 addition & 0 deletions plugins/smart_proxy_reports/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11
23 changes: 23 additions & 0 deletions plugins/smart_proxy_reports/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Source: ruby-smart-proxy-reports
Section: ruby
Priority: optional
Maintainer: Lukas Zapletal <lzap+pub@redhat.com>
Build-Depends: debhelper (>= 11~),
ruby-rack (>= 2.1.0),
gem2deb
Standards-Version: 4.3.0
Homepage: http://github.com/theforeman/smart_proxy_reports
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-smart-proxy-reports
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
foreman-proxy (>= 2.5.0),
ruby-rack (>= 2.1.0),
${misc:Depends},
${shlibs:Depends}
Description: Provides an API for configuration management platforms like
Ansible or Puppet, or managed hosts, to upload reports and facts.
28 changes: 28 additions & 0 deletions plugins/smart_proxy_reports/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: smart_proxy_shellhooks
Source: http://github.com/theforeman/smart_proxy_shellhooks

Files: *
Copyright: 2021 Red Hat Inc. <foreman-dev@googlegroups.com>
License: GPL-3.0+

Files: debian/*
Copyright: 2021 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".
2 changes: 2 additions & 0 deletions plugins/smart_proxy_reports/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bundler.d/reports.rb usr/share/foreman-proxy/bundler.d
settings.d/reports.yml etc/foreman-proxy/settings.d
1 change: 1 addition & 0 deletions plugins/smart_proxy_reports/ruby-smart-proxy-reports.docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
9 changes: 9 additions & 0 deletions plugins/smart_proxy_reports/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

build:
mv settings.d/reports.yml.example settings.d/reports.yml

%:
dh $@ --buildsystem=ruby --with ruby
1 change: 1 addition & 0 deletions plugins/smart_proxy_reports/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
2 changes: 2 additions & 0 deletions plugins/smart_proxy_reports/watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version=3
https://gemwatch.debian.net/smart_proxy_reports .*/smart_proxy_reports-(.*).tar.gz

0 comments on commit 2b9f6dd

Please sign in to comment.