today I was bored, and needed a better way of doing batch operations to git repos, and the repo binary would not do
so I have started writing it into bash form
Current status:
Advantages:
well at the moment, none, however new features will be added to it over time
I'll upload the script to github when I get access to my account again (github server went down)
so for now, here his a link to a pastebin version of it
how to use:
issues being reported would be helpful, as well as tips on how to improve it
understand that this is only for testing at the moment. I don't expect people to entirely replace the traditional repo with this
so I have started writing it into bash form
Current status:
- It reads of the default android manifest
- it can download the whole android source, then keep it up to date
- the coding is dead easy to follow
Advantages:
well at the moment, none, however new features will be added to it over time
I'll upload the script to github when I get access to my account again (github server went down)
so for now, here his a link to a pastebin version of it
how to use:
- download an android manifest
- download the script
- run the script withCode:
./repo default.xml
- and let it sync
issues being reported would be helpful, as well as tips on how to improve it
understand that this is only for testing at the moment. I don't expect people to entirely replace the traditional repo with this