mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 00:38:07 +02:00
contrib/bkr: don't install -debug packages by default
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
afc82337a7
commit
62b21d2def
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ class UploadFile_ParseWebsite(UploadFile):
|
|||
self._urls = None
|
||||
UploadFile.__init__(self, uri)
|
||||
|
||||
DefaultPattern = '^.*/NetworkManager(-adsl|-bluetooth|-config-connectivity-fedora|-debuginfo|-devel|-glib|-glib-devel|-libnm|-libnm-devel|-team|-tui|-wifi|-wwan)?-[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[^ /]*\.x86_64\.rpm$'
|
||||
DefaultPattern = '^.*/NetworkManager(-adsl|-bluetooth|-config-connectivity-fedora|-debuginfo|-glib|-libnm|-team|-tui|-wifi|-wwan)?-[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[^ /]*\.x86_64\.rpm$'
|
||||
@property
|
||||
def pattern(self):
|
||||
if self._pattern is not None:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue