6c37258f5b
This script allows us to programmatically query bug-bashers within a user-supplied time-window. For example, we held a "Bug Bash Week" August 1-7, 2021 (it was announced a week early though). The output of the script prints the "top ten" bug bashers in tab-separated columns in descending order. The first column is the number of bugs squashed and the second column is the github user id. Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
26 lines
612 B
Plaintext
26 lines
612 B
Plaintext
# EXTRAS: optional or useful for development/developers workflow
|
|
|
|
# used by twister for --test-tree option
|
|
anytree
|
|
|
|
# helper for developers - check git commit messages
|
|
gitlint
|
|
|
|
# helper for developers
|
|
junit2html
|
|
|
|
# Script used to build firmware images for NXP LPC MCUs.
|
|
lpc_checksum
|
|
|
|
# used by scripts/gen_cfb_font_header.py - helper script for user
|
|
Pillow
|
|
|
|
# can be used to sign a Zephyr application binary for consumption by a bootloader
|
|
imgtool>=1.7.1
|
|
|
|
# used by nanopb module to generate sources from .proto files
|
|
protobuf
|
|
|
|
# used by scripts/release/bug_bash.py for generating top ten bug squashers
|
|
PyGithub
|