summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-21 19:46:24 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-21 19:46:24 +0100
commit6edd79fa2f258ca0fda8d10dea81a96842f60460 (patch)
treef1de2eafb812241d8383bd8a4ee0c1c44b385a99
parent94d2159f80c2c13ef75a49fcad118d0640c5fe03 (diff)
downloadunperish-6edd79fa2f258ca0fda8d10dea81a96842f60460.tar.gz
Load project.meta config file automatically, if present.
-rwxr-xr-xunperish2
1 files changed, 2 insertions, 0 deletions
diff --git a/unperish b/unperish
index 6ced5b7..522e96e 100755
--- a/unperish
+++ b/unperish
@@ -73,6 +73,8 @@ class Unperish(cliapp.Application):
self.settings.string(['upstream-name'], 'upstream name for project')
self.settings.string(['upstream-version'],
'upstream version for project')
+
+ self.settings.config_files += ['project.meta']
def process_args(self, args):
self.deduce_unset_settings()