Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Feb 4, 2024
1 parent 529418d commit 7babae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/t12_api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def _create_mirror(self, dist):
mirror_desc = {'Name': mirror_name,
'ArchiveURL': 'http://repo.aptly.info/system-tests/packagecloud.io/varnishcache/varnish30/debian/',
'Distribution': dist,
'Architectures': ["amd64", "i386"],
'Components': ['main']}
mirror_desc['IgnoreSignatures'] = True
resp = self.post("/api/mirrors", json=mirror_desc)
Expand Down

0 comments on commit 7babae8

Please sign in to comment.