Commit Graph

15 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
d7e8f67f2d Run rubocop on tree to pick up new Chromebrew/OrderedCompatibility cop (#11282) 2025-02-10 22:21:57 +00:00
Maximilian Downey Twiss
eb14c41653 Remove compatibility from packages with incompatible dependencies (#9458)
* Remove i686 compatibility from packages with dependencies incompatible with i686

* Remove armv7l compatibility from packages with dependencies incompatible with arvm7l

* Abort builds/installs if the package has incompatible dependencies
2024-03-11 13:09:12 -04:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Ed Reel
42e30545ca Arduino_ide 1.8.10 => 1.8.19 (#7690) 2022-11-27 23:38:17 -05:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
supechicken
725fc6c769 lib/package.rb: Exclude buildessential dependency on some packages which have prebuilt binary as source (#6923)
* lib/package.rb: Add `no_compile_needed` flag

* Bump version

* Check `no_compile_needed` also in `def strip_dir`

* Change all `CREW_NOT_STRIP` to `no_compile_needed`
2022-03-30 14:28:08 -04:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04: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
saltedcoffii
1558e470e4 Licensed files aa* to az* 2021-03-18 16:52:48 -04:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
bf1eb6d8a3 Update packages a-r (#3648)
- Add self.patch section to chibi_scheme

- Change home from http to https for gemacs

- Update arduino_ide from 1.8.9 to 1.8.10

- Update mcelog from 162 to 165

- Update rsu_client from 4.3.7 to 4.3.8

- Add pre-built binaries
2019-11-05 10:22:25 -05:00
Casey Strouse
b0ef369efa Update from 1.8.8 to 1.8.9 (#3454) 2019-09-11 15:51:49 -05:00
James Larrowe
de087bf387 Update Arduino IDE (#2996)
Use #{CREW_DEST_PREFIX}/bin instead of #{CREW_PREFIX}/bin and take into acount @uberhacker's suggestions

Remove 2 assignment operations

Move variable definitions to the top of the file
2018-12-26 15:41:28 -06:00
James Larrowe
4ea0f45d4f Add arduino_ide package (#2888)
Update to use ENV["CREW_NOT_STRIP"]
2018-11-27 13:19:52 -06:00