Skip to content

Conversation

@codefiles
Copy link
Contributor

Resolves #4148

@codefiles codefiles requested a review from Torxed as a code owner January 20, 2026 14:12
error('Run archinstall --debug and check /var/log/archinstall/install.log for details.')

debug(f'Failed to sync Arch Linux package database: {e}')
sys.exit(1)
Copy link
Contributor

Choose a reason for hiding this comment

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

shoulnd't these also be returns if they are received by rc ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a code move, not a refactor. It is best to keep a pull request focused on one thing and as small as possible that way it is easier to review amongst other benefits.

There is plenty that can be refactored here but that is irrelevant to this pull request.

@svartkanin svartkanin merged commit 78969c5 into archlinux:master Jan 21, 2026
9 checks passed
@codefiles codefiles deleted the move-script-entry-point branch January 21, 2026 02:19
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.

Relocate script entry point out of __init__.py

3 participants