From 1b9e068088d298a5033f2dfbed79849b5a4f6080 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 4 Mar 2010 13:54:19 -0500 Subject: [fedpkg-vcs] Add missing version variable --- fedpkg-vcs | 1 + 1 file changed, 1 insertion(+) 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) -- cgit