More changes
This commit is contained in:
parent
635d6f22fa
commit
77c4857d6c
@ -1,15 +1,15 @@
|
|||||||
# Copyright 2016-2020 Christoph Reiter
|
# Copyright 2016-2020 Christoph Reiter
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
REPO_URL = "https://repo.msys2.org"
|
REPO_URL = "http://repo.msys2.befatorinc.de"
|
||||||
DOWNLOAD_URL = "https://mirror.msys2.org"
|
DOWNLOAD_URL = "http://repo.msys2.befatorinc.de"
|
||||||
REPOSITORIES = [
|
REPOSITORIES = [
|
||||||
("ucrt64", "", "mingw-w64-ucrt-x86_64-", "mingw-w64-", REPO_URL + "/mingw/ucrt64", DOWNLOAD_URL + "/mingw/ucrt64", "https://github.com/msys2/MINGW-packages"),
|
("ucrt64", "", "mingw-w64-ucrt-x86_64-", "mingw-w64-", REPO_URL + "/mingw/ucrt64", DOWNLOAD_URL + "/mingw/ucrt64", "https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MINGW-packages"),
|
||||||
("clang64", "", "mingw-w64-clang-x86_64-", "mingw-w64-", REPO_URL + "/mingw/clang64", DOWNLOAD_URL + "/mingw/clang64", "https://github.com/msys2/MINGW-packages"),
|
("clang64", "", "mingw-w64-clang-x86_64-", "mingw-w64-", REPO_URL + "/mingw/clang64", DOWNLOAD_URL + "/mingw/clang64", "https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MINGW-packages"),
|
||||||
("clangarm64", "", "mingw-w64-clang-aarch64-", "mingw-w64-", REPO_URL + "/mingw/clangarm64", DOWNLOAD_URL + "/mingw/clangarm64", "https://github.com/msys2/MINGW-packages"),
|
("clangarm64", "", "mingw-w64-clang-aarch64-", "mingw-w64-", REPO_URL + "/mingw/clangarm64", DOWNLOAD_URL + "/mingw/clangarm64", "https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MINGW-packages"),
|
||||||
("msys", "x86_64", "", "", REPO_URL + "/msys/x86_64", DOWNLOAD_URL + "/msys/x86_64", "https://github.com/msys2/MSYS2-packages"),
|
("msys", "x86_64", "", "", REPO_URL + "/msys/x86_64", DOWNLOAD_URL + "/msys/x86_64", "https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MSYS2-packages"),
|
||||||
("mingw64", "", "mingw-w64-x86_64-", "mingw-w64-", REPO_URL + "/mingw/mingw64", DOWNLOAD_URL + "/mingw/mingw64", "https://github.com/msys2/MINGW-packages"),
|
("mingw64", "", "mingw-w64-x86_64-", "mingw-w64-", REPO_URL + "/mingw/mingw64", DOWNLOAD_URL + "/mingw/mingw64", "https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MINGW-packages"),
|
||||||
("mingw32", "", "mingw-w64-i686-", "mingw-w64-", REPO_URL + "/mingw/mingw32", DOWNLOAD_URL + "/mingw/mingw32", "https://github.com/msys2/MINGW-packages"),
|
("mingw32", "", "mingw-w64-i686-", "mingw-w64-", REPO_URL + "/mingw/mingw32", DOWNLOAD_URL + "/mingw/mingw32", "https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MINGW-packages"),
|
||||||
]
|
]
|
||||||
|
|
||||||
ARCH_REPO_URL = "https://europe.mirror.pkgbuild.com"
|
ARCH_REPO_URL = "https://europe.mirror.pkgbuild.com"
|
||||||
@ -21,14 +21,14 @@ for repo in ["core", "core-testing", "extra", "extra-testing"]:
|
|||||||
AUR_METADATA_URL = "https://aur.archlinux.org/packages-meta-ext-v1.json.gz"
|
AUR_METADATA_URL = "https://aur.archlinux.org/packages-meta-ext-v1.json.gz"
|
||||||
|
|
||||||
SRCINFO_URLS = [
|
SRCINFO_URLS = [
|
||||||
"https://github.com/msys2/MINGW-packages/releases/download/srcinfo-cache/srcinfo.json.gz",
|
"https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MINGW-packages/releases/download/srcinfo-cache/srcinfo.json.gz",
|
||||||
"https://github.com/msys2/MSYS2-packages/releases/download/srcinfo-cache/srcinfo.json.gz",
|
"https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/MSYS2-packages/releases/download/srcinfo-cache/srcinfo.json.gz",
|
||||||
]
|
]
|
||||||
|
|
||||||
CYGWIN_METADATA_URL = "https://ftp.acc.umu.se/mirror/cygwin/x86_64/setup.zst"
|
CYGWIN_METADATA_URL = "https://ftp.acc.umu.se/mirror/cygwin/x86_64/setup.zst"
|
||||||
|
|
||||||
BUILD_STATUS_URLS = [
|
BUILD_STATUS_URLS = [
|
||||||
"https://github.com/msys2/msys2-autobuild/releases/download/status/status.json",
|
"https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/msys2-autobuild/releases/download/status/status.json",
|
||||||
]
|
]
|
||||||
|
|
||||||
PYPI_URLS = [
|
PYPI_URLS = [
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
<p class="text-muted">
|
<p class="text-muted">
|
||||||
Packages get automatically built via <a
|
Packages get automatically built via <a
|
||||||
href="https://github.com/msys2/msys2-autobuild/actions/workflows/build.yml">msys2/msys2-autobuild</a>.
|
href="https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/msys2-autobuild">msys2-autobuild</a>.
|
||||||
Maintainers can control the build pipeline <a href="https://autobuildcontroller.msys2.org">here</a>.
|
Maintainers can't control the build pipeline <a href="https://autobuildcontroller.msys2.org">here</a>.
|
||||||
<br>
|
<br>
|
||||||
After the packages are built they still need to be manually signed and uploaded to the pacman repo, so please be patient :)
|
After the packages are built they still need to be manually signed and uploaded to the pacman repo, so please be patient :)
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
@echo off
|
@echo off
|
||||||
C:\msys64\msys2_shell.cmd -here -mingw64 -no-start -defterm -c "pacman --needed --noconfirm -S gcc mingw-w64-x86_64-python-poetry && poetry install --only main && poetry run python run.py --cache"
|
C:\msys64\msys2_shell.cmd -here -mingw64 -no-start -defterm -c "pacman --needed --noconfirm -S gcc mingw-w64-x86_64-python-poetry && poetry install --only main && poetry run python run.py"
|
||||||
Loading…
x
Reference in New Issue
Block a user