Created
September 11, 2011 01:41
-
-
Save optedoblivion/1209055 to your computer and use it in GitHub Desktop.
fucked-repo-sync
This file contains hidden or 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 | |
source build/envsetup.sh | |
reposync `cat .repo/manifest.xml |grep github| awk '{ print $2 }'| grep -v "name=" | cut -d '"' -f 2| xargs` | |
reposync `cat .repo/local_manifest.xml |grep project|awk '{ print $2 }'|cut -d '"' -f 2|xargs` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment