Created
April 2, 2014 20:18
-
-
Save cargabsj175/9942260 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# cleaning old .config | |
echo "* updating gaia & gecko..." | |
./repo sync gaia | |
./repo sync gecko | |
./repo sync vegnuxmod | |
./repo sync gonk-misc | |
echo "* updating gaia & gecko languages..." | |
./repo sync gaia-l10n/de | |
./repo sync gaia-l10n/el | |
./repo sync gaia-l10n/es | |
./repo sync gaia-l10n/fr | |
./repo sync gaia-l10n/hu | |
./repo sync gaia-l10n/it | |
./repo sync gaia-l10n/pl | |
./repo sync gaia-l10n/pt-BR | |
./repo sync gaia-l10n/ru | |
./repo sync compare-locales | |
./repo sync gecko-l10n/es-ES | |
echo "* copying xulrunner & vm-bootanimation to b2g..." | |
cp ../../xulrunner-30.0a1.en-US.linux-x86_64.sdk.tar.bz2 gaia/. | |
cp ../../vm-bootanimation.zip gonk-misc/bootanimation.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment