mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Merge pull request #327 from kahowell/fedora_distgit
Do not touch tests/ or gating.yaml in dist-git
This commit is contained in:
commit
9ef7874044
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ from tito.exception import TitoException
|
||||||
from tito.config_object import ConfigObject
|
from tito.config_object import ConfigObject
|
||||||
|
|
||||||
# List of files to protect when syncing:
|
# 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
|
RSYNC_USERNAME = 'RSYNC_USERNAME' # environment variable name
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue