path/distribution
This commit is contained in:
parent
bb36a79cbf
commit
27ce3ca25c
4 changed files with 10 additions and 12 deletions
7
msys.py
7
msys.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue