mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
apksigcopier: remove exclude_all_meta logic
This option is unneeded and unused in fdroidserver, and confusing. https://github.com/obfusk/apksigcopier/pull/36 # Conflicts: # fdroidserver/apksigcopier.py # fdroidserver/common.py
This commit is contained in:
parent
f5792d4f49
commit
4308a48717
2 changed files with 3 additions and 10 deletions
|
@ -69,7 +69,7 @@ from fdroidserver.exception import FDroidException, VCSException, NoSubmodulesEx
|
|||
from .asynchronousfilereader import AsynchronousFileReader
|
||||
|
||||
from . import apksigcopier
|
||||
apksigcopier.exclude_all_meta = True # remove v1 signatures too
|
||||
|
||||
|
||||
# The path to this fdroidserver distribution
|
||||
FDROID_PATH = os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue