pub/scm/utils/peebz/peebz.git  about / heads / tags
Public-Inbox Bugzilla Integration Bot
$ git log --pretty=format:'%h %s (%cs)%d'
947e6f1 Fix python minimal requirement to 3.6 (2023-09-08)
	(HEAD -> master)
3cfb648 Allow passing DBURL and BZAPIKEY via env vars (2023-09-08)
a31a92f Appease the gods of pip install (2023-09-08)
a7ba6f0 Fix typo in pyproject.toml (2023-09-08)
6650f85 Add basic pyproject.toml (2023-09-08)
1358414 pi2bz: retrieve new messages in updated threads only (2023-07-28)
44a0ace Report elapsed time during cron runs (2023-07-14)
692bcf7 Add "cron mode" runs (2023-07-14)
488ae83 Make date increment in threads (2023-05-04)
730baca TODO: update todo to add cron mode (2023-04-19)
...

$ git cat-file blob HEAD:README.md
# Public-Inbox Bugzilla Integration Bot

This is the source for the kernel.org bugbot, currently in the early stages of
testing and roll-out.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Fix python minimal requirement to 3.6 (2023-09-08)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 lkml
          1 linux-nfs
          1 netfilter-devel
          1 linux-gpio
          1 linux-rdma
          1 dpdk-dev
          1 linuxppc-dev
          1 util-linux
          1 git
          1 dm-devel
          1 u-boot
          1 fio
          1 poky

git clone https://yhbt.net/lore/pub/scm/utils/peebz/peebz.git