Trees | Indices | Help |
---|
|
Representation of mock chroot
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
__table_args__ = db.UniqueConstraint('os_release', 'os_version
|
|||
id = db.Column(db.Integer, primary_key= True)
|
|||
os_release = db.Column(db.String(50), nullable= False)
|
|||
os_version = db.Column(db.String(50), nullable= False)
|
|||
arch = db.Column(db.String(50), nullable= False)
|
|||
is_active = db.Column(db.Boolean, default= True)
|
|||
distgit_branch_name = db.Column(db.String(50), db.ForeignKey("
|
|||
distgit_branch = db.relationship("DistGitBranch", backref= db.
|
|
Textual representation of name of this chroot
|
Textual representation of name of this or release
|
Textual representation of the operating system name
|
|
|
__table_args__
|
distgit_branch_name
|
distgit_branch
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |