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

remove unused module dobby #9244

Open
wants to merge 1 commit 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
2 changes: 0 additions & 2 deletions python/spacewalk/satellite_tools/spacewalk-debug
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ echo " * querying schema version, database charactersets and database"
if [ "$(spacewalk-cfg-get externaldb)" = "0" ] ; then
if [ -f /usr/bin/smdba ] ; then
/usr/bin/smdba space-overview > $DIR/db-control-report
elif [ -f /usr/bin/db-control ] && [ "$(spacewalk-cfg-get db_backend)" = "postgresql" ] ; then
/usr/bin/db-control report > $DIR/db-control-report
fi
fi

Expand Down
26 changes: 0 additions & 26 deletions web/conf/rhn_dobby.conf

This file was deleted.

2 changes: 1 addition & 1 deletion web/modules/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

TOP = ..

SUBDIRS = pxt rhn dobby
SUBDIRS = pxt rhn

include $(TOP)/Makefile.defs
# whitespace change to test checkin
1 change: 0 additions & 1 deletion web/modules/dobby/Changes

This file was deleted.

23 changes: 0 additions & 23 deletions web/modules/dobby/Dobby.pm

This file was deleted.

Loading
Loading