https://kotlinlang.org logo
#compose
Title
# compose
j

jim

12/22/2020, 3:15 PM
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

shikasd

12/22/2020, 6:31 PM
What about existing CLs, should they now pushed with
HEAD:refs/for/androidx-main
as well?
j

jim

12/22/2020, 6:33 PM
Yes, you should be able to check out the new branch and then cherry-pick the change to the new branch.
s

shikasd

12/22/2020, 6:40 PM
Hm, it submitted a new change, was that expected?
j

jim

12/22/2020, 6:40 PM
Yes, that's probably expected
you can just abandon the old
androidx-master-dev
change
s

shikasd

12/22/2020, 6:48 PM
Yep, that works! One more thing,
repo sync
still switches to the
androidx-master-dev
, not sure that is expected as well :)
j

jim

12/22/2020, 6:49 PM
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

curioustechizen

12/22/2020, 7:17 PM
Does this impact gerrit filters? I've been using a very specific filter to monitor the Compose related commits on AOSP