mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
set correct c9s branchre
This commit is contained in:
parent
167cc2312f
commit
6bb6dfb49d
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class Commands(Commands):
|
|||
# For MD5 we want to use the old format of source files, the BSD format
|
||||
# should only be used when configured for SHA512
|
||||
self.source_entry_type = 'bsd' if self.lookasidehash != 'md5' else 'old'
|
||||
self.branchre = 'c\d{1,}(s)?(tream)?|master'
|
||||
|
||||
@property
|
||||
def distgitdir(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue