mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Fix bad variable reference for cvs buildable projects.
This commit is contained in:
parent
847762d2ae
commit
008829db26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue