projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8734ed3
)
import-ref: Fix help
author
Guido Günther
<agx@sigxcpu.org>
Fri, 18 Dec 2020 16:06:07 +0000
(17:06 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Fri, 18 Dec 2020 16:06:22 +0000
(17:06 +0100)
We want an upstream version, not path
gbp/scripts/import_ref.py
patch
|
blob
|
history
diff --git
a/gbp/scripts/import_ref.py
b/gbp/scripts/import_ref.py
index fcc10bff7ac8cb5bc43e27217228d34b952c3178..74f3a2ee1144ab9f19211b34ce50e36fb340ddb4 100644
(file)
--- a/
gbp/scripts/import_ref.py
+++ b/
gbp/scripts/import_ref.py
@@
-59,7
+59,7
@@
def get_commit_and_version_to_merge(repo, options):
def build_parser(name):
try:
parser = GbpOptionParserDebian(command=os.path.basename(name), prefix='',
- usage='%prog [options]
/path/to/upstream-version.tar.gz | --uscan
')
+ usage='%prog [options]
-u<upstream-version>
')
except GbpError as err:
gbp.log.err(err)
return None