]
Gil Shinar reassigned OVIRT-1683:
---------------------------------
Assignee: Gil Shinar (was: infra)
Add a type key to the list of available upstream sources
--------------------------------------------------------
Key: OVIRT-1683
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1683
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Gil Shinar
Assignee: Gil Shinar
Currently, code supports the following upstream_sources.yaml file:
git:
- url: <git url>
commit: <git commit>
branch: <branch name>
and we need to support:
- type: git
url: <git url>
commit: <git commit>
branch: <branch name>
- type: svn
url: <svn url>
commit: <svn revision>
branch: <branch name>