Skip to content

Commit

Permalink
Added PULP_MANIFEST.asc to mutable_urls in file repo (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz authored Dec 6, 2023
1 parent ddac319 commit 16334b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pubtools/pulplib/_impl/model/repository/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ class FileRepository(Repository):
)

mutable_urls = attr.ib(
default=attr.Factory(lambda: frozenlist(["PULP_MANIFEST"])),
default=attr.Factory(
lambda: frozenlist(["PULP_MANIFEST", "PULP_MANIFEST.asc"])
),
type=list,
converter=frozenlist,
)
Expand Down

0 comments on commit 16334b4

Please sign in to comment.