Commit Graph

31 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
e32c7986f3 Fix Repology workflow pt.2 (#8827) 2023-10-23 22:08:52 -04:00
Maximilian Downey Twiss
e5467f4565 Fix Repology workflow (#8820) 2023-10-23 06:04:36 -04:00
Maximilian Downey Twiss
3650b64ee7 Fix sudo in Repology workflow and set it to run daily (#8819) 2023-10-22 19:36:01 -04:00
Maximilian Downey Twiss
84792a5a5e Rework CREW_TESTING_* variables and crew update process (#8809)
* Rework CREW_TESTING_* variables and crew update process

* Remove unused CREW_GITHUB_* variables
2023-10-20 12:15:11 -04:00
Maximilian Downey Twiss
2103e3cdff Minor improvements to Repology workflow and backend (#8801) 2023-10-19 09:42:21 -04:00
Maximilian Downey Twiss
670379c9cf Add script and action for generating JSON for Repology (#7376) 2023-10-18 15:23:59 -04:00
Maximilian Downey Twiss
1e7a046803 Fix support for multiple workflows being triggered (#8408) 2023-06-19 07:28:38 -04:00
Maximilian Downey Twiss
41a708c1c5 Refactor workflow files (#8355)
* Refactor workflow files

* Fix YAMLlint errors
2023-06-13 23:42:56 -04:00
Satadru Pramanik, DO, MPH, MEng
46f9929fd7 update linter config (#8289) 2023-05-22 11:44:18 -05: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
f04630f3b9 Linter 1.2 => 1.3 (#7794)
Co-authored-by: chronos <no-reply@github.com>
2023-01-02 22:23:12 -05:00
Satadru Pramanik
f9b296cb60 remove inline markdownlint comment (#7610)
* remove inline markdownlint comment

* move mdl config files
2022-11-08 18:47:45 -06:00
Satadru Pramanik
592f7af80c Adjust to new issue template format (#7609)
* Adjust to new issue template

* add markdownlint rule exclusions
2022-11-08 18:31:12 -06:00
Satadru Pramanik
f8647f6fd8 Adjust Issue Template location (#7607) 2022-11-08 16:51:02 -06:00
Satadru Pramanik
47838138db crew: Add cflags for armv7l, add some CREW_ constants (#7585)
* Add armv7l cflags and CREW_KERNEL_VERSION const

* Adjust package code which uses kernel version

* rework logic

* adjust logic

* debugging

* add CREW_IN_CONTAINER

* Use CREW_IN_CONTAINER in packages.

* Add CREW_IS_AMD and CREW_IS_INTEL

* suggested changes

* test new cpu logic

* cleanup cpu logic

* add CREW_CPU_VENDOR

* fix cpu detection on x86

* lint

* fix package dynamic versioning

* lint changes

* update for non-x86, and make linuxheaders a one-shot deal

* add 5.10 x86_64 binaries for linuxheaders

* lint

* suggested changes

* fix musl_linuxheaders

* show container info in sysinfo

* Use CREW_KERNEL_VERSION

* add markdown interpretation code

* refactor markdown code

* modify issue template to get markdown code for crew sysinfo

* attempt to change the issue template to the newer github yaml format

* move issue template to yaml file

* update Linters logic

* lint crew

* update linter.rb too

* bump linter.rb version
2022-11-08 16:18:09 -06:00
Ed Reel
5c596fc384 Disable codespell in Linters.yml (#7542) 2022-10-24 10:48:33 -04:00
Ed Reel
e8f06c79eb Fix case bug in Linters.yml (#7537)
Co-authored-by: chronos <no-reply@github.com>
2022-10-24 10:33:00 -04:00
Ed Reel
1cfbd37b89 Add linters to GitHub Actions workflow (#7535) 2022-10-23 21:10:51 -04:00
Ed Reel
c29197445a Fix 3:5 [comments] too few spaces before comment in Rubocop.yml (#7534)
Co-authored-by: chronos <no-reply@github.com>
2022-10-23 13:53:33 -04:00
Ed Reel
a87168fea8 Add ruby syntax check to Rubocop.yml (#7530)
Co-authored-by: chronos <no-reply@github.com>
2022-10-23 13:47:09 -04:00
supechicken
db5a2c68e6 Disable And/Or check, re-enable trailing space check (#7456) 2022-10-04 09:16:08 -04:00
Maximilian Downey Twiss
4ae7b01a50 Fix CI (#7325) 2022-08-22 19:50:56 -04: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
149a79e8c9 ISSUE_TEMPLATE.md: Add alternate command that prints system information (#6911)
* Add alternate command

* Take out the `s`
2022-03-29 11:41:14 -05:00
supechicken
807da00b6b templates: Wrap guidance lines with html comment blocks (#6563)
* Update PULL_REQUEST_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* aarch64 => armv7l

* Use `crew sysinfo` in issue template
2022-03-18 11:06:21 -05:00
Satadru Pramanik
baa31c3ae5 Pull Request Template: Adjust down header size for newly added section. (#6331) 2021-10-24 16:40:02 -05:00
Satadru Pramanik
f2955e961a Add testing instructions to PR template (#6324)
* Add testing instructions to PR template

* add verbosity
2021-10-22 21:40:51 -05:00
Ed Reel
1bc928f5b2 Correct grammar and spelling errors (#5651) 2021-04-17 23:24:45 -04:00
Jan Baudisch
ee0641a701 Fix typo 2017-12-08 15:51:55 +01:00
Jan Baudisch
6acd648f2c Update github templates 2017-12-08 15:50:32 +01:00
Jan Baudisch
531d48f7a3 Add github templates 2017-12-08 15:28:05 +01:00