small change in update
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>merge-requests/54/head
parent
deb0d7c9e1
commit
b7af29d0b1
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git checkout l10n_master
|
git checkout l10n_master
|
||||||
git reset --hard HEAD~100
|
git reset --hard HEAD~50
|
||||||
git pull origin l10n_master
|
git pull origin l10n_master
|
||||||
rm -rf /tmp/translationfiles ; cp -r ../translationfiles /tmp
|
rm -rf /tmp/translationfiles ; cp -r ../translationfiles /tmp
|
||||||
rm -rf /tmp/descriptions ; mkdir /tmp/descriptions ; cp -r ./descriptions/[a-z][a-z]_[A-Z][A-Z] /tmp/descriptions/
|
rm -rf /tmp/descriptions ; mkdir /tmp/descriptions ; cp -r ./descriptions/[a-z][a-z]_[A-Z][A-Z] /tmp/descriptions/
|
||||||
|
|
Loading…
Reference in New Issue