mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
publish: remove last use of stats/ dir
This file can be treated like the other index files in repo/. This also has the advantage that it will automatically get synced by @CiaranG's existing sync scripts.
This commit is contained in:
parent
38378ddfb7
commit
4b9100ae80
7 changed files with 50 additions and 18 deletions
|
@ -747,7 +747,6 @@ class IntegrationTest(unittest.TestCase):
|
|||
self.update_yaml(common.CONFIG_FILE, {"archive_older": 3})
|
||||
Path("metadata").mkdir()
|
||||
Path("archive").mkdir()
|
||||
Path("stats").mkdir()
|
||||
shutil.copy(FILES / "repo/com.politedroid_6.apk", "repo")
|
||||
shutil.copy(FILES / "repo/index-v2.json", "repo")
|
||||
shutil.copy(FILES / "repo/com.politedroid_5.apk", "archive")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue