Skip to content

feat(network): add network retry system with fallback & system setup fixes - #7

Merged
itsvlxd merged 6 commits into
mainfrom
develop
Aug 16, 2026
Merged

feat(network): add network retry system with fallback & system setup fixes#7
itsvlxd merged 6 commits into
mainfrom
develop

Conversation

@itsvlxd

@itsvlxd itsvlxd commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Release Summary

This PR introduces a robust network retry system with fallback logic, resolves missing environment variable issues during network setup, cleans up first-boot system initialization, and updates ISO nightly build CI tagging.

Key Changes

Features

  • Network: Added a network retry system with automatic fallback mechanism to handle dropped or unstable connections.

Fixes & System Improvements

  • Setup: Fixed missing RETRO_DIR environment variable in network setup script.
  • System Boot: Removed audio and fan setup tasks from the first-boot sequence and improved faillock reset handling.

Maintenance & CI

  • CI/CD: Migrated ISO nightly build tags to prevent failures caused by a GitHub server-side issue.
  • Settings & Dependencies: Reordered Python package installation order and updated nightly build docstrings to reference the new tag name.

Testing & Verification

  • Verified network retry behavior and fallback execution on network failure.
  • Confirmed RETRO_DIR resolves correctly during setup.
  • Tested first-boot sequence without audio/fan execution.
  • Verified CI ISO build pipeline triggers on updated nightly tags.

@itsvlxd
itsvlxd merged commit b54c97d into main Aug 16, 2026
6 checks passed
itsvlxd pushed a commit that referenced this pull request Aug 16, 2026
# [1.3.0](v1.2.0...v1.3.0) (2026-08-16)

### Bug Fixes

* **setup:** fix netwrk missing env RETRO_DIR ([3ebfc3c](3ebfc3c))

### Features

* **network:** add network retry system with fallback ([4b13031](4b13031))
* **network:** add network retry system with fallback & system setup fixes ([#7](#7)) ([b54c97d](b54c97d))
@itsvlxd

itsvlxd commented Aug 16, 2026

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant