mini_buildd.models package¶
Submodules¶
- mini_buildd.models.base module
- Naming conventions
mbd_message()
Model
Model.MBD_HELP_EXTRA_OPTIONS
Model.extra_options
Model.MBD_HELP_PICKLED_DATA
Model.pickled_data
Model.Meta
Model.Admin
Model.mbd_class_name()
Model.mbd_get_extra_options()
Model.mbd_get_extra_option()
Model.mbd_validate_regex()
Model.mbd_get_dependencies()
Model.mbd_get_reverse_dependencies()
Model.save()
Model.mbd_diff()
Model.mbd_get_default()
StatusModel
StatusModel.STATUS_REMOVED
StatusModel.STATUS_PREPARED
StatusModel.STATUS_ACTIVE
StatusModel.STATUS_CHOICES
StatusModel.status
StatusModel.CHECK_NONE
StatusModel.CHECK_CHANGED
StatusModel.CHECK_FAILED
StatusModel.CHECK_REACTIVATE
StatusModel.CHECK_STRINGS
StatusModel.last_checked
StatusModel.LETHAL_DEPENDENCIES
StatusModel.auto_reactivate
StatusModel.Meta
StatusModel.Admin
StatusModel.Admin.save_model()
StatusModel.Admin.mbd_prepare()
StatusModel.Admin.mbd_check()
StatusModel.Admin.mbd_activate()
StatusModel.Admin.mbd_deactivate()
StatusModel.Admin.mbd_remove()
StatusModel.Admin.mbd_action()
StatusModel.Admin.mbd_actions()
StatusModel.Admin.mbd_action_prepare()
StatusModel.Admin.mbd_action_check()
StatusModel.Admin.mbd_action_activate()
StatusModel.Admin.mbd_action_deactivate()
StatusModel.Admin.mbd_action_remove()
StatusModel.Admin.mbd_action_pc()
StatusModel.Admin.mbd_action_pca()
StatusModel.Admin.mbd_pca_all()
StatusModel.Admin.colored_status()
StatusModel.Admin.actions
StatusModel.Admin.list_display
StatusModel.Admin.list_display_links
StatusModel.Admin.media
StatusModel.mbd_set_changed()
StatusModel.mbd_is_prepared()
StatusModel.mbd_is_active()
StatusModel.mbd_is_checked()
StatusModel.mbd_is_changed()
StatusModel.mbd_needs_attention()
StatusModel.mbd_get_active()
StatusModel.mbd_get_active_or_auto_reactivate()
StatusModel.mbd_get_prepared()
StatusModel.mbd_get_needs_attention()
StatusModel.mbd_attention()
StatusModel.mbd_get_check_display()
StatusModel.mbd_get_status_display()
StatusModel.get_next_by_last_checked()
StatusModel.get_previous_by_last_checked()
StatusModel.get_status_display()
- mini_buildd.models.chroot module
Chroot
Chroot.PERSONALITIES
Chroot.MBD_HELP_EXTRA_OPTIONS
Chroot.source
Chroot.architecture
Chroot.personality
Chroot.personality_override
Chroot.Admin
Chroot.mbd_key()
Chroot.mbd_path
Chroot.mbd_get_backend()
Chroot.mbd_schroot_name()
Chroot.mbd_get_tmp_dir()
Chroot.mbd_get_schroot_conf_file()
Chroot.mbd_get_keyring_file()
Chroot.mbd_get_system_schroot_conf_file()
Chroot.mbd_get_pre_sequence()
Chroot.mbd_get_sequence()
Chroot.mbd_prepare()
Chroot.mbd_remove()
Chroot.mbd_sync()
Chroot.mbd_backend_check()
Chroot.mbd_apt_line()
Chroot.mbd_check()
Chroot.mbd_get_dependencies()
Chroot.DoesNotExist
Chroot.MultipleObjectsReturned
Chroot.architecture_id
Chroot.btrfssnapshotchroot
Chroot.dirchroot
Chroot.filechroot
Chroot.get_next_by_last_checked()
Chroot.get_previous_by_last_checked()
Chroot.get_status_display()
Chroot.id
Chroot.lvmchroot
Chroot.objects
Chroot.source_id
DirChroot
DirChroot.UNION_AUFS
DirChroot.UNION_OVERLAYFS
DirChroot.UNION_UNIONFS
DirChroot.UNION_OVERLAY
DirChroot.UNION_CHOICES
DirChroot.union_type
DirChroot.Admin
DirChroot.mbd_backend_flavor()
DirChroot.mbd_get_chroot_dir()
DirChroot.mbd_get_schroot_conf()
DirChroot.mbd_get_post_sequence()
DirChroot.DoesNotExist
DirChroot.MultipleObjectsReturned
DirChroot.chroot_ptr
DirChroot.chroot_ptr_id
DirChroot.get_union_type_display()
FileChroot
FileChroot.COMPRESSION_NONE
FileChroot.COMPRESSION_GZIP
FileChroot.COMPRESSION_BZIP2
FileChroot.COMPRESSION_XZ
FileChroot.COMPRESSION_CHOICES
FileChroot.compression
FileChroot.TAR_ARGS
FileChroot.TAR_SUFFIX
FileChroot.Admin
FileChroot.mbd_backend_flavor()
FileChroot.mbd_get_tar_file()
FileChroot.mbd_get_schroot_conf()
FileChroot.mbd_get_post_sequence()
FileChroot.DoesNotExist
FileChroot.MultipleObjectsReturned
FileChroot.chroot_ptr
FileChroot.chroot_ptr_id
FileChroot.get_compression_display()
LVMChroot
LVMChroot.Admin
LVMChroot.volume_group
LVMChroot.filesystem
LVMChroot.snapshot_size
LVMChroot.mbd_backend_flavor()
LVMChroot.mbd_get_volume_group()
LVMChroot.mbd_get_lvm_device()
LVMChroot.mbd_get_schroot_conf()
LVMChroot.mbd_get_pre_sequence()
LVMChroot.mbd_get_post_sequence()
LVMChroot.mbd_backend_check()
LVMChroot.DoesNotExist
LVMChroot.MultipleObjectsReturned
LVMChroot.chroot_ptr
LVMChroot.chroot_ptr_id
LVMChroot.looplvmchroot
LoopLVMChroot
LoopLVMChroot.Admin
LoopLVMChroot.loop_size
LoopLVMChroot.mbd_backend_flavor()
LoopLVMChroot.mbd_get_volume_group()
LoopLVMChroot.mbd_get_backing_file()
LoopLVMChroot.mbd_get_loop_device()
LoopLVMChroot.mbd_get_pre_sequence()
LoopLVMChroot.DoesNotExist
LoopLVMChroot.MultipleObjectsReturned
LoopLVMChroot.lvmchroot_ptr
LoopLVMChroot.lvmchroot_ptr_id
BtrfsSnapshotChroot
BtrfsSnapshotChroot.Admin
BtrfsSnapshotChroot.mbd_backend_flavor()
BtrfsSnapshotChroot.mbd_get_chroot_dir()
BtrfsSnapshotChroot.mbd_get_snapshot_dir()
BtrfsSnapshotChroot.mbd_get_schroot_conf()
BtrfsSnapshotChroot.mbd_get_pre_sequence()
BtrfsSnapshotChroot.mbd_get_post_sequence()
BtrfsSnapshotChroot.DoesNotExist
BtrfsSnapshotChroot.MultipleObjectsReturned
BtrfsSnapshotChroot.chroot_ptr
BtrfsSnapshotChroot.chroot_ptr_id
get()
- mini_buildd.models.daemon module
Daemon
Daemon.MBD_HELP_PICKLED_DATA
Daemon.MBD_HELP_EXTRA_OPTIONS
Daemon.MBD_HELP_NEEDS_RESTART
Daemon.identity
Daemon.hostname
Daemon.email_address
Daemon.gnupg_template
Daemon.gnupg_keyserver
Daemon.ftpd_bind
Daemon.ftpd_options
Daemon.build_queue_size
Daemon.sbuild_jobs
Daemon.smtp_server
Daemon.notify
Daemon.allow_emails_to
Daemon.custom_hooks_directory
Daemon.show_last_packages
Daemon.show_last_builds
Daemon.wait_for_build_results
Daemon.keep_build_results
Daemon.LETHAL_DEPENDENCIES
Daemon.Admin
Daemon.save()
Daemon.mbd_setup_v10x2v20x()
Daemon.mbd_setup_save()
Daemon.mbd_setup_get()
Daemon.mbd_get_ftp_endpoint()
Daemon.mbd_fullname()
Daemon.mbd_gnupg()
Daemon.clean()
Daemon.mbd_prepare()
Daemon.mbd_sync()
Daemon.mbd_remove()
Daemon.mbd_get_dependencies()
Daemon.mbd_check()
Daemon.mbd_get_archive_origin()
Daemon.mbd_get_dput_conf()
Daemon.mbd_notify_event()
Daemon.DoesNotExist
Daemon.MultipleObjectsReturned
Daemon.get_next_by_last_checked()
Daemon.get_previous_by_last_checked()
Daemon.get_status_display()
Daemon.id
Daemon.objects
get()
- mini_buildd.models.distribution module
Suite
SuiteOption
SuiteOption.layout
SuiteOption.suite
SuiteOption.uploadable
SuiteOption.experimental
SuiteOption.migrates_to
SuiteOption.build_keyring_package
SuiteOption.auto_migrate_after
SuiteOption.not_automatic
SuiteOption.but_automatic_upgrades
SuiteOption.clean()
SuiteOption.rollback
SuiteOption.mbd_get_sort_no()
SuiteOption.DoesNotExist
SuiteOption.MultipleObjectsReturned
SuiteOption.id
SuiteOption.layout_id
SuiteOption.migrates_to_id
SuiteOption.objects
SuiteOption.suite_id
SuiteOption.suiteoption_set
SuiteOptionInline
Layout
Layout.MBD_HELP_EXTRA_OPTIONS
Layout.name
Layout.suites
Layout.default_version
Layout.mandatory_version_regex
Layout.experimental_default_version
Layout.experimental_mandatory_version_regex
Layout.Admin
Layout.mbd_get_reverse_dependencies()
Layout.DoesNotExist
Layout.MultipleObjectsReturned
Layout.objects
Layout.repository_set
Layout.suiteoption_set
ArchitectureOption
ArchitectureOption.architecture
ArchitectureOption.distribution
ArchitectureOption.optional
ArchitectureOption.build_architecture_all
ArchitectureOption.clean()
ArchitectureOption.DoesNotExist
ArchitectureOption.MultipleObjectsReturned
ArchitectureOption.architecture_id
ArchitectureOption.distribution_id
ArchitectureOption.id
ArchitectureOption.objects
ArchitectureOptionInline
Distribution
Distribution.MBD_HELP_EXTRA_OPTIONS
Distribution.base_source
Distribution.extra_sources
Distribution.components
Distribution.architectures
Distribution.RESOLVER_APT
Distribution.RESOLVER_APTITUDE
Distribution.RESOLVER_INTERNAL
Distribution.RESOLVER_CHOICES
Distribution.build_dep_resolver
Distribution.apt_allow_unauthenticated
Distribution.lintian_mode
Distribution.lintian_extra_options
Distribution.piuparts_mode
Distribution.piuparts_extra_options
Distribution.piuparts_root_arg
Distribution.chroot_setup_script
Distribution.sbuildrc_snippet
Distribution.Admin
Distribution.mbd_is_active()
Distribution.mbd_get_components()
Distribution.mbd_get_archall_architectures()
Distribution.mbd_get_mandatory_architectures()
Distribution.mbd_get_reverse_dependencies()
Distribution.clean()
Distribution.DoesNotExist
Distribution.MultipleObjectsReturned
Distribution.architectureoption_set
Distribution.base_source_id
Distribution.get_build_dep_resolver_display()
Distribution.get_lintian_mode_display()
Distribution.get_piuparts_mode_display()
Distribution.id
Distribution.objects
Distribution.repository_set
- mini_buildd.models.gnupg module
GnuPGPublicKey
GnuPGPublicKey.key_id
GnuPGPublicKey.key
GnuPGPublicKey.key_long_id
GnuPGPublicKey.key_created
GnuPGPublicKey.key_expires
GnuPGPublicKey.key_name
GnuPGPublicKey.key_fingerprint
GnuPGPublicKey.Meta
GnuPGPublicKey.Admin
GnuPGPublicKey.clean()
GnuPGPublicKey.mbd_filter_key()
GnuPGPublicKey.mbd_prepare()
GnuPGPublicKey.mbd_remove()
GnuPGPublicKey.mbd_sync()
GnuPGPublicKey.mbd_check()
GnuPGPublicKey.mbd_verify()
GnuPGPublicKey.get_next_by_last_checked()
GnuPGPublicKey.get_previous_by_last_checked()
GnuPGPublicKey.get_status_display()
AptKey
KeyringKey
Uploader
cb_create_user_profile()
Remote
Remote.http
Remote.wake_command
Remote.Admin
Remote.mbd_url()
Remote.mbd_api()
Remote.mbd_get_status()
Remote.mbd_prepare()
Remote.mbd_check()
Remote.DoesNotExist
Remote.MultipleObjectsReturned
Remote.get_next_by_last_checked()
Remote.get_previous_by_last_checked()
Remote.get_status_display()
Remote.objects
Builder
Builders
- mini_buildd.models.repository module
EmailAddress
Repository
Repository.identity
Repository.layout
Repository.distributions
Repository.allow_unauthenticated_uploads
Repository.extra_uploader_keyrings
Repository.notify
Repository.notify_changed_by
Repository.notify_maintainer
Repository.reprepro_morguedir
Repository.external_home_url
Repository.LETHAL_DEPENDENCIES
Repository.Admin
Repository.mbd_json()
Repository.clean()
Repository.mbd_get_diststr()
Repository.mbd_get_diststrs()
Repository.mbd_get_meta_distributions()
Repository.mbd_get_apt_pin()
Repository.mbd_get_apt_preferences()
Repository.mbd_get_apt_keys()
Repository.mbd_get_internal_suite_dependencies()
Repository.mbd_get_mandatory_version_regex()
Repository.mbd_get_default_version()
Repository.mbd_get_apt_line()
Repository.mbd_get_apt_build_sources_list()
Repository.mbd_get_apt_build_preferences()
Repository.mbd_reprepro_update_config()
Repository.mbd_dsc_pool_path()
Repository.mbd_package_migrate()
Repository.mbd_package_remove()
Repository.mbd_package_precheck()
Repository.mbd_package_install()
Repository.mbd_sorted_distributions()
Repository.mbd_icodenames()
Repository.mbd_prepare()
Repository.mbd_sync()
Repository.mbd_remove()
Repository.mbd_check()
Repository.mbd_get_dependencies()
Repository.DoesNotExist
Repository.MultipleObjectsReturned
Repository.get_next_by_last_checked()
Repository.get_previous_by_last_checked()
Repository.get_status_display()
Repository.layout_id
Repository.objects
Repository.uploader_set
get_meta_distribution_map()
map_distribution()
get()
parse_dist()
parse_diststr()
- mini_buildd.models.source module
Archive
Architecture
Component
Source
Source.MBD_HELP_EXTRA_OPTIONS
Source.origin
Source.codename
Source.apt_keys
Source.description
Source.codeversion
Source.codeversion_override
Source.archives
Source.components
Source.architectures
Source.Admin
Source.mbd_release_file_values()
Source.mbd_get_archive()
Source.mbd_get_apt_line()
Source.mbd_get_apt_pin()
Source.mbd_prepare()
Source.mbd_sync()
Source.mbd_remove()
Source.mbd_check()
Source.mbd_get_dependencies()
Source.mbd_get_reverse_dependencies()
Source.clean()
Source.DoesNotExist
Source.MultipleObjectsReturned
Source.chroot_set
Source.distribution_set
Source.get_next_by_last_checked()
Source.get_previous_by_last_checked()
Source.get_status_display()
Source.id
Source.objects
Source.prioritysource_set
PrioritySource
- mini_buildd.models.subscription module