Skip to content

Conversation

@VaiTon
Copy link
Contributor

@VaiTon VaiTon commented Oct 19, 2025

Supersedes #207

Still open questions:

image image

The actual target of MicroOS download link
image

@netlify
Copy link

netlify bot commented Oct 19, 2025

Deploy Preview for get-o-o ready!

Name Link
🔨 Latest commit da54ace
🔍 Latest deploy log https://app.netlify.com/projects/get-o-o/deploys/68fa2f79b9b61b000809bc30
😎 Deploy Preview https://deploy-preview-281--get-o-o.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@VaiTon
Copy link
Contributor Author

VaiTon commented Oct 19, 2025

rake aborted!
Faraday::ConnectionFailed: Failed to open TCP connection to mirror.rackspace.com:443 (getaddrinfo: Try again)
/usr/gem/gems/faraday-net_http-1.0.2/lib/faraday/adapter/net_http.rb:145:in `request_via_request_method'
/usr/gem/gems/faraday-net_http-1.0.2/lib/faraday/adapter/net_http.rb:130:in `request_with_wrapped_block'
/usr/gem/gems/faraday-net_http-1.0.2/lib/faraday/adapter/net_http.rb:121:in `perform_request'

@VaiTon VaiTon changed the title Add Slowroll and Kalpa Add Slowroll and Kalpa (not shown atm) Oct 19, 2025
@VaiTon VaiTon marked this pull request as ready for review October 19, 2025 17:20
@VaiTon
Copy link
Contributor Author

VaiTon commented Oct 19, 2025

@bmwiedemann you may want to check if everything I've written about Slowroll is true xD

@VaiTon VaiTon changed the title Add Slowroll and Kalpa (not shown atm) Add Slowroll and Kalpa Oct 19, 2025
@lkocman lkocman requested a review from Copilot October 19, 2025 19:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds Slowroll as a first-class distribution to the site, scaffolds Kalpa (mostly commented out on entry points), updates styling and locales, and adds redirects for MicroOS and Aeon.

  • Introduces Slowroll pages, downloads data, navigation, and localized content
  • Adds Kalpa data and overview (tile currently commented out), plus Aeon redirect
  • Updates CSS to support Slowroll/Kalpa theming and improves dark-mode nav-tabs; converts MicroOS page into a redirect

Reviewed Changes

Copilot reviewed 18 out of 39 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
slowroll.html New Slowroll distribution page include
server.html Adds Slowroll server card; adjusts grid; adds “Immutable distributions” heading
microos.html Converts MicroOS page into an external redirect
kalpa.html Adds Kalpa distribution page include
index.html Adds Slowroll tile, flex layout changes; comments out Kalpa tile
desktop.html Adds Slowroll desktop card; comments optional Kalpa section
assets/css/software.css Adds Slowroll/Kalpa variables and classes; dark-mode nav-tabs refactor
aeon.html Adds external redirect for Aeon
_includes/overview/Slowroll.html Slowroll overview section
_includes/overview/Kalpa.html Kalpa overview section
_includes/overview/156.html Cleans invalid HTML around 15.6 video block
_includes/features/desktops.html Updates desktop names in carousel captions
_includes/download/Slowroll.html Slowroll download/docs/requirements section
_includes/download/Kalpa.html Kalpa requirements adjustments
_data/slowroll.yml Slowroll download metadata (x86_64 ISO and related links)
_data/locales/en.yml Adds Slowroll copy and layout text; updates counts and strings
_data/kalpa.yml Kalpa download metadata (currently points to MicroOS artifacts)
_config.yml Adds Slowroll to navbar

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +15 to +24
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"
Copy link

Copilot AI Oct 19, 2025

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.

Suggested change
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"
primary_link: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-latest-Media.iso"
links:
- name: metalink
url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-latest-Media.iso.meta4"
- name: pick_mirror
url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-latest-Media.iso?mirrorlist"
- name: checksum
url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-latest-Media.iso.sha256"
- name: signature
url: "/slowroll/iso/openSUSE-Slowroll-DVD-x86_64-latest-Media.iso.sha256.asc"

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

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 ?

Copy link
Contributor

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

@lkocman lkocman mentioned this pull request Oct 19, 2025
3 tasks
@lkocman lkocman requested a review from bmwiedemann October 19, 2025 19:54
@lkocman
Copy link
Contributor

lkocman commented Oct 19, 2025

Please some of the copilot reviews, I noticed some complains about not using gettext etc. Otherwise I'm find with Leap changes (slightly bigger logo etc). I did send a private email to Shawn and Bernhard to review Kalpa and Slowroll. You're in ccc.

@VaiTon VaiTon requested review from bmwiedemann and lkocman October 22, 2025 07:52
@VaiTon VaiTon requested a review from sfalken October 22, 2025 07:55
Copy link

@sfalken sfalken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comments.

Lower minimum memory to 4GB in the first block, increase root HDD sizes
to 120GB and 180GB, and remove /var size entries
Copy link

@sfalken sfalken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@VaiTon
Copy link
Contributor Author

VaiTon commented Oct 29, 2025

@lkocman @bmwiedemann how do we proceed?

Comment on lines +15 to +24
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"
Copy link
Contributor

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

image: /assets/images/logos/microos_header.png
---
{% include distribution.html distro="microos" %}
{% include redirect.html url='https://microos.opensuse.org/' %}
Copy link
Contributor

@lkocman lkocman Nov 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR says Add Slowroll Kalpa, but you modified microos entry to redirect to microos.opensuse.org instead of predefined downloads, while still keeping the microos yaml in data.

Honestly, I'd much rather prefer to see a Kalpa image with KDE logo inside MicroOS downloads or similar. Redirect feels a bit cheap.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh? I'm not sure what you're asking for here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants