Accepting request 75681 from Base:System
- Don't process .reduced.po files from GTP (bnc#703739). OBS-URL: https://build.opensuse.org/request/show/75681 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/translation-update-upstream?expand=0&rev=22
This commit is contained in:
commit
1ffb30111f
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f95f154ee827bfdf31043e2632877f5d273caeb40c047e23b340065d22d89749
|
oid sha256:47bc0ed96dfb23b5ec2f56ceedd1d8e40098583afd94e6028dfae9e2d7b949a5
|
||||||
size 14108539
|
size 5735689
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 7 20:57:26 CEST 2011 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Don't process .reduced.po files from GTP (bnc#703739).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 24 19:03:18 CEST 2011 - sbrabec@suse.cz
|
Fri Jun 24 19:03:18 CEST 2011 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -323,6 +323,8 @@ for TLST in *.tlst ; do
|
|||||||
curl http://$REPO/${REPODIR%%/*}.${BRANCH:-master}/ | sed -n 's:^.*href="\([^"]*\.po\)".*$:\1:p' |
|
curl http://$REPO/${REPODIR%%/*}.${BRANCH:-master}/ | sed -n 's:^.*href="\([^"]*\.po\)".*$:\1:p' |
|
||||||
while read ; do
|
while read ; do
|
||||||
case $REPLY in
|
case $REPLY in
|
||||||
|
*.reduced.po )
|
||||||
|
;;
|
||||||
$GTP_NAME_BASE.${BRANCH:-master}.*)
|
$GTP_NAME_BASE.${BRANCH:-master}.*)
|
||||||
wget -N http://$REPO/${REPODIR%%/*}.${BRANCH:-master}/$REPLY
|
wget -N http://$REPO/${REPODIR%%/*}.${BRANCH:-master}/$REPLY
|
||||||
mv $REPLY ${REPLY#$GTP_NAME_BASE.${BRANCH:-master}.}
|
mv $REPLY ${REPLY#$GTP_NAME_BASE.${BRANCH:-master}.}
|
||||||
|
Loading…
Reference in New Issue
Block a user