path/distribution

This commit is contained in:
Marc Beninca 2021-10-10 16:50:15 +02:00 committed by Marc Beninca
parent bb36a79cbf
commit 27ce3ca25c
4 changed files with 10 additions and 12 deletions

View file

@ -1,10 +1,7 @@
import os
ARCHIVE = '.tar.xz'
ARCHITECTURE = 'x86_64'
CATALOG = '.files'
CHARSET = 'u8'
DISTRIBUTION = 'distrib'
REPOSITORY = 'https://repo.msys2.org'
SIGNATURE = '.sig'
SUBSYSTEM = 'msys'
@ -21,10 +18,6 @@ ARCHITECTURES_SUBSYSTEMS = {
SUBSYSTEMS = [SUBSYSTEM, 'clang', 'mingw', 'ucrt']
def get_distribution(architecture):
return os.path.join(DISTRIBUTION, architecture.name)
def get_subsystems(architecture, families):
list = []
for family in families: