Files
chromebrew/tools
chromebrew-actions[bot] b4cf1dfdbc Add unbuilt v2ray to updater-v2ray-v5.39.0 — v2ray → v5.39.0 (#12956)
* Add unbuilt v2ray to updater-v2ray-v5.39.0

* Update workflows to use M140 containers; Update build_updated_packages.rb to force hash updates during installs.

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

* updater-v2ray-v5.39.0: Package File Update Run on linux/386 container.

* Set PRs to draft if workflows are running on them.

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

* Check if CI variable is set when starting container operations.

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

* Gate crew reinstall usage of '-f' behind CREW_BUILD_NO_PACKAGE_FILE_HASH_UPDATES.

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

* updater-v2ray-v5.39.0: Package File Update Run on linux/arm/v7 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2025-09-26 17:18:00 +00:00
..
2023-11-16 09:36:34 -05:00
2025-09-21 12:19:49 +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