projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c4e69
)
Get rid of deprecated option --tag in import mode
author
Ed Bartosh
<eduard.bartosh@intel.com>
Thu, 10 May 2012 11:21:20 +0000
(14:21 +0300)
committer
Ed Bartosh
<eduard.bartosh@intel.com>
Thu, 10 May 2012 11:21:20 +0000
(14:21 +0300)
Change-Id: I80ca97d165d7e734df8034b41331a28b0b292c4a
tools/gbs
patch
|
blob
|
history
diff --git
a/tools/gbs
b/tools/gbs
index 8da435bd49d66edb04767dbf3dced9c3cb3641f3..76f75809a48ad0563c399b6136eb9e1d07b88854 100755
(executable)
--- a/
tools/gbs
+++ b/
tools/gbs
@@
-185,11
+185,6
@@
class Gbs(cmdln.Cmdln):
default=None,
dest='author_email',
help='author email of git commit')
- @cmdln.option('--tag',
- action='store_true',
- default=False,
- dest='tag',
- help='Create tag while import new upstream tar ball')
@cmdln.option('--upstream_branch',
default='upstream',
dest='upstream_branch',