mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
🐛 index fix: skip altstore when no IPAs present
This commit is contained in:
parent
07929ffe66
commit
bd6afa4365
2 changed files with 6 additions and 0 deletions
|
|
@ -869,6 +869,8 @@ class AltstoreIndexTest(unittest.TestCase):
|
|||
with tempfile.TemporaryDirectory() as tmpdir, TmpCwd(tmpdir):
|
||||
repodir = Path(tmpdir) / 'repo'
|
||||
repodir.mkdir()
|
||||
with open(repodir / "fake.ipa", "w") as f:
|
||||
f.write("")
|
||||
|
||||
fdroidserver.index.make_altstore(
|
||||
apps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue