Skip to content

Instantly share code, notes, and snippets.

@cargabsj175
Created April 2, 2014 20:18
Show Gist options
  • Save cargabsj175/9942260 to your computer and use it in GitHub Desktop.
Save cargabsj175/9942260 to your computer and use it in GitHub Desktop.
#!/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