mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Do not touch tests/ or gating.yaml in dist-git
- `tests/` is part of Fedora's Standard Test Interface (see https://fedoraproject.org/wiki/CI/Standard_Test_Interface ) - `gating.yaml` is part of Fedora's CI/Gating (see https://fedoraproject.org/wiki/CI/Gating )
This commit is contained in:
parent
801ceef051
commit
38ea08981b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ from tito.exception import TitoException
|
|||
from tito.config_object import ConfigObject
|
||||
|
||||
# List of files to protect when syncing:
|
||||
PROTECTED_BUILD_SYS_FILES = ('branch', 'Makefile', 'sources', ".git", ".gitignore", ".osc", "tito-mead-url")
|
||||
PROTECTED_BUILD_SYS_FILES = ('branch', 'Makefile', 'sources', ".git", ".gitignore", ".osc", "tito-mead-url", "tests", "gating.yaml")
|
||||
|
||||
RSYNC_USERNAME = 'RSYNC_USERNAME' # environment variable name
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue