Trees | Indices | Help |
---|
|
Representation of Build<->MockChroot relation
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__table_args__ = db.Index('build_chroot_status_started_on_idx'
|
|||
mock_chroot_id = db.Column(db.Integer, db.ForeignKey("mock_chr
|
|||
mock_chroot = db.relationship("MockChroot", backref= db.backre
|
|||
build_id = db.Column(db.Integer, db.ForeignKey("build.id"), pr
|
|||
build = db.relationship("Build", backref= db.backref("build_ch
|
|||
git_hash = db.Column(db.String(40))
|
|||
status = db.Column(db.Integer, default= StatusEnum("waiting"))
|
|||
started_on = db.Column(db.Integer, index= True)
|
|||
ended_on = db.Column(db.Integer, index= True)
|
|||
result_dir = db.Column(db.Text, default= '', server_default= '
|
|||
build_requires = db.Column(db.Text)
|
|
Textual representation of name of this chroot
|
Return text representation of status of this build chroot
|
|
|
|
|
|
__table_args__
|
mock_chroot_id
|
mock_chroot
|
build_id
|
build
|
result_dir
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |