v2ray-rules-dat: update to 202411202212
[aosc-os-abbs.git] / README.md
blob85f4c7cec9b2930523ff12cbe425bb51dfa6a337
1 AOSC OS ABBS Tree
2 =================
4 The AOSC OS ABBS Tree contains build configurations and scripts
5 for all packages made available in the official AOSC OS
6 [repository](https://repo.aosc.io), organised in a tree-like fashion. The "Tree"
7 is split into three main classes and various sub-categories:
9 - `core-*` contains components of the [AOSC OS Core](README.CORE.md).
10 - `app-*` contains applications.
11 - `desktop-*` contains desktop environments and their supporting libraries.
12 - `lang-*` contains programming language support stacks.
13 - `meta-*` contains meta packages (`*-base`).
14 - `runtime-*` contains runtime libraries and data.
16 Branches
17 --------
19 The ABBS Tree is maintained in a multi-branch fashion, for more information,
20 please refer to the [AOSC OS Maintenance Guidelines](https://wiki.aosc.io/developer/packaging/topic-based-maintenance-guideline).
22 Groups
23 ------
25 When using [ACBS](https://github.com/AOSC-Dev/acbs) (Autobuild CI Build System),
26 it is possible to build a series of packages with a single command. This is
27 achieved by the "groups" defined in the `groups/` directory, with files defining
28 a list of packages to build.
30 Notes for developers on Windows
31 -------------------------------
33 Currently, this repository cannot be checked out on Windows, since there are
34 backslashes (`\`) in file names, specifically required by [systemd.mount](https://www.freedesktop.org/software/systemd/man/latest/systemd.mount.html#Description)
35 for [string escaping](https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#String%20Escaping%20for%20Inclusion%20in%20Unit%20Names),
36 which is [not a valid Windows file name](https://learn.microsoft.com/windows/win32/fileio/naming-a-file#naming-conventions).
37 Notebly, repository checkout will also fail in MinGW or Cygwin environments
38 for the same reason. We recommend using Windows Subsystem for Linux (WSL) to
39 work on this repository. In case you missed it, AOSC OS on WSL is available
40 [on Microsoft Store](https://www.microsoft.com/store/apps/9NMDF21NV65Z)!
42 Further Readings
43 ----------------
45 - [Intro to Package Maintenance](https://wiki.aosc.io/developer/packaging/basics)
46 - [AOSC OS Package Styling Manual](https://wiki.aosc.io/developer/packaging/package-styling-manual)
48 Useful Links
49 ------------
51 - [AOSC OS Packages](https://packages.aosc.io/)
52 - [AOSC OS Packages, QA Information](https://packages.aosc.io/qa/)
53     - [List of Package Issue Codes](https://wiki.aosc.io/developer/packaging/qa-issue-codes)
54 - [AOSC Buildbot Information](https://wiki.aosc.io/developer/infrastructure/buildbots)
56 Need Help?
57 ----------
59 Please report any build-time and run-time issues using our
60 [issues](https://github.com/AOSC-Dev/aosc-os-abbs/issues) page.