0791f9724a
Change-Id: I4468b699fa86d0790dbb01457d2e67e276740940 Signed-off-by: Lucas Dutra Nunes <ldnunes@ossystems.com.br>
27 lines
741 B
YAML
27 lines
741 B
YAML
scm:
|
|
- repo:
|
|
manifest-url: https://example.com/project/
|
|
manifest-branch: stable
|
|
manifest-file: repo.xml
|
|
manifest-group: drivers
|
|
ignore-projects:
|
|
- static-project
|
|
- unimportant-project
|
|
destination-dir: build
|
|
repo-url: https://internal.net/projects/repo
|
|
mirror-dir: ~/git/project/
|
|
jobs: 3
|
|
current-branch: false
|
|
reset-first: true
|
|
quiet: false
|
|
force-sync: true
|
|
no-tags: true
|
|
trace: true
|
|
show-all-changes: true
|
|
local-manifest: |
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<project path="external/project" name="org/project"
|
|
remote="gerrit" revision="master" />
|
|
</manifest>
|