From 62abed37202a4651d210c56cd2cdf88d5ac6aad7 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 7 May 2011 00:01:27 -0700 Subject: Support creating repos from a source template. --- libpiny/lib/Piny/Config.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'libpiny/lib/Piny/Config.pm') 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'; -- cgit v1.2.3