mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
do not overwrite packit.yaml and its variants
https://packit.dev/docs/configuration/ packit.yaml can be used in dist-git for pull-from-upstream and for creating builds, or bodhi updates
This commit is contained in:
parent
df726d0bd0
commit
d7e329f4fb
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ 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", "tests", "gating.yaml")
|
||||
PROTECTED_BUILD_SYS_FILES = ('branch', 'Makefile', 'sources', ".git", ".gitignore", ".osc", "tito-mead-url",
|
||||
"tests", "gating.yaml", ".packit.yaml", ".packit.yml", "packit.yaml", "packit.yml")
|
||||
|
||||
RSYNC_USERNAME = 'RSYNC_USERNAME' # environment variable name
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue