diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index d52b659..cb42f27 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -92,7 +92,7 @@ class DistGitDirectory(object): DeprecationWarning) else: if not self.is_fork(): - raise ValueError("Branchname: {0} is not valid".format(branchtext)) + warnings.warn('Unable to determine if this is a fork or not. Proceeding, but you should double check.') else: self.distrobranch = True self.signame = 'centos'