Trees | Indices | Help |
---|
|
Represents private part of a single copr (personal repo with builds, mock chroots, etc.).
|
|||
Inherited from |
|
|||
__table_args__ = db.Index('copr_private_webhook_secret', 'webh
|
|||
copr_id = db.Column(db.Integer, db.ForeignKey("copr.id"), null
|
|||
webhook_secret = db.Column(db.String(100))
|
|||
scm_api_auth_json = db.Column(db.Text)
|
|
__table_args__
|
copr_id
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |