Hey Danny!
> Ohhhh! I'm sorry, I overlooked it. No worries :) > How would that look? I wrote the entire thing basically to be able to fetch > Replicant--and I don't know what "-m" does. Good for you, I spent way too much times using repo at work :p. The "-m" switch is used to specify a manifest name. Sometime you can have "default.xml", "release.xml" and "test-feature.xml" lying around and you want "repo init" to pick one in particular. > Are some of those options mutually exclusive? Should the "manifest name" be > able to be set in the android-repo-reference by a package ? Is it instead > of something else or in addition ? I guess that most packages will use "default.xml" making the above switch useless. So there's maybe no need for this addition right now. > I don't like unused inputs. I'm not sure which of those inputs are unused, > though. A list of these inputs is in (gnu packages commencement) > %final-inputs, so it's: tar gzip bzip2 xz file diffutils patch findutils > gawk sed grep coreutils make bash ld-wrapper binutils gcc libc libc:static > locales. I see, I think most of them are unused but no big deal then. Thanks for the prompt fixes, Mathieu
