ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

rename android common branches that were moved. #207

Closed nickdesaulniers closed 4 years ago

nickdesaulniers commented 4 years ago

android-4.9 branch was moved to remotes/origin/deprecated/android-4.9. The branch android-4.9-q is the final branch. Android common kernel team has recently changed their branching strategy. It's recommended to

$ git fetch --prune

To see what branches are still alive.

Signed-off-by: Nick Desaulniers ndesaulniers@google.com