From ae5c28dc2a63290f1831e13750547091c2ea62ce Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Tue, 2 Sep 2014 03:54:18 -0400 Subject: [PATCH] Revert "export: change VCS tag in spec to sha1 of commitish" This reverts commit 704ab3f733e7d06cd87dd1b38112b5de285e202a. --- gitbuildsys/cmd_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitbuildsys/cmd_export.py b/gitbuildsys/cmd_export.py index 6b6112e..5e4f478 100644 --- 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#%%(commitish)s" % reponame] + "--git-spec-vcs-tag=%s#%%(commit)s" % reponame] if create_tarball: argv.append("--git-force-create") -- 2.34.1