Replies: 2 comments
-
I think this is done now, right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, all the way done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the sqlite database format introduced in rpm 4.16 would allow us to transition off a hard dependency on needing external rpm and tar commands. The pure-go port would even allow us to not have a dependency on the C library.
The format of the sqlite database is:
We'd need to write/find an RPM header parser to pull the information out of the
Package
tableBeta Was this translation helpful? Give feedback.
All reactions