-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added smart_proxy_host_reports new package
Signed-off-by: Lukas Zapletal <lzap+git@redhat.com>
- Loading branch information
Showing
9 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |