Skip to content

yuzibo/diff-debian-buildd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a python demo to diff Debian buildd status between two buildd days.

We still need to train it more.

Basic usage:

0

Running generate_data.py to get the last buildd status json file and to store in data/

python3 generate_data.py

1

To analyst the result:

vimer@dev:~/dev$ python analyst.py --old=data/2023-02-11.json --new=data/2023-02-12.json
Auto-Not-For-Us:
Old disappered packages since previous build(2023-02-11):
No change
New added packages at last build(2023-02-12):
No change


BD-Uninstallable:
Old disappered packages since previous build(2023-02-11):
{'haskell-fold-debounce', 'evolution-ews'}
New added packages at last build(2023-02-12):
No change


Build-Attempted:
Old disappered packages since previous build(2023-02-11):
{'editorconfig-core', 'haskell-stm-delay', 'rust-r2d2', 'ring', 'neovim', 'rust-jemalloc-sys'}
New added packages at last build(2023-02-12):
{'xdp-tools'}


Failed:
Old disappered packages since previous build(2023-02-11):
No change
New added packages at last build(2023-02-12):
{'rust-jemalloc-sys'}

```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages