mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Fix subproject regex to allow subdir without colon
This commit is contained in:
parent
455b9f7a04
commit
b236773455
6 changed files with 153 additions and 1 deletions
|
|
@ -1310,6 +1310,7 @@ class CommonTest(unittest.TestCase):
|
|||
'com.anpmech.launcher': 'app',
|
||||
'org.tasks': 'app',
|
||||
'ut.ewh.audiometrytest': 'app',
|
||||
'org.noise_planet.noisecapture': 'app',
|
||||
}
|
||||
for k, v in subdirs.items():
|
||||
build_dir = Path('source-files') / k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue