Files
chromebrew/tools
Satadru Pramanik, DO, MPH, MEng 172b3a1e93 Adjust updater and packages to handle more circular dependencies, and make use of => :logical for some dependencies. — glib: 2.86.3 → 2.86.3,glibc: 2.41-5 → 2.41-5,glibc_build223: 2.23-6 → 2.23-6,glibc_build227: 2.27-1 → 2.27-1,glibc_build232: 2.32-4 → 2.32-4,glibc_build233: 2.33-3 → 2.33-3,glibc_build235: 2.35-1 → 2.35-1,glibc_build237: 2.37-2 → 2.37-2,glibc_fallthrough: 2.39 → 2.39,shared_mime_info: 2.4-icu77.1-1 → 2.4-icu77.1-1 (#14322)
* Adjust updater and packages to handle more circular dependencies, and make use of => :logical for some dependencies.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust more glibc filecmd deps to avoid circular dependency.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Move message.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Suggested changes.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2026-01-26 22:11:29 +00:00
..
2023-11-16 09:36:34 -05:00
2026-01-25 14:48:11 +00:00

Tools

This directory contains a number of tools used to assist in the development of Chromebrew.

Check for packages needing updates

These are a collection of scripts and files used to detect if packages need an update. Coverage is spotty, and the majority of packages are unsuppported.

  • check.rb
  • check_updates.sh
  • compare_packages.sh
  • core_packages.txt
  • packages.yaml

Add missing dependencies to packages

This script adds missing dependencies to packages by checking their library dependencies and what crew package provides them.

  • getrealdeps.sh

Upload package binaries to GitLab

This script uploads built packages to GitLab, where we currently host precompiled binaries.

  • gl.sh

Valid licenses for packages

This file contains guidance on formatting conventions for what to put in the license field of packages. There is also a rough list of what licenses are used, although this is incomplete and a little outdated.

  • licenses.txt