Commit Graph

7 Commits

Author SHA1 Message Date
SupeChicken666
d6c5ce79e6 Remove redundant use of .to_s (#8917) 2023-11-10 07:44:50 -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
Ed Reel
bbc13fd4d7 Kr 2.4.4 => 2.4.10 (#6681) 2022-01-29 11:11:44 -05:00
saltedcoffii
c00a9d11f0 Licensed ha* to kz* and other minor changes 2021-03-19 23:04:55 -04:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Daniel Baldwin
f62f298737 fixes #2339 where the cd into the extracted cargo directory is lost hen running the build 2018-05-11 02:50:18 +00:00
Daniel Baldwin
c599571b8f Add krypton package; command-line client, daemon, and SSH integration (#2334)
* Add krypton package; command-line client, daemon, and SSH integration

* Added postinstall message

* Remove unnecessary dependencies

* Added checksum for cargo-web download

* sandboxing rustc and cargo for the install

* removed CARGO_HOME from PATH

* breaking up the long line for readability, also the check for existance is not really needed anymore with cargo sandboxed

* Update the sha256 missmatch abort method
2018-05-08 14:38:51 -05:00