Skip to content
GitLab
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
868f9ca6
Commit
868f9ca6
authored
May 24, 2011
by
Richard Mansfield
Browse files
Add 1.4_STABLE branch to langpack scripts; update changelog
parent
0b3a4174
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
868f9ca6
mahara-scripts (1.0) unstable; urgency=low
* Add 1.4_STABLE branch
-- Richard Mansfield <richardm@catalyst.net.nz> Tue, 24 May 2011 10:43:48 +1200
mahara-scripts (0.9) unstable; urgency=low
* Stop spammage from cron
...
...
mahara-langpacks/langpacks.sh
View file @
868f9ca6
...
...
@@ -64,7 +64,7 @@ for lang in ${langs} ; do
git fetch
--quiet
for
remotebranch
in
`
git branch
-r
|
grep
-v
"HEAD"
|
grep
"origin
\/\(
master
\|
1.2_STABLE
\|
1.3_STABLE
\)
$"
`
;
do
for
remotebranch
in
`
git branch
-r
|
grep
-v
"HEAD"
|
grep
"origin
\/\(
master
\|
1.2_STABLE
\|
1.3_STABLE
\
|
1.4_STABLE
\
)
$"
`
;
do
remotecommit
=
`
git log
--pretty
=
format:
"%H %ai %an"
${
remotebranch
}
|
head
-1
`
...
...
mahara-langpacks/update-po.sh
View file @
868f9ca6
...
...
@@ -45,7 +45,7 @@ for lang in ${langs} ; do
git fetch
--quiet
done
branches
=
"1.2_STABLE 1.3_STABLE master"
branches
=
"1.2_STABLE 1.3_STABLE
1.4_STABLE
master"
for
branch
in
${
branches
}
;
do
echo
"
${
branch
}
:"
...
...
mahara-langpacks/update-pot.sh
View file @
868f9ca6
...
...
@@ -35,7 +35,7 @@ fi
cd
${
GITDIR
}
git fetch
--quiet
origin
branches
=
"1.2_STABLE 1.3_STABLE master"
branches
=
"1.2_STABLE 1.3_STABLE
1.4_STABLE
master"
for
branch
in
${
branches
}
;
do
branchexists
=
`
git branch |
grep
"
${
branch
}
$"
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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