Merge pull request #327 from kahowell/fedora_distgit

Do not touch tests/ or gating.yaml in dist-git
This commit is contained in:
Devan Goodwin 2018-11-30 07:51:15 -04:00 committed by GitHub
commit 9ef7874044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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