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:
583a28b
)
Revert "export: change VCS tag in spec to sha1 of commitish"
author
Gui Chen
<gui.chen@intel.com>
Tue, 2 Sep 2014 07:54:18 +0000
(
03:54
-0400)
committer
Li Jinjing
<jinjingx.li@intel.com>
Wed, 15 Oct 2014 04:23:52 +0000
(12:23 +0800)
This reverts commit
704ab3f733e7d06cd87dd1b38112b5de285e202a
.
gitbuildsys/cmd_export.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_export.py
b/gitbuildsys/cmd_export.py
index 6b6112ec65afebf495925288c5db6bf610324de1..5e4f478b0b2d543da2fd9e8d706a57260c0b30d6 100644
(file)
--- a/
gitbuildsys/cmd_export.py
+++ b/
gitbuildsys/cmd_export.py
@@
-152,7
+152,7
@@
def create_gbp_export_args(repo, commit, export_dir, tmp_dir, spec, args,
"--git-pq-branch=development/%(branch)s/%(upstreamversion)s",
"--git-upstream-branch=%s" % upstream_branch,
"--git-upstream-tag=%s" % upstream_tag,
- "--git-spec-vcs-tag=%s#%%(commit
ish
)s" % reponame]
+ "--git-spec-vcs-tag=%s#%%(commit)s" % reponame]
if create_tarball:
argv.append("--git-force-create")