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
55a5a7df
Commit
55a5a7df
authored
Mar 25, 2011
by
Richard Hector
Browse files
Merge branch 'master' of gitorious.org:mahara/mahara-scripts
parents
1ffd9584
121f4619
Changes
1
Hide whitespace changes
Inline
Side-by-side
mahara-langpacks/langpacks.sh
View file @
55a5a7df
...
...
@@ -43,7 +43,7 @@ echo "Checking langpacks for updates: `date \"+%Y-%m-%d %H:%M:%S\"`"
[
!
-d
${
CLEAN
}
]
&&
mkdir
${
CLEAN
}
[
!
-d
${
TARBALLS
}
]
&&
mkdir
${
TARBALLS
}
langs
=
"ca cs de en_us es eu fi fr he it ja ko nl no_nb sl zh_tw"
langs
=
"ca cs
da
de en_us es eu fi fr he it ja ko nl no_nb
ru_ru
sl zh_tw"
for
lang
in
${
langs
}
;
do
...
...
@@ -93,7 +93,7 @@ for lang in ${langs} ; do
git checkout
--quiet
-b
${
localbranch
}
${
remotebranch
}
else
git checkout
--quiet
${
localbranch
}
git
pull
--quiet
git
reset
--hard
-q
${
remotebranch
}
fi
dirtybranchdir
=
${
dirtylangdir
}
/
${
localbranch
}
...
...
Write
Preview
Supports
Markdown
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