set correct c9s branchre

This commit is contained in:
lrossett 2021-04-19 08:15:58 -03:00
parent 167cc2312f
commit 6bb6dfb49d
No known key found for this signature in database
GPG key ID: A073363F751EEE2B

View file

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