diff --git a/scripts/abint/abint.py b/scripts/abint/abint.py index 1d35883..5a4a9b8 100755 --- a/scripts/abint/abint.py +++ b/scripts/abint/abint.py @@ -54,7 +54,7 @@ class Bug: def get_data(): - url_re = r"(?Phttps?://autobuilder.yoctoproject.org/typhoon/)#/?builders/(?P\d+)/builds/(?P\d+)" + url_re = r"(?Phttps?://.+yocto.+/)#/?builders/(?P\d+)/builds/(?P\d+)" logging.debug("Searching bugzilla for AB-INT bugs...") bz = bugzilla.Bugzilla("https://bugzilla.yoctoproject.org/rest")