[releng] convert-to-tarballs: remove restricting the limits to major.minor
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] convert-to-tarballs: remove restricting the limits to major.minor
- Date: Thu, 2 Apr 2020 14:59:47 +0000 (UTC)
commit 441092c78f35708f1bd2e4407b1d4127797c7297
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Wed Apr 1 07:07:51 2020 +0100
convert-to-tarballs: remove restricting the limits to major.minor
some tarballs (e.g. libinput) use x.x.9xx to signal development releases
tools/smoketesting/convert-to-tarballs.py | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index 951c3cc..036c3aa 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -176,10 +176,6 @@ class Options:
# Determine whether we have a version limit for this package
if node.attributes.get('limit'):
max_version = node.attributes.get('limit').nodeValue
- if re.match(r'[0-9]+\.[0-9]+\.[0-9]+', max_version):
- sys.stderr.write('Bad limit for ' + name + ': ' + \
- max_version + '. x.y.z versions not allowed; drop z\n')
- sys.exit(1)
self.version_limit[name] = max_version
if node.attributes.get('module'):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]