Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Void beta #43

Merged
merged 11 commits into from Jan 6, 2020
Add all the Void ISO manifests to the github repo.
These provide an alternate site for checking the download validity (security)
  • Loading branch information
beanpole135 committed Jan 6, 2020
commit 52e3edb1b97d5939c2510ce61068d80d569a76b9
@@ -17,7 +17,7 @@ pre: "<i class='fa fa-download'></i> "
|Virtualization| VMWare, bhyve | VirtualBox |


{{< download2 "https://project-trident.org/void/" "Void Linux BETA" "https://project-trident.org:40001/void/manifest.json" >}}
{{< download2 "https://raw.githubusercontent.com/project-trident/trident-website/master/hugo-site/static/iso-manifests/" "Void Linux BETA" >}}
For details about what this BETA image provides, please see [the announcement](/post/void-beta-available/).

{{< downloads "https://pkg.project-trident.org/iso/stable/" "[Deprecated Jan 2020] Last FreeBSD STABLE" >}}
@@ -1,9 +1,8 @@
{{ $baseurl := (.Get 0) }}
{{ $release_type := (.Get 1) }}
{{ $manifest := (.Get 2) }}
{{ $data := getJSON (print $manifest) }}
{{ $data := getJSON (print $manifest "manifest.json") }}

{{ $iso_url := print $baseurl $data.iso_file }}
{{ $iso_url := print "https://project-trident.org/void/" $data.iso_file }}
{{ $sig_url := print $baseurl $data.signature_file }}
{{ $pubkey_url := print $baseurl "pubkey.pem" }}
{{ $checksum_url := print $baseurl $data.md5_file }}
@@ -0,0 +1 @@
MD5 (/usr/home/kenmoore/Projects/trident-website/hugo-site/static/iso-manifests/Trident-BETA-netinstall-x86_64.iso) = 2d5b1d17b64d108d64ea5523d98ea73e
@@ -0,0 +1 @@
SHA256 (/usr/home/kenmoore/Projects/trident-website/hugo-site/static/iso-manifests/Trident-BETA-netinstall-x86_64.iso) = cfe2f7b6dbbd818dd4264413c390d726b770a4fb4b8aef20dc194e130d079941
@@ -0,0 +1,13 @@
{
"iso_file" : "Trident-BETA-netinstall-x86_64.iso",
"iso_size" : "515M",
"signature_file" : "Trident-BETA-netinstall-x86_64.iso.sig.sha512",
"md5_file" : "Trident-BETA-netinstall-x86_64.iso.md5",
"md5" : "2d5b1d17b64d108d64ea5523d98ea73e",
"sha256_file" : "Trident-BETA-netinstall-x86_64.iso.sha256",
"sha256" : "cfe2f7b6dbbd818dd4264413c390d726b770a4fb4b8aef20dc194e130d079941",
"build_date" : "Jan 06, 2020",
"build_date_time_t" : "1578320534",
"version" : "Void-BETA"
}