Author: humbedooh
Date: Tue Jan 1 11:20:21 2019
New Revision: 1850084
URL: http://svn.apache.org/viewvc?rev=1850084&view=rev
Log:
Fix path.pm to point to gitbox, WIP!
Modified:
thrift/cms-site/trunk/lib/path.pm
Modified: thrift/cms-site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1850084&r1=1850083&r2=1850084&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Jan 1 11:20:21 2019
@@ -14,7 +14,7 @@ EOT
my %thrift_args = (
conf => Load(join "", <DATA>), # make YAML __DATA__ below
available in conf argument
preprocess => 1, # enable template preprocessing of
.md files
- repo => 'thrift.git', # set snippet default git repo
+ repo => 'gitbox/thrift.git', # set snippet default git repo (on
gitbox)
template => 'default.html', # set common template argument
(mainly for .md files)
snippet_footer=> $thrift_snippet_footer,# append this string to each
generated snipppet block
quick_deps => 1, # short-circuit deps processing to
headers only