Files
chromebrew/tools
Satadru Pramanik, DO, MPH, MEng ebcd272a6c sanitize_gem_updates — ruby_bundler ruby_cgi ruby_erb ruby_etc ruby_gdbm ruby_io_console ruby_io_nonblock ruby_io_wait ruby_json ruby_net_imap ruby_net_smtp ruby_ostruct ruby_parser ruby_rdoc ruby_regexp_parser ruby_reline ruby_rubocop ruby_rubygems_update ruby_solargraph ruby_test_unit (#12342)
* Fix Ruby Gem Updater script.

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

* Keep gem_compile_needed gem updates from breaking installer.

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

* Update gem versions.

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

* sanitize_gem_updates: Package File Update Run on linux/386 container.

* Update ruby build gem version logic.

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

* sanitize_gem_updates: Package File Update Run on linux/amd64 container.

* sanitize_gem_updates: Package File Update Run on linux/arm/v7 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-08-05 17:40:02 +00:00
..
2023-11-16 09:36:34 -05:00
2025-08-03 16:13:50 +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