Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara-scripts
Commits
c818c9e0
Commit
c818c9e0
authored
Jun 20, 2011
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pull from launchpad repo before writing template changes
parent
f43b5502
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
mahara-langpacks/update-pot.sh
mahara-langpacks/update-pot.sh
+8
-1
No files found.
mahara-langpacks/update-pot.sh
View file @
c818c9e0
...
...
@@ -89,7 +89,14 @@ for branch in ${branches} ; do
fi
# Output into a copy of the launchpad mahara-lang repo
[
!
-d
${
BZR
}
/
${
branch
}
]
&&
bzr branch lp:~mahara-lang/mahara-lang/
${
branch
}
${
BZR
}
/
${
branch
}
if
[
!
-d
${
BZR
}
/
${
branch
}
]
;
then
bzr branch lp:~mahara-lang/mahara-lang/
${
branch
}
${
BZR
}
/
${
branch
}
else
cd
${
BZR
}
/
${
branch
}
bzr pull
cd
${
GITDIR
}
fi
outputdir
=
${
BZR
}
/
${
branch
}
/mahara
[
!
-d
${
outputdir
}
]
&&
mkdir
${
outputdir
}
outputfile
=
${
outputdir
}
/mahara.pot
...
...
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