Commit Graph

372 Commits

Author SHA1 Message Date
ER
393d54ec8e docs: point reader toward discovering new features 2023-09-09 14:18:29 +03:00
ER
b4d1d0d043 docs: add notice of rewrite 2023-09-09 14:15:06 +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
dcefa76cb2 docs: missing space 2023-09-09 12:36:34 +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
xyny
8f76fd66a2 Merge branch 'template' into modular-rewrite 2023-09-05 15:58:24 +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
Jorge O. Castro
06886f588b Merge pull request #143 from ublue-os/dependabot/github_actions/sigstore/cosign-installer-3.1.2
build(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2
2023-09-04 10:17:37 -04:00
dependabot[bot]
1ca2455636 build(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 01:35:11 +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
25ac5dd6ef docs: fix: it's not dnkmmr it's determinate 2023-09-02 16:03:41 +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
fd2ca76502 chore: revert recipe to default configuration 2023-08-27 17:16:25 +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
5ff623b496 chore: try removing something other than ff
removing firefox gives some cryptic errors,
let's try removing something else
to investigate
2023-08-27 17:01:52 +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
67cf52e050 Merge branch 'modular-rewrite' of github.com:ublue-os/startingpoint into modular-rewrite 2023-08-27 16:12:41 +03:00
ER
3f35fe7645 chore: try removing pkgs to remove? 2023-08-27 16:11:36 +03:00
EinoHR
c8db9dfbb1 Merge branch 'template' into modular-rewrite 2023-08-27 16:07:07 +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
EinoHR
a1e2413580 fix: dont add malformed tags if $MAJOR_VERSION is empty 2023-08-27 07:28:26 -04:00
ER
80c4094524 chore: rm ublue-os/startingpoint in iso docs
* automatic setup replaces it with the repository's details,
which makes it confusing to read
2023-08-27 13:47:12 +03:00
ER
d2eeae7fb6 docs: document added/removed packages 2023-08-26 17:29:59 +03:00
ER
26e4f0cf03 chore: revert
e27eb25 fix
2023-08-26 17:25:22 +03:00
ER
2740320a51 fix: don't output yaml array as json 2023-08-26 17:20:45 +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
c2367e0d56 chore: re-add branch selection for push
* same-repo PRs build twice
2023-08-26 16:49:21 +03:00
ER
09c22d5500 docs: rewrite the just section 2023-08-26 16:46:45 +03:00
ER
fc2f4bb038 chore!: remove setup-flatpaks
* it doesn't make sense with the module system anymore
2023-08-26 16:45:24 +03:00
ER
5cd245cc85 docs: expand main customization section 2023-08-26 16:36:33 +03:00
ER
3c773d76a8 chore: remove empty usr/bin dir 2023-08-26 16:11:50 +03:00
ER
74017635d3 chore: clean build.yml, make matrix more visible
there were huge blocks of good documentation,
but it was in the way of easy access to the matrix section,
 which ordinary users have to update

 it was also only about build triggers, which is a pretty clear topic
 much more valuable would be explaining each build step

 i condesensed the docs into a smaller section atop
 with only generally useful information
2023-08-26 16:11:04 +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
81dca63764 chore: clean up bling a bit 2023-08-26 14:57:43 +03:00
ER
1d7a3a92b6 chore: remove outdated script-related docs 2023-08-26 14:18:31 +03:00
ER
618401dec4 chore: bring recipe.yml to a default state 2023-08-26 14:16:57 +03:00