https://bugzilla.wikimedia.org/show_bug.cgi?id=27812

--- Comment #2 from Sam Reed (reedy) <[email protected]> 2012-03-08 16:53:58 
UTC ---
I presume you're going to abstract out the VCS specifics, and allow it to use
Git and SVN?

Can probably just add wgExtDistBranches

    $wgExtDistBranches = array(
        'trunk' => array(
            'tarLabel' => 'trunk',
            'msgName' => 'extdist-current-version',
        ),

to

    $wgExtDistBranches = array(
        'trunk' => array(
            'tarLabel' => 'trunk',
            'msgName' => 'extdist-current-version',
            'vcs' => 'git',
        ),

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to