Skip to content

Commit 7f90ef6

Browse files
committed
Added PULP_MANIFEST.asc to mutable_urls in file repo
1 parent ddac319 commit 7f90ef6

File tree

1 file changed

+3
-1
lines changed
  • pubtools/pulplib/_impl/model/repository

1 file changed

+3
-1
lines changed

pubtools/pulplib/_impl/model/repository/file.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ class FileRepository(Repository):
4242
)
4343

4444
mutable_urls = attr.ib(
45-
default=attr.Factory(lambda: frozenlist(["PULP_MANIFEST"])),
45+
default=attr.Factory(
46+
lambda: frozenlist(["PULP_MANIFEST", "PULP_MANIFEST.asc"])
47+
),
4648
type=list,
4749
converter=frozenlist,
4850
)

0 commit comments

Comments
 (0)