diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-05-07 00:01:27 -0700 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-05-07 00:01:27 -0700 |
commit | 62abed37202a4651d210c56cd2cdf88d5ac6aad7 (patch) | |
tree | 3502bb56566816a5250926ff08298f15fde7bd5f /libpiny/lib/Piny/Config.pm | |
parent | c70ee7e1e1112fe9cc734b14b2783d27f04027d6 (diff) | |
download | piny-code-62abed37202a4651d210c56cd2cdf88d5ac6aad7.tar.gz piny-code-62abed37202a4651d210c56cd2cdf88d5ac6aad7.zip |
Support creating repos from a source template.
Diffstat (limited to 'libpiny/lib/Piny/Config.pm')
-rw-r--r-- | libpiny/lib/Piny/Config.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm index aa4a284..8a611e5 100644 --- a/libpiny/lib/Piny/Config.pm +++ b/libpiny/lib/Piny/Config.pm @@ -216,6 +216,7 @@ sub tweakable { # Global tweakables, which only make sense in the global config file. tweakable "piny_adminemail" => "jrayhawk\@omgwallhack.org", 'Str'; +tweakable "piny_template" => undef, 'Maybe[PathDir]'; # Repo-specific tweakables, in the repos' .git/config files. tweakable "piny_ikiwikidestdir" => "/srv/www/piny.be/", 'PathDir'; |