summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-03-04 13:54:19 -0500
committerColin Walters <walters@verbum.org>2010-03-04 13:54:19 -0500
commit1b9e068088d298a5033f2dfbed79849b5a4f6080 (patch)
treea255dff3707ff74946e22830884d8a08766a6df9
parent7ae7d1f079049c5bcc7f770b272c775b0bb03639 (diff)
downloadfedpkg-make-pull-1b9e068088d298a5033f2dfbed79849b5a4f6080.tar.gz
fedpkg-make-pull-1b9e068088d298a5033f2dfbed79849b5a4f6080.tar.xz
fedpkg-make-pull-1b9e068088d298a5033f2dfbed79849b5a4f6080.zip
[fedpkg-vcs] Add missing version variable
-rwxr-xr-xfedpkg-vcs1
1 files changed, 1 insertions, 0 deletions
diff --git a/fedpkg-vcs b/fedpkg-vcs
index f008916..05ab3cb 100755
--- a/fedpkg-vcs
+++ b/fedpkg-vcs
@@ -339,6 +339,7 @@ def command_pull_update(spec, vcs, vcsdir, args=[], opts={}):
command_pull(spec, vcs, vcsdir, args=args, opts=opts)
name = spec.get_name()
+ version = spec.get_version()
newid = vcs.get_id(vcsdir)
snapshot_dirname = '%s-%s%s%s' % (name, version, vcs.get_scheme(), newid)