Commit Graph

593 Commits

Author SHA1 Message Date
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
Kyle Gospodnetich
4c2d9285a1 chore(ci): Maximize build space (#165) 2023-09-29 04:57:24 +00:00
gerblesh
1f32893fd6 fix: remove image-info.json from base image if it exists (#162)
* fix: remove image-info.json from base image if it exists

This just makes it so if the user forgets to run the signing script and somehow installs `ublue-update`, `ublue-update` won't try to rebase them to the base image they chose

* docs: clearer comment for image-info remove line

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2023-09-25 16:07:59 +00:00
Kyle Gospodnetich
e3cafd0cb6 Merge pull request #163 from ublue-os/just-fix
fix: accommodate new justfile organization
2023-09-25 08:33:14 -07:00
xynydev
9f728a120b fix: accommodate new justfile organization 2023-09-25 18:12:56 +03:00
IverCoder
e8ce354dcc feat(yafti): add GNOME Web to the Web Browsers section (#161) 2023-09-23 21:30:21 +00:00
IverCoder
4d40e5444a feat!(yafti): use newest GNOME Camera and Image Viewer (#160) 2023-09-23 13:21:40 +00:00
gerblesh
5838d0fce4 feat: create /usr/share/ublue-os/image-info.json inside signing.sh (#157)
* feat: create /usr/share/ublue-os/image-info.json inside signing.sh

* chore: remove debug call to cat, fix formatting
2023-09-22 09:22:38 +00:00
gerblesh
aee351fcbf feat: add support for nested modules (#152)
* feat: add support for nested modules

* chore: test out module nesting

* fix: made build function

* revert: move back to old recipe.yml configuration

* fix: formatting in recipe.yml

* style: add newline between modules
2023-09-19 06:32:16 +00:00
xyny
9c8e1e2cb2 docs: fix: issues in docs about modules, create-ublue-image (#147)
* fix: clear up some issues in docs abt modules
- better distinction between modules and module configuration
- example for module configuration external from recipe.yml

* chore: create-ublue-image -> general mention
2023-09-18 20:28:14 +00:00
qoijjj
44fb9251ec fix: add additional clarity to the location of files for the files module (#151)
* fix: add additional clarity to the location of files for the files module

* docs: chore: recommend files module instead of COPY

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2023-09-18 16:15:53 +00:00
dependabot[bot]
7aee88c878 build(deps): bump docker/metadata-action from 4 to 5 (#153)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 16:05:50 +00:00
dependabot[bot]
65189fe496 build(deps): bump docker/login-action from 2 to 3 (#154)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 16:00:29 +00:00
dependabot[bot]
90a447186a build(deps): bump mikefarah/yq from 4.34.2 to 4.35.1 (#139)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.34.2 to 4.35.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](https://github.com/mikefarah/yq/compare/v4.34.2...v4.35.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 16:46:47 +00:00
dependabot[bot]
cb4160a0cc build(deps): bump actions/checkout from 3 to 4 (#146)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 16:41:42 +00:00
Kyle Gospodnetich
0b0b60bc2f Merge pull request #135 from ublue-os/modular-rewrite
feat!: modular rewrite (#103)
2023-09-10 16:52:35 -07:00
ER
4e0095bc96 refactor: fetch modules from bling 2023-09-10 17:31:25 +03:00
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