For those of you who are following along from home, we've recently moved active development from `an...
j
For those of you who are following along from home, we've recently moved active development from
androidx-master-dev
to
androidx-main
. You will need to check out the new branch if you're building at home and/or just watching the repository for interest. If you are contributing, changes should please be sent to the
androidx-main
branch instead of the old branch.
🚀 1
🎉 17
s
What about existing CLs, should they now pushed with
HEAD:refs/for/androidx-main
as well?
j
Yes, you should be able to check out the new branch and then cherry-pick the change to the new branch.
s
Hm, it submitted a new change, was that expected?
j
Yes, that's probably expected
you can just abandon the old
androidx-master-dev
change
s
Yep, that works! One more thing,
repo sync
still switches to the
androidx-master-dev
, not sure that is expected as well :)
j
I just did a completely new check out:
Copy code
mkdir androidx-main && cd androidx-main
repo init -u <https://android.googlesource.com/platform/manifest> \
    -b androidx-main --partial-clone --clone-filter=blob:limit=10M
repo sync -c -j8
👍 1
c
Does this impact gerrit filters? I've been using a very specific filter to monitor the Compose related commits on AOSP