tulili
329d0989ed
fix: standard header for laptop option
2023-09-24 15:31:03 -03:00
tulili
2469883230
feat(bling,module): add laptop-specific option
2023-09-24 15:13:31 -03:00
Tulili
913c926ae9
chore: explicitly separate testing and stable builds
2023-09-24 15:08:30 -03:00
tulili
98ecca4670
chore: enable builds for testing branch
2023-09-24 14:51:42 -03:00
gerblesh
b709d3bd1d
fix(bling, ublue-update.sh): remove shell script errors/build errors
2023-09-21 22:22:35 -07:00
gerblesh
af9e42ded4
fix(bling ublue-update.sh): disable rpm-ostreed, update file path for rpm-ostreed.conf
2023-09-21 22:01:55 -07:00
Kyle Gospodnetich
a52094c8db
fix: Use --nvidia when creating distrobox containers.
...
feat: Switch to new numbered justfile system
2023-09-21 19:44:40 -07:00
tulili
25322928b2
feat: add kubectl and fix kubectx/kubens
2023-09-21 03:12:11 -03:00
Tulili
d9d70bbaf9
fix(bling,container-tools): incorrect quoting in rpm statement
2023-09-20 23:45:19 -03:00
Tulili
7bf3c4aa12
feat: add container-tools ( #44 )
...
* feat: add container-tools bling option
* docs: container-tools description
* fix: fetch all necessary files for containers-tools in base fetch script
2023-09-20 16:42:18 +00:00
gerblesh
a40bcab274
Merge pull request #42 from zelikos/systemd-disable-first
...
fix(systemd): Force-enable services, use --global for user services
2023-09-18 18:51:41 -07:00
gerblesh
6594a088ba
Merge pull request #46 from ublue-os/dependabot/github_actions/docker/login-action-3
...
chore(deps): bump docker/login-action from 2 to 3
2023-09-18 13:27:05 -07:00
dependabot[bot]
3a1be51b48
chore(deps): bump docker/login-action from 2 to 3
...
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>
2023-09-18 15:38:30 +00:00
Tulili
8993aad60e
feat: gnome-vrr installer ( #45 )
...
* feat: add container-tools bling option
* feat(bling-module): add gnome-vrr copr install script
* fix: um this shouldnt be here
* docs(bling-module): gnome-vrr description
2023-09-18 15:15:45 +00:00
zelikos
58d769985a
fix(systemd): Force-enable services to override existing symlinks
2023-09-17 14:43:33 -04:00
zelikos
5aca8898bf
Revert "fix(systemd): Run disables before enables"
...
This reverts commit be8f58a035 .
2023-09-17 14:39:34 -04:00
zelikos
2447c781f3
fix(systemd): Use --global for user services
2023-09-15 15:45:20 -04:00
zelikos
be8f58a035
fix(systemd): Run disables before enables
2023-09-15 14:11:06 -04:00
Lordus Kordus
7699cc919c
fix: typos in systemd module ( #40 )
...
* module systemd: fix typos in README.md
* module systemd: fix typos in systemd.sh
2023-09-13 17:11:20 +00:00
Lordus Kordus
ffb1a5b6be
fix: put dconf-update-service in /usr/lib/ ( #39 )
2023-09-13 15:16:25 +00:00
gerblesh
5d03e9ff2d
fix(startingpoint): add get_config_value and set_config_value to ublue-update.sh ( #37 )
2023-09-12 17:39:40 +00:00
Lordus Kordus
9a3ceabc68
fix: misc typos ( #36 )
...
* Fix typo in dconf-update-service.sh
* Probably a typo in rpm-ostree.sh
* Fix typo in README.md
2023-09-12 16:30:42 +00:00
gerblesh
69b4ced037
docs(startingpoint): fix typos with formatting ( #35 )
2023-09-11 05:25:46 +00:00
Tulili
911ed35367
fix: make sure wallpapers dir exists before symlinking
...
that should make the new modular system in startingpoint accept the wallpapers rpm!
2023-09-10 19:04:35 -03:00
dependabot[bot]
dcde5b16be
chore(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-10 16:14:12 -03:00
dependabot[bot]
69d0f26045
chore(deps): bump actions/checkout from 3 to 4
...
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>
2023-09-10 16:14:05 -03:00
xyny
3a76d99ba0
Update README.md
2023-09-10 14:35:34 +00:00
xyny
7c4dd1553e
feat: startingpoint modules ( #33 )
...
* feat: add startingpoint modules
some modules authored by @gerblesh
original source: https://github.com/ublue-os/startingpoint/pull/135
* docs: better readme for modules dir
* docs: yafti deps
* docs: sp more information
* feat: startingpoint modules in container
* docs: sentence structure, check sidebar
2023-09-10 14:29:26 +00:00
gerblesh
288945331e
docs(just): update nix installer author ( #32 )
2023-09-08 09:50:23 +00:00
tulili
96ef1b1efc
refactor(nix): use determinate system installer instead of custom script
2023-08-27 00:50:06 -03:00
RJ Trujillo
0a36820b24
fix(wallpapers): Symlink to wallpapers dir for KDE
...
Fixes wallpapers under KDE via a symlink from .../backgrounds/ublue-os to .../wallpapers/ublue-os
2023-07-26 20:18:40 -03:00
tulili
1f8f8fa703
fix(workaround): fonts not being properly displayed in systems
2023-07-17 11:05:20 -03:00
Tulili
5dece35a46
fix(just): set statement after includes
2023-07-13 15:39:38 -03:00
Tulili
6d5fdb97dd
fix: change duplicate justfile recipes from bling
2023-07-10 21:11:45 -03:00
EinoHR
dd3eec3353
fix: allow duplicates in bling.just ( #25 )
...
some recipes overlap with config
2023-07-10 13:25:15 +00:00
dependabot[bot]
a02274ba99
chore(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.0...v3.1.1 )
---
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-07-06 20:28:12 -03:00
Tulili
eabe0139d1
fix: ensure that /rpms and /files are directories on the final image
2023-07-02 20:29:29 -03:00
gerblesh
a94b31132b
feat: added ublue-update to the rpm packages
...
added in the ublue-update RPM into the rpms folder, may want to include something about uninstalling the update services, or include something in startingpoint that enables this by default.
2023-07-02 19:47:36 -03:00
Tulili
e863c97614
fix: remove unnecessary "default" definition for distrobox justfile
2023-07-01 20:41:36 -03:00
lili
f4dbdab3ae
feat(wallpapers): update spec to work with gnome requirements
2023-07-01 02:15:13 -03:00
lili
e0942fde64
feat: add xml files and generator for them
2023-07-01 02:15:13 -03:00
Tulili
5efcdef282
fix(wallpapers): exclude LICENSE from RPM spec
2023-06-30 22:44:18 -03:00
Tulili
5219461e2e
docs(wallpapers): proper url for rpm package
2023-06-30 13:17:59 -03:00
Tulili
7735acad03
fix(wallpapers): move wallpapers to usr share wallpapers in rpm build
...
This should make them auto recognizeable by the OS
2023-06-30 13:16:13 -03:00
lili
7b5078f71e
fix: permission issues in ubuntu font and wallpapers spec
2023-06-30 03:39:55 -03:00
dependabot[bot]
abafb6298d
chore(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.5 to 3.1.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.5...v3.1.0 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30 02:38:08 -03:00
Tulili
8dbfa5fec4
fix: download latest ttf fonts from intel one mono
...
fixes #14
2023-06-30 02:37:36 -03:00
lili
6457083897
fix: add files for build folder
...
i forgot that there was a git repo in it...
2023-06-30 01:37:10 -03:00
lili
59ca23a023
chore: remove usr tree
2023-06-30 01:36:03 -03:00
Tulili
4a8f1ba9fb
Merge branch 'main' into wallpapers
2023-06-30 01:31:49 -03:00