Add source release support

See #12348

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-12-19 14:21:53 +01:00
parent 7ad21270c4
commit 53274555b6

View File

@ -14,6 +14,7 @@ if [ $# -lt 1 ] ; then
echo "Usage: lang-cleanup.sh type"
echo "Type can be one of:"
echo " all-languages - nothing will be done"
echo " source - nothing will be done"
echo " english - no translations will be kept"
echo " langcode - keeps language"
echo
@ -25,7 +26,7 @@ fi
match=""
for type in "$@" ; do
case $type in
all-languages)
all-languages|source)
exit 0
;;
english)