tkopecek / koji

Forked from koji 7 years ago
Clone

463e469 PR#3588: Move hub code to site-packages

Merged and Committed by tkopecek a year ago
157 files changed. 810 lines added. 766 lines removed.
Makefile
file modified
+8 -1
devtools/fakehub
file modified
+1 -1
hub/__init__.py
file removed
-0
koji.spec
file modified
+3 -4
kojihub/Makefilehub/Makefile
file renamed
+15 -11
kojihub/__init__.py
file added
+48
kojihub/app/httpd.confhub/httpd.conf
file renamed
+1 -1
kojihub/app/hub.confhub/hub.conf
file renamed
+0 -0
kojihub/app/kojiapp.py
file added
+1
kojihub/kojihub.pyhub/kojihub.py
file renamed
+1 -0
kojihub/kojixmlrpc.pyhub/kojixmlrpc.py
file renamed
+1 -9
plugins/hub/runroot_hub.py
file modified
+1 -4
plugins/hub/save_failed_tree.py
file modified
+1 -4
plugins/hub/sidetag_hub.py
file modified
+1 -3
tests/test_hub/test_add_archivetype.py
file modified
+8 -7
tests/test_hub/test_add_btype.py
file modified
+4 -4
tests/test_hub/test_add_channel.py
file modified
+5 -5
tests/test_hub/test_add_external_repo_to_tag.py
file modified
+3 -3
tests/test_hub/test_add_external_rpm.py
file modified
+5 -5
tests/test_hub/test_add_group_member.py
file modified
+1 -1
tests/test_hub/test_add_host.py
file modified
+11 -11
tests/test_hub/test_add_host_to_channel.py
file modified
+7 -7
tests/test_hub/test_add_rpm_sig.py
file modified
+6 -6
tests/test_hub/test_add_user_krb_principal.py
file modified
+3 -3
tests/test_hub/test_add_volume.py
file modified
+2 -2
tests/test_hub/test_apply_query_opts.py
file modified
+10 -10
tests/test_hub/test_build.py
file modified
+3 -3
tests/test_hub/test_build_image.py
file modified
+2 -2
tests/test_hub/test_build_image_indirection.py
file modified
+1 -1
tests/test_hub/test_build_image_oz.py
file modified
+1 -1
tests/test_hub/test_cg_importer.py
file modified
+16 -15
tests/test_hub/test_chain_build.py
file modified
+3 -3
tests/test_hub/test_chain_maven.py
file modified
+3 -3
tests/test_hub/test_check_volume_policy.py
file modified
+3 -3
tests/test_hub/test_complete_image_build.py
file modified
+15 -15
tests/test_hub/test_complete_maven_build.py
file modified
+13 -13
tests/test_hub/test_create_build_target.py
file modified
+4 -4
tests/test_hub/test_create_external_repo.py
file modified
+3 -3
tests/test_hub/test_create_image_build.py
file modified
+2 -2
tests/test_hub/test_create_maven_build.py
file modified
+3 -3
tests/test_hub/test_create_notification.py
file modified
+7 -7
tests/test_hub/test_create_notification_block.py
file modified
+7 -7
tests/test_hub/test_create_tag.py
file modified
+8 -8
tests/test_hub/test_create_user.py
file modified
+4 -4
tests/test_hub/test_create_win_build.py
file modified
+3 -3
tests/test_hub/test_delete_build.py
file modified
+14 -14
tests/test_hub/test_delete_build_target.py
file modified
+1 -1
tests/test_hub/test_delete_notification.py
file modified
+2 -2
tests/test_hub/test_delete_notification_block.py
file modified
+3 -3
tests/test_hub/test_delete_rpm_sig.py
file modified
+5 -5
tests/test_hub/test_delete_tag.py
file modified
+3 -3
tests/test_hub/test_disable_channel.py
file modified
+2 -2
tests/test_hub/test_disable_user.py
file modified
+1 -1
tests/test_hub/test_dist_repo.py
file modified
+11 -11
tests/test_hub/test_edit_build_target.py
file modified
+4 -4
tests/test_hub/test_edit_channel.py
file modified
+7 -7
tests/test_hub/test_edit_external_repo.py
file modified
+3 -3
tests/test_hub/test_edit_host.py
file modified
+17 -19
tests/test_hub/test_edit_permission.py
file modified
+3 -3
tests/test_hub/test_edit_tag.py
file modified
+7 -7
tests/test_hub/test_edit_tag_external_repo.py
file modified
+6 -6
tests/test_hub/test_edit_user.py
file modified
+5 -5
tests/test_hub/test_enable_channel.py
file modified
+2 -2
tests/test_hub/test_enable_user.py
file modified
+1 -1
tests/test_hub/test_ensure_volume_symlink.py
file modified
+3 -3
tests/test_hub/test_find_build_id.py
file modified
+1 -1
tests/test_hub/test_getRPM.py
file modified
+6 -6
tests/test_hub/test_getRPMDeps.py
file modified
+6 -6
tests/test_hub/test_getRPMFile.py
file modified
+6 -6
tests/test_hub/test_get_active_repos.py
file modified
+1 -1
tests/test_hub/test_get_archive.py
file modified
+4 -4
tests/test_hub/test_get_archive_file.py
file modified
+3 -3
tests/test_hub/test_get_build.py
file modified
+1 -1
tests/test_hub/test_get_build_config.py
file modified
+6 -6
tests/test_hub/test_get_build_logs.py
file modified
+36 -36
tests/test_hub/test_get_build_notification.py
file modified
+1 -1
tests/test_hub/test_get_build_notification_block.py
file modified
+1 -1
tests/test_hub/test_get_build_notification_blocks.py
file modified
+2 -2
tests/test_hub/test_get_build_notifications.py
file modified
+2 -2
tests/test_hub/test_get_build_target.py
file modified
+1 -1
tests/test_hub/test_get_build_targets.py
file modified
+4 -4
tests/test_hub/test_get_build_type.py
file modified
+5 -5
tests/test_hub/test_get_buildroot.py
file modified
+1 -1
tests/test_hub/test_get_changelog_entries.py
file modified
+2 -2
tests/test_hub/test_get_channel.py
file modified
+2 -2
tests/test_hub/test_get_external_repo.py
file modified
+1 -1
tests/test_hub/test_get_group_members.py
file modified
+3 -1
tests/test_hub/test_get_host.py
file modified
+2 -2
tests/test_hub/test_get_last_host_update.py
file modified
+1 -1
tests/test_hub/test_get_next_build.py
file modified
+3 -3
tests/test_hub/test_get_next_release.py
file modified
+3 -3
tests/test_hub/test_get_notification_recipients.py
file modified
+6 -6
tests/test_hub/test_get_session_info.py
file modified
+3 -3
tests/test_hub/test_get_tag_external_repos.py
file modified
+4 -4
tests/test_hub/test_get_task_children.py
file modified
+3 -2
tests/test_hub/test_get_upload_path.py
file modified
+3 -3
tests/test_hub/test_get_user.py
file modified
+3 -3
tests/test_hub/test_get_user_perms.py
file modified
+1 -1
tests/test_hub/test_get_volume.py
file modified
+1 -1
tests/test_hub/test_grant_permissions.py
file modified
+6 -6
tests/test_hub/test_group_operations.py
file modified
+10 -10
tests/test_hub/test_import_archive.py
file modified
+1 -1
tests/test_hub/test_import_build.py
file modified
+10 -10
tests/test_hub/test_import_image_internal.py
file modified
+6 -5
tests/test_hub/test_import_rpm.py
file modified
+6 -6
tests/test_hub/test_list_archive_files.py
file modified
+8 -8
tests/test_hub/test_list_archives.py
file modified
+7 -7
tests/test_hub/test_list_btypes.py
file modified
+1 -1
tests/test_hub/test_list_builds.py
file modified
+4 -4
tests/test_hub/test_list_channels.py
file modified
+3 -3
tests/test_hub/test_list_hosts.py
file modified
+9 -9
tests/test_hub/test_list_packages_simple.py
file modified
+1 -1
tests/test_hub/test_list_rpms.py
file modified
+4 -4
tests/test_hub/test_list_tagged.py
file modified
+4 -4
tests/test_hub/test_list_tagged_archives.py
file modified
+4 -4
tests/test_hub/test_list_tagged_rpms.py
file modified
+4 -4
tests/test_hub/test_list_tags.py
file modified
+5 -5
tests/test_hub/test_list_task_output.py
file modified
+2 -2
tests/test_hub/test_list_tasks.py
file modified
+7 -7
tests/test_hub/test_list_user_krb_principals.py
file modified
+2 -2
tests/test_hub/test_lookup_name.py
file modified
+4 -4
tests/test_hub/test_massTag.py
file modified
+8 -8
tests/test_hub/test_maven_build.py
file modified
+3 -3
tests/test_hub/test_models/test_host.py
file modified
+14 -14
tests/test_hub/test_multicall.py
file modified
+2 -2
tests/test_hub/test_new_build.py
file modified
+11 -11
tests/test_hub/test_new_maven_build.py
file modified
+2 -2
tests/test_hub/test_new_typed_build.py
file modified
+3 -3
tests/test_hub/test_new_win_build.py
file modified
+1 -1
tests/test_hub/test_perm_operations.py
file modified
+2 -2
tests/test_hub/test_pkglist.py
file modified
+13 -13
tests/test_hub/test_policy_tests.py
file modified
+33 -33
tests/test_hub/test_query_rpm_sigs.py
file modified
+2 -2
tests/test_hub/test_read_tagged_archives.py
file modified
+3 -3
tests/test_hub/test_read_tagged_builds.py
file modified
+4 -4
tests/test_hub/test_read_tagged_rpms.py
file modified
+3 -4
tests/test_hub/test_recycle_build.py
file modified
+3 -3
tests/test_hub/test_remove_host_from_channel.py
file modified
+5 -5
tests/test_hub/test_repos.py
file modified
+5 -5
tests/test_hub/test_restart_hosts.py
file modified
+2 -2
tests/test_hub/test_rpmdiff.py
file modified
+5 -5
tests/test_hub/test_set_build_owner.py
file modified
+4 -4
tests/test_hub/test_set_host_enabled.py
file modified
+12 -14
tests/test_hub/test_show_opts.py
file modified
+1 -1
tests/test_hub/test_snapshotTag.py
file modified
+13 -13
tests/test_hub/test_snapshotTagModify.py
file modified
+20 -20
tests/test_hub/test_tag_operations.py
file modified
+12 -12
tests/test_hub/test_task_wait_results.py
file modified
+9 -10
tests/test_hub/test_update_notification.py
file modified
+7 -7
tests/test_hub/test_user_groups.py
file modified
+7 -7
tests/test_hub/test_verify_names.py
file modified
+2 -2
tests/test_hub/test_win_build.py
file modified
+5 -5
tests/test_hub/test_wrapper_rpm.py
file modified
+4 -4
tests/test_hub/test_write_maven_repo_metadata.py
file modified
+2 -2
tests/test_hub/test_write_signed_rpm.py
file modified
+1 -1
tests/test_hub/utils.py
file modified
+1 -1
tox.ini
file modified
+2 -2
    PR#3588: Move hub code to site-packages
    
    Merges #3588
    https://pagure.io/koji/pull-request/3588
    
    Fixes: #3587
    https://pagure.io/koji/issue/3587
    Move hub code to site-packages
    
        
file modified
+8 -1
file modified
+1 -1
file removed
-0
file modified
+3 -4
kojihub/Makefile hub/Makefile
file renamed
+15 -11
file added
+48
kojihub/app/httpd.conf hub/httpd.conf
file renamed
+1 -1
kojihub/app/hub.conf hub/hub.conf
file renamed
file was renamed with no change to the file
kojihub/kojihub.py hub/kojihub.py
file renamed
kojihub/kojixmlrpc.py hub/kojixmlrpc.py
file renamed
+1 -9
file modified
+1 -4
file modified
+1 -3
file modified
+11 -11
file modified
+3 -3
file modified
+13 -13
file modified
+5 -5
file modified
+1 -1
file modified
+2 -2