summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/config.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-29 08:59:53 +1000
committerChris Johns <chrisj@rtems.org>2013-04-29 08:59:53 +1000
commit8837860347fd87db5a5b17224439d403e28a3a35 (patch)
tree9f356cc84654867f4eb068ce2e8d546cf4ba579a /source-builder/sb/config.py
parentDo not run any download type functions if performing a dry-run. (diff)
downloadrtems-source-builder-8837860347fd87db5a5b17224439d403e28a3a35.tar.bz2
Add a function to return the config file name.
Diffstat (limited to 'source-builder/sb/config.py')
-rw-r--r--source-builder/sb/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py
index d807194..75fa39f 100644
--- a/source-builder/sb/config.py
+++ b/source-builder/sb/config.py
@@ -977,6 +977,9 @@ class file:
def includes(self):
return self._includes
+ def file_name(self):
+ return self.init_name
+
def run():
import sys
try: