Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhp/koji-progress
Check progress of a Fedora Koji build task
https://github.com/juhp/koji-progress
fedora
Last synced: about 1 month ago
JSON representation
Check progress of a Fedora Koji build task
- Host: GitHub
- URL: https://github.com/juhp/koji-progress
- Owner: juhp
- License: gpl-3.0
- Created: 2018-10-01T04:03:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T06:32:53.000Z (about 3 years ago)
- Last Synced: 2024-10-31T14:06:09.226Z (3 months ago)
- Topics: fedora
- Language: Haskell
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
Koji-progress is a tool that shows the progress of active koji builds tasks
by checking the size of their build.log files.This is useful for monitoring the build progress of large packages that take a long time to complete for which some arch's may take considerably longer.
# Installation
```
$ git clone https://github.com/juhp/koji-progress
$ cd koji-progress
$ cabal install
```# Usage
```
$ koji list-tasks --mine
:
$ ~/.cabal/bin/koji-progress 29986248 # ← Koji taskid
qemu-3.0.0-1.fc29.src.rpm
aarch64 7.2M open
x86_64 18M open
ppc64le 15M open
```# Todo
- accept task or build url
- watch tasks until complete
- compare sizes with previous build