{"id":25876259,"url":"https://github.com/aosc-dev/acbs","last_synced_at":"2025-10-05T14:32:27.903Z","repository":{"id":10091340,"uuid":"77769923","full_name":"AOSC-Dev/acbs","owner":"AOSC-Dev","description":"A Package Tree Management Utility","archived":false,"fork":false,"pushed_at":"2025-03-01T17:18:21.000Z","size":716,"stargazers_count":10,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"production","last_synced_at":"2025-03-01T18:25:52.104Z","etag":null,"topics":["autobuild"],"latest_commit_sha":null,"homepage":"https://AOSC-Dev.github.io/acbs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AOSC-Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-01T07:29:44.000Z","updated_at":"2025-03-01T17:18:03.000Z","dependencies_parsed_at":"2023-12-17T08:26:23.345Z","dependency_job_id":"26c8ff37-55c1-477a-8121-8e0a81b3e804","html_url":"https://github.com/AOSC-Dev/acbs","commit_stats":null,"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AOSC-Dev%2Facbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AOSC-Dev%2Facbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AOSC-Dev%2Facbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AOSC-Dev%2Facbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AOSC-Dev","download_url":"https://codeload.github.com/AOSC-Dev/acbs/tar.gz/refs/heads/production","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241492339,"owners_count":19971657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autobuild"],"created_at":"2025-03-02T10:28:28.263Z","updated_at":"2025-10-05T14:32:22.853Z","avatar_url":"https://github.com/AOSC-Dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ACBS\n====\n\n**ACBS is still under heavy development, but is currently deployed for packaging\nfor AOSC OS.**\n\nACBS (AutoBuild CI Build System) is a re-implementation of the original ABBS\n(AutoBuild Build Service) in Python. The re-implementation aims to improve\nthe horrible reliability and agility of its predecessor, adding with:\n\n- Multi-tree support (a \"forest\", so to speak).\n- Checksum verification support.\n- Cache cleaning and management support.\n- Logging support.\n- Proper dependency calculation (automatic build sequences, useful for\n  bootstrapped bases).\n\nExtra blings are also included:\n\n- Build timing utilities.\n- More detailed error messages.\n\nDependencies\n------------\n\nMandatory:\n  - Python 3 (\u003e= 3.6): Running the program itself.\n  - GNU File (libmagic): File type detection.\n  - Util-Linux: File checksum verification.\n  - LibArchive (bsdtar): Archive handling.\n  - GNU Wget or Aria2: Source downloading.\n  - [Autobuild4](https://github.com/AOSC-Dev/autobuild4): Package building.\n\nOptional:\n  - libmagic: Python module to detect file type.\n  - libapt-pkg: Query package information.\n  - libarchive-c: Python module to handle archives.\n  - pycrypto: Python module to verify file checksums.\n  - ptyprocess, pexpect: Build logging.\n\nDeployment\n----------\n\nACBS could be deployed in any appropriate directories, and is invoked by calling\n`acbs-build.py` (you may create a symlink for your convenience). You would need\nto create a configuration file before using ACBS.\n\nACBS uses an INI-like configuration controlling trees to be used, the\nconfiguration file should be stored in `/etc/acbs/forest.conf`.\n\nA bare-minimal example is shown below:\n\n```\n[default]\nlocation = /usr/lib/acbs/repo\n```\n\nIf you are feeling smart, variable substitutions are also acceptable:\n\n```\n[vars]\nbase = /mnt\n\n[default]\nlocation = ${vars:base}/aosc-os-abbs\n```\n\nBy default, ACBS builds packages from the tree defined in the `[default]` block.\n\nUsage\n-----\n\n```\nusage: acbs-build [-h] [-v] [-d] [-t ACBS_TREE] [-q ACBS_QUERY] [-w] [-c] [-k] [-g] [-r STATE_FILE] [packages [packages ...]]\n\nACBS - AOSC CI Build System\nVersion: 20210227\nA small alternative system to port abbs to CI environment to prevent from irregular bash failures\n\npositional arguments:\n  packages              Packages to be built\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -v, --version         Show the version and exit\n  -d, --debug           Increase verbosity to ease debugging process\n  -t ACBS_TREE, --tree ACBS_TREE\n                        Specify which abbs-tree to use\n  -q ACBS_QUERY, --query ACBS_QUERY\n                        Do a simple ACBS query\n  -w, --write           Write spec changes back (Need to be specified with -g)\n  -c, --clear           Clear build directory\n  -k, --skip-deps       Skip dependency resolution\n  -g, --get             Only download source packages without building\n  -r STATE_FILE, --resume STATE_FILE\n                        Resume a previous build attempt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faosc-dev%2Facbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faosc-dev%2Facbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faosc-dev%2Facbs/lists"}