Commit Graph

48 Commits

Author SHA1 Message Date
xynydev
1691ad8d4f docs: yaml not yml, directions qualifier 2023-10-01 16:36:45 +03:00
xynydev
2fb7aefbb6 docs: correct title casing in style guide 2023-10-01 16:21:23 +03:00
xynydev
7e08a383c9 docs: grammar recommendations 2023-10-01 15:32:14 +03:00
xynydev
1d9e6f20ff docs: chore: remove ":" from Example configuration
this change should be propagated to bling
2023-10-01 15:27:26 +03:00
xynydev
4645605c6b docs: how to refer to modules in module READMEs 2023-10-01 15:26:26 +03:00
xynydev
8b48f8c765 docs: module working directory, style guides 2023-10-01 15:24:06 +03:00
ER
4e0095bc96 refactor: fetch modules from bling 2023-09-10 17:31:25 +03:00
ER
311dfe2860 chore: don't use _STR like array 2023-09-09 13:05:54 +03:00
ER
c10f7e7a98 docs: mention depsolve & more info in walkthrough 2023-09-09 13:02:34 +03:00
ER
c3bc555ff4 feat: enable dconf update service in installer 2023-09-09 12:41:14 +03:00
ER
61ed4839f5 feat: yafti module installs yafti deps 2023-09-09 12:14:58 +03:00
ER
15b3d394b8 docs: some docs fixes, better formatting, etc 2023-09-09 12:08:20 +03:00
ER
b3ddcd8851 fix: add .sh suffix for dconf update service inst 2023-09-09 11:49:42 +03:00
gerblesh
3f2ef2846e fix: removed issues in rpm-ostree module and ublue-update bling installer (#144)
* fix(rpm-ostree): format string in optfix
This fixes optfix and makes the symlink not broken

* fix: change rpm-ostreed auto update policy in ublue-update installer
2023-09-08 09:52:10 +00:00
gerblesh
cc90a91733 feat: added systemd and files module (#142)
* feat: add files and systemd module

* fix: yaml formatting

* fix: yaml formatting

* fix: remove comment completely

* fix: yaml formatting

* docs: add back inline comment

* reformat: rename variables

* fix: fix systemd escaped string

* fix: fix systemd service formatting with printf

* fix: attempting to fix systemd module problems

* chore: remove debug config and code from systemd module

* docs: added WIP docs for systemd, reworked files README

* docs: added more detail for systemd module

* docs: update READMEs to be more consistent

* docs: remove unneeded sentence

* docs: remove unneeded sentence

* chore: fix issues described in PR review

* docs: fix markdown formatting

* docs: fix markdown formatting

* docs: better markdown
2023-09-05 15:56:42 +00:00
ER
eb37ec35b4 fix: move globs outside of "" 2023-09-02 20:59:04 +03:00
ER
e5fdb304b4 fix: some more bling installer file copy issues
(brainfarts), the nix install one is just...
2023-09-02 20:55:49 +03:00
ER
d2ab95c9e4 fix: bling justfile installer nested just dir
idon't create another just directory inside the basic just directory,
just copy the contents
2023-09-02 20:52:34 +03:00
ER
60fa5ca326 fix: remove newlines before wget
including the newlines causes filenames to be postfixed with %0A
and thus the repo files to not work

this commit uses the same bashism as above line to remove newlines
from the $REPO var before using it in the wget command
2023-09-02 19:52:49 +03:00
ER
54cd605f11 feat: integrate optfix into rpm-ostree module
Co-Authored By: @AuraHerreroRuiz
bulk of the code from:
github.com/AuraHerreroRuiz/auraos/
blob/f83e90ea9f1dddc50630f4634d835f085adf4a99/scripts/pre/optpackages.sh
2023-09-02 12:51:13 +03:00
ER
2208ea88e5 fix: remove ub update services in ub updater inst 2023-09-02 12:27:38 +03:00
ER
77699e8f43 chore: Revert "chore: back to array syntax in rpm-ostree"
This reverts commit ac8be6e92b.
2023-08-29 19:59:28 +03:00
ER
ac8be6e92b chore: back to array syntax in rpm-ostree 2023-08-29 19:48:40 +03:00
ER
4ce8e919b9 fix: ? remove quotes, add wordsplitting 2023-08-27 18:04:08 +03:00
ER
00b6920133 fix: rm newlines from rpm-ostree cmds
basically re-adds the e27eb25 changes
which were later reverted
in favor of the way packages.json apparently worked
2023-08-27 17:08:25 +03:00
ER
019603f11e docs: some more inline docs for modules
(only confusing parts)
2023-08-27 16:56:47 +03:00
ER
949b06f1f9 fix: remove trailing newline from $ITEM
using a clever bash-ism
2023-08-27 16:48:19 +03:00
ER
961dff33f4 fix: put .sh suffix outside of quotes? 2023-08-27 16:22:20 +03:00
ER
5a1a687476 chore: use same package inst/rm logic as upstream
upstream referring to build.sh in main and bluefin
2023-08-27 16:06:40 +03:00
ER
26e4f0cf03 chore: revert
e27eb25 fix
2023-08-26 17:25:22 +03:00
ER
e27eb25b80 fix: newlines in rpm-ostree cmds errors
i'm not sure if this approach is better than iterating over the array
but it should now work in the same way it did previously
2023-08-26 17:10:08 +03:00
ER
7b036d3d10 feat: ublue-os/bling module
this makes all bling components optional,
while making more of them accessible
2023-08-26 15:52:28 +03:00
ER
1d7a3a92b6 chore: remove outdated script-related docs 2023-08-26 14:18:31 +03:00
ER
bca8b81e16 docs: a ginormous amount of docs for the modules 2023-08-26 14:05:42 +03:00
ER
dc97fa4201 fix: don't run arbitrary commands with script
* scripts are now called with their absolute paths instead of ./
2023-08-13 18:36:49 +03:00
ER
bbb1cc8b88 fix: give executable permission to scripts 2023-08-13 18:31:12 +03:00
ER
3e0aa46c12 chore: investigate "no such file or directory" 2023-08-13 18:23:10 +03:00
ER
c4b274bb77 chore: investigate "no such file or directory" 2023-08-13 18:15:54 +03:00
ER
38dda90a23 refactor: rename fedora version to os version
this change makes sense for when in the future it's possible to
build other OS's with this same system
it was done now, because i'm bundling a bunch of breaking changes
into a single update
2023-08-13 18:00:58 +03:00
ER
93cd25fe01 fix: also install and enable yafti in yafti module
oops, forgot this one
there's currently no removing of the firstboot data, though,
but that doesn't affect people much ig
2023-08-13 17:24:20 +03:00
ER
290075c1c7 feat: yafti module 2023-08-13 17:14:39 +03:00
ER
b2034c7a1c feat: rpm-ostree module 2023-08-13 17:05:06 +03:00
ER
9ad0048fc3 refactor: global get_yaml_array function 2023-08-13 16:59:23 +03:00
ER
18d1b3d4cd Revert "refactor: export get_yaml_array"
This reverts commit c27685fae2.

(get_yaml_array can't be used in modules since it reads from
the $RECIPE_FILE)
2023-08-13 16:15:22 +03:00
ER
c27685fae2 refactor: export get_yaml_array 2023-08-13 16:12:57 +03:00
ER
e03ac5de80 feat: script runner module 2023-08-13 16:08:31 +03:00
ER
245fc69b13 chore: launch modules, detect if module inline 2023-08-13 15:09:40 +03:00
ER
9950409702 chore: outline rewrite without code changes
* this does not work yet
* comments & documentation will be added once the rewrite is complete
2023-08-09 19:59:04 +03:00