Keep and use the full scm url instead of reconstructing it.

This commit is contained in:
Ralph Bean
2016-07-20 14:42:56 -04:00
parent 544b99ba09
commit d08c7b936b
4 changed files with 14 additions and 12 deletions

View File

@@ -229,7 +229,7 @@ class ComponentBuild(Base):
__tablename__ = "component_builds"
id = Column(Integer, primary_key=True)
package = Column(String, nullable=False)
gitref = Column(String, nullable=False)
scmurl = Column(String, nullable=False)
# XXX: Consider making this a proper ENUM
format = Column(String, nullable=False)
task_id = Column(Integer) # This is the id of the build in koji