aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-22 21:34:44 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-22 22:31:34 +0100
commitab4a7fe357e40c16b357deb95dfac790d0ed95be (patch)
tree92e7ead6f74c2f821f676af8e8a497705ecc39bf
parenta786672ca5ce3968babb9bb9650ac9670a516cf9 (diff)
pristinetar: fix docstring
Gbp-Dch: Ignore
-rw-r--r--gbp/pkg/pristinetar.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/gbp/pkg/pristinetar.py b/gbp/pkg/pristinetar.py
index 08c52d9e..fccef0a3 100644
--- a/gbp/pkg/pristinetar.py
+++ b/gbp/pkg/pristinetar.py
@@ -31,8 +31,7 @@ class PristineTar(Command):
def has_commit(self, archive_regexp):
"""
- Do we have a pristine-tar commit for package I{package} at version
- {version} with compression type I{comp_type}?
+ Do we have a pristine-tar commit for a package matching I{archive_regexp}.
@param archive_regexp: archive name to look for (regexp wildcards allowed)
@type archive_regexp: C{str}
@@ -41,8 +40,7 @@ class PristineTar(Command):
def get_commit(self, archive_regexp):
"""
- Get the pristine-tar commit of package I{package} in version I{version}
- and compression type I{comp_type}
+ Get the pristine-tar commit of a package matching I{archive_regexp}.
@param archive_regexp: archive name to look for (regexp wildcards allowed)
@type archive_regexp: C{str}