#28 set correct branch re
Merged 2 years ago by carlwgeorge. Opened 2 years ago by lrossett.
centos/ lrossett/centpkg issue_21-clone-b  into  develop

file modified
+1
@@ -101,6 +101,7 @@ 

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

fixes #21

Sets branchre to 'c\d{1}s|master$' to match c*s braches - let me know if we need to cover more patterns

Verification: running centpkg clone -B binutils should result in creating a binutils/c9s folder.

rebased onto 6bb6dfb

2 years ago

I verified this works, LGTM.

Pull-Request has been merged by carlwgeorge

2 years ago
Metadata