-
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.
- Loading branch information
Showing
19 changed files
with
19 additions
and
149 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
client/buster/katello-host-tools/katello-host-tools-tracer.install
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,30 +1,22 @@ | ||
Source: katello-host-tools | ||
Section: unknown | ||
Priority: optional | ||
Section: admin | ||
Maintainer: ATIX Team <[email protected]> | ||
Build-Depends: debhelper (>= 9), | ||
Build-Depends: debhelper-compat (= 12), | ||
dh-exec, | ||
dh-python, | ||
lsb-release, | ||
python3-setuptools, | ||
python3-all | ||
Standards-Version: 3.9.8 | ||
Standards-Version: 4.6.1 | ||
Homepage: https://github.com/katello/katello-host-tools | ||
X-Python-Version: >= 2.6 | ||
X-Python3-Version: >= 3.2 | ||
|
||
Package: katello-host-tools | ||
Architecture: all | ||
Depends: ${python3:Depends}, ${misc:Depends}, python3-subscription-manager | ||
Description: | ||
. | ||
A set of commands that support a Katello host including faster package profile uploading and bound repository reporting. | ||
. | ||
|
||
Package: katello-host-tools-tracer | ||
Architecture: all | ||
Depends: ${python3:Depends}, ${misc:Depends}, katello-host-tools | ||
Description: | ||
. | ||
Adds Tracer functionality to a client managed by katello-host-tools. | ||
. |
5 changes: 3 additions & 2 deletions
5
client/focal/katello-host-tools/katello-host-tools-tracer.install
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#! /usr/bin/dh-exec | ||
#!/usr/bin/dh-exec | ||
usr/bin/katello-tracer-upload | ||
usr/lib/python*/dist-packages/katello/tracer/ | ||
katello/contrib/extra/81-tracer-upload-apt => /etc/apt/apt.conf.d/81-tracer-upload | ||
katello/contrib/extra/katello-tracer-upload.cron => /etc/cron.d/katello-host-tools | ||
katello/apt_plugins/tracer_upload.py => /usr/bin/tracer-upload |
10 changes: 10 additions & 0 deletions
10
client/focal/katello-host-tools/katello-host-tools.install
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,10 @@ | ||
usr/bin/katello-enabled-repos-upload | ||
usr/bin/katello-package-upload | ||
usr/lib/python*/dist-packages/katello/__init__.py | ||
usr/lib/python*/dist-packages/katello/constants.py | ||
usr/lib/python*/dist-packages/katello/enabled_report.py | ||
usr/lib/python*/dist-packages/katello/packages.py | ||
usr/lib/python*/dist-packages/katello/repos.py | ||
usr/lib/python*/dist-packages/katello/scripts.py | ||
usr/lib/python*/dist-packages/katello/uep.py | ||
usr/lib/python*/dist-packages/katello/utils.py |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,28 +1,9 @@ | ||
#!/usr/bin/make -f | ||
# See debhelper(7) (uncomment to enable) | ||
# output every command that modifies files on the build system. | ||
export DH_VERBOSE = 1 | ||
|
||
export PYBUILD_NAME=katello-host-tools | ||
#export PYBUILD_NAME=katello-host-tools | ||
export PYBUILD_DISABLE=test | ||
export PYBUILD_DESTDIR_python2=${PWD}/debian/python-${PYBUILD_NAME}/ | ||
export PYBUILD_DESTDIR_python2-dbg=${PWD}/debian/python-${PYBUILD_NAME}-dbg/ | ||
export PYBUILD_DESTDIR_python3=${PWD}/debian/python3-${PYBUILD_NAME}/ | ||
export PYBUILD_DESTDIR_python3-dbg=${PWD}/debian/python3-${PYBUILD_NAME}-dbg/ | ||
|
||
export PYTHON=python3 | ||
export INCLUDE_SYSPURPOSE=1 | ||
export PYBUILD_SYSTEM=custom | ||
export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/katello/contrib' '{destdir}/{install_dir}/katello/tracer/zypper.py' '{destdir}/{install_dir}/zypper_plugins' '{destdir}/{install_dir}/dnf-plugins' '{destdir}/{install_dir}/yum-plugins' | ||
|
||
include /usr/share/dpkg/default.mk | ||
|
||
%: | ||
dh $@ --with python3 --buildsystem=pybuild | ||
|
||
override_dh_auto_clean: | ||
dh_auto_clean | ||
rm -rf build | ||
rm -rf *.egg-info | ||
|
||
override_dh_auto_build: | ||
dh_auto_build |