mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
purge config.py handling, it is no longer supported
This commit is contained in:
parent
cb9533bd74
commit
642499ec94
11 changed files with 117 additions and 225 deletions
|
@ -250,7 +250,6 @@ class NightlyTest(unittest.TestCase):
|
|||
raise
|
||||
|
||||
self.assertEqual(called, [['ssh', '-Tvi'], ['fdroid', 'deploy']])
|
||||
self.assertFalse(os.path.exists('config.py'))
|
||||
git_url = 'git@github.com:f-droid/test-nightly'
|
||||
mirror_url = index.get_mirror_service_urls({"url": git_url})[0]
|
||||
expected = {
|
||||
|
@ -324,7 +323,6 @@ class NightlyTest(unittest.TestCase):
|
|||
raise
|
||||
|
||||
self.assertEqual(called, [['ssh', '-Tvi'], ['fdroid', 'deploy']])
|
||||
self.assertFalse(os.path.exists('config.py'))
|
||||
expected = {
|
||||
'archive_description': 'Old nightly builds that have been archived.',
|
||||
'archive_name': 'fdroid/test-nightly archive',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue