Last active
May 28, 2019 16:25
-
-
Save chris-piekarski/4559476 to your computer and use it in GitHub Desktop.
List remote project and local paths using Android repo script.
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
repo forall -c 'echo $REPO_PROJECT $REPO_PATH' | |
platform/abi/cpp abi/cpp | |
platform/bionic bionic | |
device/fsl/bootloader/uboot bootable/bootloader/uboot-imx | |
platform/bootable/recovery bootable/recovery | |
platform/build build | |
platform/cts cts | |
platform/dalvik dalvik | |
platform/development development | |
device/fsl device/fsl | |
device/fsl-proprietary device/fsl-proprietary | |
#use repo to sync one at a time (can clean up from bad git states) | |
repo forall -c repo sync . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
repo forall -c 'git tag v7'
repo forall -c 'git push ssh://cpiekarski@serveripl:29418/$REPO_PROJECT --tags'