-
Notifications
You must be signed in to change notification settings - Fork 66
Add Slowroll and Kalpa #281
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
Open
VaiTon
wants to merge
10
commits into
openSUSE:main
Choose a base branch
from
VaiTon:add-distros
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
a7fa25f
Add missing distributions
hellcp 2953c9c
Add Slowroll distribution descriptions and URLs and remove Aeon
VaiTon 212da7d
Add Slowroll features and icons
VaiTon 9d1d21e
Improve English slowroll descriptions
VaiTon bbe7407
Refine Slowroll description and features
VaiTon c510705
Add Kalpa to the navbar + minor improvements
VaiTon 0a87312
Increase Kalpa memory requirements to 8GB
VaiTon 26383ef
Reorder navbar links
VaiTon 05db5f9
Clarify experimental status wording
VaiTon da54ace
Update Kalpa download requirements
VaiTon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| --- | ||
| name: Kalpa | ||
| bg-color: kalpa | ||
| fg-color: black | ||
| logo: logos/kalpa.svg | ||
| downloads: | ||
| - name: installation_images | ||
| display: all | ||
| arches: | ||
| - name: x86_64 | ||
| types: | ||
| - name: iso_image | ||
| desc: microos_desc | ||
| primary_link: "/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso" | ||
| links: | ||
| - name: metalink | ||
| url: "/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso.meta4" | ||
| - name: pick_mirror | ||
| url: "/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso?mirrorlist" | ||
| - name: checksum | ||
| url: "/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso.sha256" | ||
| - name: signature | ||
| url: "/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Current.iso.sha256.asc" | ||
| - name: aarch64 | ||
| types: | ||
| - name: iso_image | ||
| desc: microos_desc | ||
| primary_link: "/ports/aarch64/tumbleweed/iso/openSUSE-MicroOS-DVD-aarch64-Current.iso" | ||
| links: | ||
| - name: metalink | ||
| url: "/ports/aarch64/tumbleweed/iso/openSUSE-MicroOS-DVD-aarch64-Current.iso.meta4" | ||
| - name: pick_mirror | ||
| url: "/ports/aarch64/tumbleweed/iso/openSUSE-MicroOS-DVD-aarch64-Current.iso?mirrorlist" | ||
| - name: checksum | ||
| url: "/ports/aarch64/tumbleweed/iso/openSUSE-MicroOS-DVD-aarch64-Current.iso.sha256" | ||
| - name: signature | ||
| url: "/ports/aarch64/tumbleweed/iso/openSUSE-MicroOS-DVD-aarch64-Current.iso.sha256.asc" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| --- | ||
| name: Slowroll | ||
| bg-color: slowroll | ||
| fg-color: white | ||
| logo: logos/slowroll.svg | ||
| choosing-media: true | ||
| downloads: | ||
| - name: installation_images | ||
| display: all | ||
| arches: | ||
| - name: x86_64 | ||
| types: | ||
| - name: offline_image | ||
| desc: offline_desc | ||
| primary_link: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-Build39.4-Media.iso" | ||
| links: | ||
| - name: metalink | ||
| url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-Build39.4-Media.iso.meta4" | ||
| - name: pick_mirror | ||
| url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-Build39.4-Media.iso?mirrorlist" | ||
| - name: checksum | ||
| url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-Build39.4-Media.iso.sha256" | ||
| - name: signature | ||
| url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-Build39.4-Media.iso.sha256.asc" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <section class="py-3"> | ||
| <div class="container"> | ||
| <h3 id="recommended-system-requirements">{{ locale.requirements }}</h3> | ||
| <div class="row"> | ||
| <div class="col"> | ||
| <h4>{{ locale.requirements_min }}</h4> | ||
| <ul class="list-unstyled"> | ||
| <li><b>{{ locale.requirements_mem }}</b>: {{ locale.requirements_mem_desc | replace: '$value', '4GB' }}</li> | ||
| <li><b>{{ locale.requirements_hdd }}</b>: | ||
| <ul> | ||
| <li><b>{{ locale.requirements_hdd_root }}</b>: {{ locale.requirements_hdd_size_desc | replace: '$value', '120GB' }}</li> | ||
| </ul> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| <div class="col"> | ||
| <h4>{{ locale.requirements_rec }}</h4> | ||
| <ul class="list-unstyled"> | ||
| <li><b>{{ locale.requirements_mem }}</b>: {{ locale.requirements_mem_desc | replace: '$value', '8GB' }}</li> | ||
| <li><b>{{ locale.requirements_hdd }}</b>: | ||
| <ul> | ||
| <li><b>{{ locale.requirements_hdd_root }}</b>: {{ locale.requirements_hdd_size_desc | replace: '$value', '180GB' }}</li> | ||
| </ul> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </section> |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| {% include choosing_media.html %} | ||
| <!--{% include tumbleweed_switch.html %}--> | ||
| {% include documentation.html %} | ||
| <section class="py-3"> | ||
| <div class="container"> | ||
| <h3 id="recommended-system-requirements">{{ locale.requirements }}</h3> | ||
| <ul> | ||
| <li>{{ locale.requirements_cpu_desc }}</li> | ||
| <li>{{ locale.requirements_mem_desc | replace: '$value', '2GB' }}</li> | ||
| <li>{{ locale.requirements_hdd_desc }}</li> | ||
| <li>{{ locale.requirements_dvd_desc }}</li> | ||
| <li>{{ locale.requirements_net_desc }}</li> | ||
| </ul> | ||
| </div> | ||
| </section> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ISO URLs hardcode a specific build number, which will go stale and require frequent updates. Prefer a stable/latest alias if available, or externalize the build identifier (e.g., in configuration) to simplify updates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bmwiedemann what should I do ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VaiTon this is something @bmwiedemann needs to fix first. There are no symlinks to the latest iso build in https://download.opensuse.org/slowroll/iso
For now please reference /slowroll/iso/openSUSE-Slowroll-DVD-x86_64-Media.iso
Bernhard will have to reach out to autobuild to configure publisher for slowroll isos