Skip to content

Commit

Permalink
refactor: migration PR (#245)
Browse files Browse the repository at this point in the history
* chore: remove/replace old ublue/startingpoint mentions

* chore: replace startingpoint in build badge url

* chore: bring up-to-date with the main template, strip cruft from readmes

* build(deps): bump mikefarah/yq from 4.40.5 to 4.41.1 (#246)

Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.40.5 to 4.41.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.40.5...v4.41.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: backport some fixes from cli exports to build.sh

* docs: add verification message

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
xynydev and dependabot[bot] authored Feb 25, 2024
1 parent 4923fc7 commit e7824c0
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 511 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @castrojo
* @xynydev
2 changes: 0 additions & 2 deletions .github/semantic.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fi
- name: Add yq (for reading recipe.yml)
uses: mikefarah/yq@v4.40.5
uses: mikefarah/yq@v4.41.1

- name: Gather image data from recipe
run: |
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/release-iso.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
paths:
- 'boot_menu.yml'
- '.github/workflows/release-iso.yml'
- "boot_menu.yml"
- ".github/workflows/release-iso.yml"
workflow_dispatch:

name: release-iso
Expand All @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
container:
container:
image: fedora:39
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Generate ISO
uses: ublue-os/[email protected]
- name: Generate ISO
uses: ublue-os/isogenerator-old@v2.3.1
id: isogenerator
with:
image-name: ${{ github.event.repository.name }}
Expand All @@ -43,5 +43,4 @@ jobs:
- name: Upload SHA256SUM
env:
GITHUB_TOKEN: ${{ github.token }}
run:
gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber
run: gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber
128 changes: 0 additions & 128 deletions CODE_OF_CONDUCT.md

This file was deleted.

141 changes: 0 additions & 141 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY config /tmp/config/

# Copy modules
# The default modules are inside ublue-os/bling
COPY --from=ghcr.io/ublue-os/bling:latest /modules /tmp/modules/
COPY --from=ghcr.io/blue-build/modules:latest /modules /tmp/modules/
# Custom modules overwrite defaults
COPY modules /tmp/modules/

Expand Down
Loading

0 comments on commit e7824c0

Please sign in to comment.