Commit graph

8 commits

Author SHA1 Message Date
Rohan McGovern
efb595d624 Add py.typed for PEP 561
This library includes inline type hints, but per PEP 561 this must be
indicated by including a "py.typed" marker file, otherwise tools like
mypy will not make use of the type hints when checking downstream
projects.
2023-09-18 13:28:02 +10:00
Rohan McGovern
ceb2f37ddf Release 1.1.1 2023-04-12 14:08:21 +10:00
Rohan McGovern
bc5b0c3f23 Release 1.1.0 2023-04-04 09:57:52 +10:00
Caleigh Runge-Hottman
b284ddbd9f Generate kickstart repo index [RHELDST-14528]
Due to the presence of a "repodata/repomd.xml" path in a kickstart
repo, repo-autoindex previously interpreted kickstart repos as yum
repos. As such, a kickstart repo's index would solely consist of two
directories: "Packages" and "repodata".

While a kickstart repo does contain a yum repo, kickstart repos also
contain two additional repo entry points: treeinfo and extra_files.json.
Each entry point references additional files that should be included
in a kickstart repo's index. These files were previously ignored.

Now, when repo-autoindex encounters a kickstart repo, repo-autoindex
produces a repo index that reflects the content referenced in all
three repo entry points (repomd.xml, treeinfo, extra_files.json).
2023-03-31 17:53:57 -04:00
Rohan McGovern
dfd6244e2b Release 1.0.2 2022-10-21 09:00:36 +10:00
Rohan McGovern
6f9abbdeb5 Release 1.0.1 2022-08-15 09:43:43 +10:00
Rohan McGovern
f06b623af4 Release a version 1.0.0 2022-08-15 09:35:06 +10:00
Rohan McGovern
254e0f7cd9 Add some documentation 2022-08-08 12:46:07 +10:00