One notch away, there are development branches for the named versions
(e.g. ics-mr1). Making changes there is highly restricted, but
possible in exceptional cases.
One more notch away, there are tagged versions (e.g. 4.0.1_r1). Those
aren't meant to ever change.
At the moment, for the purpose of building, master can be built on
Ubuntu 11.10, and on MacOS 10.7 with XCode 4, whereas older branches
require older environments.
JBQ
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
JBQ
In theory, it's possible to just use naked git commands to do that.
Ignoring manifest changes and fetch errors, this probably does the
trick:
repo forall -pc 'git fetch -q
https://android.googlesource.com/$REPO_PROJECT $REPO_RREV ; git log
$REPO_LREV..FETCH_HEAD'
JBQ
Very useful. Thank you.