mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-03 12:10:29 +08:00
Add provider measure info
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
static SourceProvider_t os_debian_upstream =
|
||||
{
|
||||
def_upstream, "https://ftp.debian.org/debian/",
|
||||
{NotSkip, NA, NA, "https://ftp.debian.org/debian/dists/bookworm/main/Contents-all.gz"} // 32MB
|
||||
{NotSkip, NA, NA, "https://ftp.debian.org/debian/dists/bookworm/main/Contents-all.gz", ACCURATE} // 32MB
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ static SourceProvider_t os_kali_upstream =
|
||||
{
|
||||
def_upstream, "http://http.kali.org/kali",
|
||||
// https://github.com/RubyMetric/chsrc/issues/121
|
||||
{NotSkip, NA, NA, "https://http.kali.org/kali/dists/kali-dev/Contents-amd64.gz"} // 47MB
|
||||
{NotSkip, NA, NA, "https://http.kali.org/kali/dists/kali-dev/Contents-amd64.gz", ACCURATE} // 47MB
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
static SourceProvider_t os_linuxlite_upstream =
|
||||
{
|
||||
def_upstream, "http://repo.linuxliteos.com/linuxlite/",
|
||||
{NotSkip, NA, NA, "http://repo.linuxliteos.com/linuxlite/isos/7.2/linux-lite-7.2-64bit.iso"} // 2.9GB
|
||||
{NotSkip, NA, NA, "http://repo.linuxliteos.com/linuxlite/isos/7.2/linux-lite-7.2-64bit.iso", ACCURATE} // 2.9GB
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -13,7 +13,7 @@ static SourceProvider_t os_ubuntu_upstream =
|
||||
{
|
||||
def_upstream, "http://archive.ubuntu.com/",
|
||||
// https://github.com/RubyMetric/chsrc/issues/121
|
||||
{NotSkip, NA, NA, "http://archive.ubuntu.com/ubuntu/dists/noble/Contents-amd64.gz"}
|
||||
{NotSkip, NA, NA, "http://archive.ubuntu.com/ubuntu/dists/noble/Contents-amd64.gz", ACCURATE}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
static SourceProvider_t os_alpine_upstream =
|
||||
{
|
||||
def_upstream, "http://dl-cdn.alpinelinux.org/alpine",
|
||||
{NotSkip, NA, NA, "https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/x86_64/alpine-standard-3.21.0-x86_64.iso"}
|
||||
{NotSkip, NA, NA, "https://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/x86_64/alpine-standard-3.21.0-x86_64.iso", ACCURATE}
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
static SourceProvider_t os_openwrt_upstream =
|
||||
{
|
||||
def_upstream, "https://downloads.openwrt.org",
|
||||
{NotSkip, NA, NA, "https://downloads.openwrt.org/releases/23.05.5/targets/x86/64/openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz"}
|
||||
{NotSkip, NA, NA, "https://downloads.openwrt.org/releases/23.05.5/targets/x86/64/openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz", ACCURATE}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
static SourceProvider_t os_voidlinux_upstream =
|
||||
{
|
||||
def_upstream, "https://repo-default.voidlinux.org",
|
||||
{NotSkip, NA, NA, "https://repo-default.voidlinux.org/live/20240314/void-live-x86_64-musl-20240314-xfce.iso"}
|
||||
{NotSkip, NA, NA, "https://repo-default.voidlinux.org/live/20240314/void-live-x86_64-musl-20240314-xfce.iso", ACCURATE}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
static SourceProvider_t os_almalinux_upstream =
|
||||
{
|
||||
def_upstream, "http://repo.almalinux.org/almalinux",
|
||||
{NotSkip, NA, NA, "https://raw.repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9-latest-x86_64-minimal.iso"}
|
||||
{NotSkip, NA, NA, "https://raw.repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9-latest-x86_64-minimal.iso", ACCURATE}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
static SourceProvider_t os_openEuler_upstream =
|
||||
{
|
||||
def_upstream, "https://repo.openeuler.org/",
|
||||
{NotSkip, NA, NA, "https://repo.openeuler.org/openEuler-24.03-LTS/ISO/x86_64/openEuler-24.03-LTS-netinst-x86_64-dvd.iso"} // 896MB
|
||||
{NotSkip, NA, NA, "https://repo.openeuler.org/openEuler-24.03-LTS/ISO/x86_64/openEuler-24.03-LTS-netinst-x86_64-dvd.iso", ACCURATE} // 896MB
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user