Skip to content

Commit

Permalink
update branding
Browse files Browse the repository at this point in the history
  • Loading branch information
apoordev committed Sep 16, 2024
1 parent 1a63015 commit e42e63c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ublue main 39
name: main 39
on:
pull_request:
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ublue main 40
name: main 40
on:
pull_request:
merge_group:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-ublue
name: build-main
on:
workflow_call:
inputs:
Expand All @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
build_ublue:
build_main:
name: main
runs-on: ubuntu-24.04
permissions:
Expand Down Expand Up @@ -275,10 +275,10 @@ jobs:
name: Check all ${{ inputs.fedora_version }} builds successful
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
needs: [build_ublue]
needs: [build_main]
steps:
- name: Exit on failure
if: ${{ needs.build_ublue.result == 'failure' }}
if: ${{ needs.build_main.result == 'failure' }}
shell: bash
run: exit 1
- name: Exit
Expand Down
22 changes: 3 additions & 19 deletions boot_menu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ublue_variants:
- label: ublue-os/main
- label: sd/main
ks: /kickstart/ublue-os.ks
flavors:
- label: silverblue-main
Expand All @@ -16,7 +16,7 @@ ublue_variants:
- label: mate-main
- label: base-main
info: no DE
- label: ublue-os/nvidia
- label: sd/nvidia
ks: /kickstart/ublue-os-nvidia.ks
subvariants:
- label: latest driver
Expand All @@ -36,20 +36,4 @@ ublue_variants:
- label: lxqt-nvidia
- label: mate-nvidia
- label: base-nvidia
info: no DE
- label: ublue-os/bluefin
ks: /kickstart/ublue-os.ks
flavors:
- label: bluefin
info: Bluefin
- label: bluefin-nvidia
info: Bluefin for Nvidia
- label: bluefin-framework
info: Bluefin for Framework Laptops
- label: bluefin-dx
info: Bluefin Developer Experience
- label: bluefin-dx-nvidia
info: Bluefin Developer Experience for Nvidia
- label: bluefin-dx-framework
info: Bluefin Developer Experience for Framework Laptops
ks: /kickstart/ublue-os-nvidia.ks
info: no DE
11 changes: 0 additions & 11 deletions emeritus.md

This file was deleted.

4 changes: 2 additions & 2 deletions just_scripts/build-iso-installer-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ ${container_mgr} run --rm --privileged \
ARCH="x86_64" \
ENABLE_CACHE_DNF="false" \
ENABLE_CACHE_SKOPEO="false" \
ENROLLMENT_PASSWORD="ublue-os" \
ENROLLMENT_PASSWORD="sociallydistant" \
IMAGE_NAME="${tag}" \
IMAGE_REPO="localhost" \
IMAGE_TAG="${version}-${git_branch}" \
ISO_NAME="build/${tag}-${version}-${git_branch}.iso" \
SECURE_BOOT_KEY_URL='https://github.com/ublue-os/akmods/raw/main/certs/public_key.der' \
SECURE_BOOT_KEY_URL='https://github.com/apoordev/kernel-cache/raw/main/certs/public_key.der' \
VARIANT="${variant}" \
VERSION="${version}"
4 changes: 2 additions & 2 deletions just_scripts/build-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ ${container_mgr} run --rm --privileged \
ARCH="x86_64" \
ENABLE_CACHE_DNF="false" \
ENABLE_CACHE_SKOPEO="false" \
ENROLLMENT_PASSWORD="ublue-os" \
ENROLLMENT_PASSWORD="sociallydistant" \
IMAGE_NAME="${tag}" \
IMAGE_REPO="localhost" \
IMAGE_TAG="${version}-${git_branch}" \
ISO_NAME="build/${tag}-${version}-${git_branch}.iso" \
SECURE_BOOT_KEY_URL='https://github.com/ublue-os/akmods/raw/main/certs/public_key.der' \
SECURE_BOOT_KEY_URL='https://github.com/apoordev/kernel-cache/raw/main/certs/public_key.der' \
VARIANT="${variant}" \
VERSION="${version}"

0 comments on commit e42e63c

Please sign in to comment.