small change in update
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>merge-requests/54/head
parent
3f7b0b8343
commit
deb0d7c9e1
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git checkout l10n_master
|
git checkout l10n_master
|
||||||
git reset --hard HEAD~200
|
git reset --hard HEAD~100
|
||||||
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