Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uyuni remove spacewalk utils extras #9454

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions susemanager-utils/testing/automation/spacewalk-pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,15 @@ proxy/proxy/wsgi/xmlrpc.py
proxy/proxy/wsgi/xmlrpc_redirect.py
reporting/reports.py
utils/cloneByDate.py
utils/delete-old-systems-interactive
utils/depsolver.py
utils/__init__.py
utils/migrate-system-profile
utils/migrateSystemProfile.py
utils/spacewalk-api
utils/spacewalk-clone-by-date
utils/spacewalk-common-channels
utils/spacewalk-dump-schema
utils/spacewalk-hostname-rename
utils/spacewalk-manage-channel-lifecycle
utils/spacewalk-sync-setup
utils/spacewalk-utils.changes
utils/sw-ldap-user-sync
utils/systemSnapshot.py
utils/taskotop
spacewalk/certs-tools/
Expand Down
8 changes: 3 additions & 5 deletions utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ NAME := spacewalk-utils

SUBDIR = utils

FILES = __init__ migrateSystemProfile depsolver cloneByDate
SCRIPTS = migrate-system-profile spacewalk-api \
spacewalk-common-channels delete-old-systems-interactive spacewalk-hostname-rename \
FILES = __init__ depsolver cloneByDate
SCRIPTS = spacewalk-common-channels spacewalk-hostname-rename \
spacewalk-clone-by-date spacewalk-sync-setup spacewalk-manage-channel-lifecycle \
sw-ldap-user-sync \
taskotop spacewalk-watch-channel-sync.sh
CONFIGS = spacewalk-common-channels.ini sw-ldap-user-sync.conf
CONFIGS = spacewalk-common-channels.ini

DOCBOOK = $(wildcard /usr/bin/docbook2man)

Expand Down
115 changes: 0 additions & 115 deletions utils/delete-old-systems-interactive

This file was deleted.

91 changes: 0 additions & 91 deletions utils/delete-old-systems-interactive.sgml

This file was deleted.

85 changes: 0 additions & 85 deletions utils/migrate-system-profile

This file was deleted.

Loading
Loading