Fix bad variable reference for cvs buildable projects.

This commit is contained in:
Devan Goodwin 2010-05-15 18:49:42 -03:00
parent 847762d2ae
commit 008829db26

View file

@ -114,7 +114,7 @@ class Builder(object):
debug("cvs_root = %s" % self.cvs_root)
if self.config.has_option("cvs", "branches"):
self.cvs_branches = \
config.get("cvs", "branches").split(" ")
self.config.get("cvs", "branches").split(" ")
# TODO: if it looks like we need custom CVSROOT's for different users,
# allow setting of a property to lookup in ~/.spacewalk-build-rc to