Skip to content
@AOSC-Tracking

AOSC-Tracking

AOSC Code Tracking Project

Welcome!

Here you will find a collection of projects for which we maintain patches. These projects will be tracked here as repositories.

Finding and Generating Patches

We name AOSC tracking branches as follows.

For full AOSC patchsets:

aosc/${upstream-tag}

For feature-specific patchsets:

aosc/${upstream-tag}-${feature}

To generate patches, use git format-patch.

Managing Branches

If patch maintenance involves one or more feature branches, please make sure that patches were merged into the full branch (aosc/${upstream-tag}) by rebasing the full branch against feature branches. For instance:

git checkout aosc/${upstream-tag}
git rebase aosc/${upstream-tag}-${feature}

Popular repositories

  1. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C 4 1

  2. llvm-project llvm-project Public

    Forked from llvm/llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    1

  3. jdk8u jdk8u Public

    Forked from openjdk/jdk8u

    READ-ONLY mirror of https://hg.openjdk.java.net/jdk8u/monojdk8u/

    Java

  4. jdk17u jdk17u Public

    Forked from openjdk/jdk17u

    https://openjdk.java.net/projects/jdk-updates/

    Java

  5. oma-debcontrol oma-debcontrol Public

    Fork from https://gitlab.com/fkrull/debcontrol-rs

    Rust

  6. oma-apt oma-apt Public

    libapt-pkg binding for help oma handle apt (fork from https://gitlab.com/volian/rust-apt)

    Rust 1

Repositories

Showing 10 of 101 repositories

Top languages

Loading…

Most used topics

Loading…