fix: switch urls to fetch main branch in module.ymls
This commit is contained in:
parent
93f3807999
commit
03ac42e16f
11 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
name: akmods
|
||||
shortdesc: The akmods module is a tool used for managing and installing kernel modules built by Universal Blue.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/akmods/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/akmods/README.md
|
||||
example: |
|
||||
type: akmods
|
||||
install:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: bling
|
||||
shortdesc: The bling module can be used to pull in small "bling" into your image.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/bling/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/bling/README.md
|
||||
example: |
|
||||
type: bling
|
||||
install:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: default-flatpaks
|
||||
shortdesc: The default-flatpaks module can be used to install or uninstall flatpaks from a configurable remote on every boot.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/default-flatpaks/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/default-flatpaks/README.md
|
||||
example: |
|
||||
modules: # configured multiple times to highlight how options are overridden
|
||||
- type: default-flatpaks
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: files
|
||||
shortdesc: The files module simplifies the process of copying files to the image during the build time.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/files/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/files/README.md
|
||||
example: |
|
||||
type: files
|
||||
files:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: fonts
|
||||
shortdesc: The `fonts` module can be used to install fonts from Nerd Fonts or Google Fonts.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/fonts/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/fonts/README.md
|
||||
example: |
|
||||
type: fonts
|
||||
fonts:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: gschema-overrides
|
||||
shortdesc: The `gschema-overrides` module can be used for including system-setting overrides for GTK-based desktop environments.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/gschema-overrides/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/gschema-overrides/README.md
|
||||
example: |
|
||||
type: gschema-overrides
|
||||
include:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: rpm-ostree
|
||||
shortdesc: The rpm-ostree module offers pseudo-declarative package and repository management using rpm-ostree.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/rpm-ostree/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/rpm-ostree/README.md
|
||||
example: |
|
||||
type: rpm-ostree
|
||||
repos:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: script
|
||||
shortdesc: The script module can be used to run arbitrary scripts at image build time.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/script/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/script/README.md
|
||||
example: |
|
||||
type: script
|
||||
scripts:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: signing
|
||||
shortdesc: The signing module is used to install the required signing policies for cosign image verification with rpm-ostree and bootc.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/signing/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/signing/README.md
|
||||
example: |
|
||||
type: signing # this sets up the proper policy & signing files for signed images to work fully
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
name: systemd
|
||||
shortdesc: The systemd module streamlines the management of systemd units during image building.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/systemd/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/systemd/README.md
|
||||
example: |
|
||||
type: systemd
|
||||
system:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: yafti
|
||||
shortdesc: The yafti module can be used to install yafti and set it up to run on first boot.
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/yafti/README.md
|
||||
readme: https://raw.githubusercontent.com/ublue-os/bling/main/modules/yafti/README.md
|
||||
example: |
|
||||
type: yafti
|
||||
custom-flatpaks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue