Bug 25074 - Installability: standalone tool executable, COPR RPM, Pip package etc.
Summary: Installability: standalone tool executable, COPR RPM, Pip package etc.
Status: NEW
Alias: None
Product: bunsen
Classification: Unclassified
Component: bunsen (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: bunsen developer list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-07 18:25 UTC by Serhei Makarov
Modified: 2022-09-16 17:34 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serhei Makarov 2019-10-07 18:25:27 UTC
Some requirements:
- stabilize core bunsen.py interface (get rid of TODOs)
- decide how to identify the current repo to run analysis scripts against (should work similarly to Git) + workflow to override/update analysis scripts
- implement Python packaging + dependency info
- follow https://docs.fedoraproject.org/en-US/packaging-guidelines/Python to make spec file
Comment 1 Serhei Makarov 2022-09-16 17:34:41 UTC
This is still a relevant PR for the new master branch.

(Especially since the new code includes a configure/make sequence
and requires environment variables to be set, hence 'installing'
Bunsen is no longer just a matter of cloning the Git repo and
creating .bunsen/config.)