summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-01-16 17:47:26 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-01-16 17:47:26 +0100
commit7a6ff47b983263174bfe983a186d3fe12fbfa9df (patch)
tree8e9f96129d75802f767e8333a4f368e63a422dbe
parent4628462984a75160b40741a37f92b1cd717153ef (diff)
config: set a default value for recipes_commits
-rw-r--r--cerbero/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cerbero/config.py b/cerbero/config.py
index 7a3759f..56613ac 100644
--- a/cerbero/config.py
+++ b/cerbero/config.py
@@ -270,6 +270,7 @@ class Config (object):
self.set_property('build_tools_prefix', None)
self.set_property('build_tools_sources', None)
self.set_property('build_tools_cache', None)
+ self.set_property('recipes_commits', {})
def set_property(self, name, value, force=False):
if name not in self._properties: