Esempio n. 1
0
 def path_regex(self):
     """Return the regex for the path to the build folder."""
     raise errors.NotImplementedError(sys._getframe(0).f_code.co_name)
Esempio n. 2
0
 def build_filename(self, binary):
     """Return the proposed filename with extension for the binary."""
     raise errors.NotImplementedError(sys._getframe(0).f_code.co_name)
Esempio n. 3
0
 def binary_regex(self):
     """Return the regex for the binary filename."""
     raise errors.NotImplementedError(sys._getframe(0).f_code.co_name)