108 Commits

Author SHA1 Message Date
Satadru Pramanik, DO, MPH, MEng
befb8fe6b7 Add crew version <name> command to get versions of packages. (#13027)
* Add crew version <name> command to get versions of packages.

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

* bump version

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

* Add to Readme.

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2025-10-03 19:13:00 +00:00
SupeChicken666
d067fa3654 crew: Add a new command for showing disk statistics (#12622)
* crew: Add `diskstat` command

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Remove workarounds

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Make rubocop happy

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Allow customizing package count

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Also check for runtime directory size

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Fix file size display

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Bump version

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Minor fixes

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

* Suggested changes

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>

---------

Signed-off-by: SupeChicken666 <supechicken666@gmail.com>
2025-08-24 22:59:28 +00:00
chromebrew-actions[bot]
2a1afc3bc7 Refactor of binary generation (#12218)
* Refactor crew upload to break out binary hash generation.

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

* Suggested changes

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

* Update rubygems on ruby install

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

* formatting

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

* Adjust rubygems...

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

* Update rubygems from ruby postinstall.

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2025-07-18 19:46:18 +00:00
SupeChicken666
6f2b89fcef Update copyright year (#11729) 2025-04-17 11:49:35 +00:00
Ed Reel
7aceade774 Add crew upstream command and missing -f|--force option on applicable commands (#11465) 2025-03-04 06:14:02 +00:00
Maximilian Downey Twiss
2fcf2cb590 Revert "Revert #10453 (#10456)" (#10460)
This reverts commit 679c419673.
2024-09-11 16:21:26 -05:00
Ed Reel
679c419673 Revert #10453 (#10456) 2024-09-11 13:33:24 -04:00
Maximilian Downey Twiss
1fc45a2322 Add Rakefile to replace crew test and simplify unit testing. (#10453) 2024-09-11 09:28:59 -04:00
Satadru Pramanik, DO, MPH, MEng
d551323e06 Have compatibility also notice when min_glibc is too high for a package. (#10318)
* Have compatibility also show when min_glibc is too high for a package.

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>
2024-08-18 01:41:27 -05:00
Maximilian Downey Twiss
659ae6eed6 Add pre-commit hooks (#9510) 2024-06-15 07:53:06 -04:00
SupeChicken666
402b7b197e install.sh: Add message on error exit and simplify installation command (#9654)
* Add error trap for install.sh

* Disable SC2164

* Add `set -e` back

* Remove source prompt

* Update README.md
2024-04-17 13:35:07 -05:00
Ed Reel
7c17beeee7 Add check command (#9501) 2024-03-20 08:46:01 -04:00
Ed Reel
60d51d58a3 Add crew test command (#9446) 2024-03-07 07:29:10 -05:00
Ed Reel
94193057f6 Add crew upload command (#9225)
Add logic to set binary_compression

Change sha256sum to Digest::SHA256.hexdigest

Rubocop suggestions
2024-01-29 09:48:55 -05:00
SupeChicken666
65a5324132 Make readme looks better by using blockquotes (#9154)
* Update README.md

* Update README.md

* Update README.md

* Align command usage table

* Happy new year :)
2024-01-06 12:14:56 -06:00
Maximilian Downey Twiss
3be47c77c0 Fix installer on all milestones and first-time installs. (#8906) 2023-12-05 10:34:27 -05:00
Maximilian Downey Twiss
6c4116a8d6 Refactor install.sh (#7297) 2023-07-11 22:05:24 -04:00
SupeChicken666
15ce1cc93b crew: Add manifest support to crew files, remove crew updatefiles command (#8415)
* crew: Add manifest support to `crew files`, remove `crew updatefiles` command

* const: Bump version

* const: Cleanup

* Update crew

* Fix bugs

* Fix bugs

* Make linter happy

* ARCH => USER_SPACE_ARCH

* Suggested changes

* Suggested changes

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
2023-07-03 11:28:26 -04:00
Ed Reel
5241235efb Update crew whatprovides to include packages not installed (#8226)
* Update crew whatprovides to include pacakges not installed

Shellcheck compliance

* Update package_db.sh

* Add manifest files

Add constants for manifest file processing

Add crew updatefiles command to update the files cache

Remove package_db.sh and filelist_all.gz

Add crew updatefiles command to README.md

Add additional constants

Set up for testing

---------

Co-authored-by: chronos <noreply@github.com>
2023-05-15 19:37:21 -04:00
supechicken
ea06c1ee59 [readme]: Revert #7795, disable some rules in linter (#7811)
* readme: Revert and various improvements

* Make github happy

* Update README.md

* Update images

* Disable `MD002`

* Make linter happy
2023-01-06 11:28:54 -06:00
Ed Reel
c5083e50b0 Linter 1.3 => 1.4 (#7796)
Update README.md

Move .mdl_style.rb

Remove debug line

Co-authored-by: chronos <no-reply@github.com>
2023-01-03 16:14:42 +08:00
Ed Reel
490d7bc3b0 Update README.md (#7795)
Co-authored-by: chronos <no-reply@github.com>
2023-01-02 23:34:13 -05:00
Ed Reel
adbc2e9863 Add 'crew prop' command and supporting help. (#7793)
* Add 'crew prop' command and supporting help.

* Update README.md

Co-authored-by: chronos <no-reply@github.com>
2023-01-02 22:26:03 -05:00
supechicken
9eb887589f Run preflight check on dependencies also, remove autoremove command (#7455)
* Run preflight check on dependencies, remove `autoremove` cmd

* Export `compatible?` method

* Update `crew`

* Add a warning for missing `compatibility` field

* Bump version

* Make rubocop happy

* Remove `is_compatible?` function

* Colored output requires `lib/color.rb`

* readme: Remove `autoremove` command

* Change from warning to error

* `return false`

* Make rubocop happy

* Update crew

* Use `File.join`
2022-10-08 10:06:24 -05:00
supechicken
0e532bef6d Update homepage URL in packages from skycocker/chromebrew to chromebrew/chromebrew (#7146)
* Change homepage URL from skycocker/chromebrew to chromebrew/chromebrew

* Use https

* Bump version
2022-06-15 12:49:40 -05:00
Cassandra Watergate
062be2d4a5 Fix up licenses (#7128)
* fix up license, clairify docopt license, clear up attribution, and add pictures to README

* use year range from README in LICENSESTRING

* fix up images
2022-06-09 17:23:00 -05:00
supechicken
12ecf03abc crew: Add sysinfo command (#6875)
* crew: Add `sysinfo` command

* Bump version

* Read from environment variable if `lsb-release` not exist

* Update README.md
2022-03-18 11:05:30 -05:00
supechicken
a8bed5a4b0 Some improvement with README.md (#6557)
* Update README.md

* Add files via upload

* Delete discord.svg

* Delete slack_dark_mode.svg

* Delete slack_light_mode.svg

* Delete slack.png

Co-authored-by: supechicken666 <68530202+supechicken666@users.noreply.github.com>
2022-01-06 21:51:40 -06:00
supechicken
02d4b1b9df crew: Add autoremove command (#6273)
* Update package.rb
* Update README.md
* Bump minor version

Co-authored-by: Cassandra Watergate <55339220+saltedcoffii@users.noreply.github.com>
2021-11-29 18:06:52 -06:00
Ed Reel
b2fa5ffc36 Update Latest/Recently Upgraded Packages sections in README.md (#6241) 2021-09-25 08:39:42 -04:00
Ed Reel
cf9a392688 Update Latest/Recently Updated Packages sections in README.md (#6125) 2021-09-01 09:38:56 -04:00
Ed Reel
d71527b784 Update Latest/Recently Upgraded Packages sections in README.md (#6113) 2021-08-30 14:39:13 -04:00
Ed Reel
69da0c1852 Update Latest/Recently Upgraded Packages in README.md (#6093) 2021-08-22 08:22:12 -04:00
Ed Reel
8ad0bc3564 Update Recently Upgraded Packages and Latest Packages in README.md (#6008) 2021-07-30 08:42:16 -04:00
Cassandra Watergate
31560883dd fix recently updated packages chart 2021-07-29 08:24:55 -07:00
Cassandra Watergate
d631e9d322 Add updated packages chart 2021-07-29 08:23:27 -07:00
Ed Reel
64e781107b Add b2 package (#5919) 2021-07-02 17:27:04 +08:00
Ed Reel
26ad2f6b92 Add shells package (#5903) 2021-06-25 17:43:56 -04:00
Ed Reel
b8c4701bf2 Add codelobster package (#5894) 2021-06-23 08:56:22 -04:00
Ed Reel
7966b383d9 Add ltrace package (#5887) 2021-06-22 10:42:06 -04:00
Ed Reel
bfc41bfa45 Add exodus package (#5883) 2021-06-21 11:20:02 -04:00
Ed Reel
673ede5f4e Add snowflake package (#5878) 2021-06-20 22:46:52 -04:00
Ed Reel
62c5469a04 Improvements to README.md (#5866) 2021-06-11 22:58:25 -04:00
satmandu
488b60b9c9 crew deps (#5733)
* crew deps

* Add deps

* bump

* Add deps to readme
2021-05-06 11:25:11 -05:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
Ed Reel
28a3068c6a Update list command in README.md (#5585)
Add -L and --license options

Reorganize options in alphabetical order with help last
2021-04-10 23:58:58 +08:00
saltedcoffii
0227d1a946 Fix incorrect grammar (#5161) 2021-02-18 20:22:47 -05:00
saltedcoffii
eb7a18813f Center chromebrew logo, title and subtitle (#4932) 2021-01-16 17:22:14 -06:00
supechicken
ee34c240be Update README.md (#4862) 2020-12-31 12:35:24 -06:00