WIP: Add roles #2

Draft
jake wants to merge 2 commits from roles into master
Owner

This begins adding roles as an easy way of composing a system. Some systems don't (and probably shouldn't) have every tool installed. Adding a base system with extras composed on top will help make smaller single-purpose systems simpler.

This begins adding roles as an easy way of composing a system. Some systems don't (and probably shouldn't) have every tool installed. Adding a base system with extras composed on top will help make smaller single-purpose systems simpler.
jake added 1 commit 2024-09-17 22:13:36 +01:00
Begin extracting a base role
All checks were successful
/ lint (push) Successful in 50s
/ lint (pull_request) Successful in 47s
5ecab2b527
jake added 1 commit 2024-09-18 14:38:01 +01:00
Move boot tasks to base role
All checks were successful
/ lint (push) Successful in 52s
/ lint (pull_request) Successful in 50s
adbc843ecf
All checks were successful
/ lint (push) Successful in 52s
/ lint (pull_request) Successful in 50s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin roles:roles
git checkout roles

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff roles
git checkout master
git merge --ff-only roles
git checkout roles
git rebase master
git checkout master
git merge --no-ff roles
git checkout master
git merge --squash roles
git checkout master
git merge --ff-only roles
git checkout master
git merge roles
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: systems/dotfiles#2
No description provided.