Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scripts
mahara-scripts
Commits
f43b5502
Commit
f43b5502
authored
Jun 20, 2011
by
Richard Mansfield
Browse files
Fix failure to check all lp branches
parent
269b3052
Changes
1
Hide whitespace changes
Inline
Side-by-side
mahara-langpacks/langpacks.pl
View file @
f43b5502
...
...
@@ -128,6 +128,7 @@ foreach my $lang (@langkeys) {
if
(
$remote
=~
m/^lp:mahara-lang/
)
{
$repotype
=
'
launchpad
';
@branches
=
qw(1.2_STABLE 1.3_STABLE 1.4_STABLE master)
;
}
elsif
(
$remote
=~
m{^git://gitorious\.org}
)
{
$repotype
=
'
gitorious
';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment