Skip to content

Commit

Permalink
feat: add OSTree to try out
Browse files Browse the repository at this point in the history
because why not, immutable router without Nix abstractions!
  • Loading branch information
JJGadgets committed Apr 23, 2024
1 parent e2d7bf1 commit dca5afb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ostree-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
timeout-minutes: 40
container:
image: public.ecr.aws/docker/library/fedora:39@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d6e0
image: public.ecr.aws/docker/library/fedora:40
# Fix SELinux for the built OSTree: https://github.com/coreos/rpm-ostree/issues/1943
options: --privileged --security-opt label:disable
strategy:
Expand Down
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/ https://github.com/JJGadgets/Biohazard 301
2 changes: 1 addition & 1 deletion ostree/repos.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
curl -v -o ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" | wget -O ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo"
curl -v -o ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" || wget -O ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo"
5 changes: 0 additions & 5 deletions ostree/router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ tmp-is-dir: true
repos:
- fedora-40
- fedora-40-updates
# - fedora-40-updates-testing
- rpmfusion-free
- rpmfusion-free-updates
- copr:copr.fedorainfracloud.org:wezfurlong:wezterm-nightly
- copr:copr.fedorainfracloud.org:atim:i3status-rust

packages:
# base
Expand Down

0 comments on commit dca5afb

Please sign in to comment.