make everything hashed

This commit is contained in:
nazunalika 2021-07-06 12:03:48 -07:00
parent 6bd55001dd
commit e95f133f4f
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ multilib = []
variants_file = 'variants-armhfp.xml'
sigkeys = ['6D745A60']
#sigkeys = [None]
hashed_directories = False
hashed_directories = True
tree_arches = ['armhfp']

View File

@ -35,7 +35,7 @@ multilib = [
variants_file = 'variants.xml'
sigkeys = ['6D745A60']
# Change to true for 8.5
hashed_directories = False
hashed_directories = True
tree_arches = ['aarch64', 'i386', 'x86_64']