projects
/
tools
/
git-buildpackage-rpm-testdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80ce12
)
bootstrap: disable one anomalous pylint err
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Mon, 21 Jul 2014 08:50:59 +0000
(11:50 +0300)
committer
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Mon, 21 Jul 2014 08:55:32 +0000
(11:55 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
bootstrap.py
patch
|
blob
|
history
diff --git
a/bootstrap.py
b/bootstrap.py
index cf6f6cbffbfc79060747115fc8d9a420ab300bfd..e7f14a43a4cfbe5326388f0e9d631c9b2e8c3cc7 100755
(executable)
--- a/
bootstrap.py
+++ b/
bootstrap.py
@@
-31,6
+31,10
@@
import tempfile
from tests.component.rpm import RepoManifest
+# Disable "Instance of 'Document' has no 'firstChild' member"
+# pylint: disable=E1103
+
+
LOG = logging.getLogger(os.path.basename(sys.argv[0]))
TEST_PKGS = {'gbp-test-native': {'build_branches': ['master'],
'export_branches': ['master']},