You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/20 03:05:06 UTC

svn commit: r1579505 - /thrift/cms-site/trunk/lib/view.pm

Author: joes
Date: Thu Mar 20 02:05:05 2014
New Revision: 1579505

URL: http://svn.apache.org/r1579505
Log:
all set

Modified:
    thrift/cms-site/trunk/lib/view.pm

Modified: thrift/cms-site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/view.pm?rev=1579505&r1=1579504&r2=1579505&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Thu Mar 20 02:05:05 2014
@@ -18,7 +18,11 @@ sub thrift_preprocessor {
                        {
                            my $template = $1;
                            my %a = map {split /=/, $_, 2} split /:/, $template;
-                           $args{$key} = ASF::Value::Snippet->new(type => "git", %a);
+                           $args{$key} = ASF::Value::Snippet->new(
+                               type => "git",
+                               repo => "thrift.git",
+                               %a,
+                           );
                            "{{ " . $key++ . ".fetch }}";
                        }ge;