Skip to content

Commit

Permalink
Add 39-LXQt
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Nov 10, 2023
1 parent e33a6ad commit 4749f2c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: 38-LXQt
name: 39-LXQt

on:
push:
branches:
- 38-LXQt
- 39-LXQt
paths-ignore:
- '.github/workflows/**'
schedule:
- cron: '0 4 * * 6'

env:
BRANCH: 38-LXQt
BRANCH: 39-LXQt
GITHUB_ENDPOINT: netbootxyz/fedora-assets
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
BUILD_TYPE: iso_extraction
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 38-LXQt
ref: 39-LXQt

- name: Get SHA of actual branch instead of master
run: |
Expand Down
4 changes: 2 additions & 2 deletions endpoints.template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
endpoints:
fedora-38-LXQt:
fedora-39-LXQt:
path: /fedora-assets/releases/download/REPLACE_RELEASE_NAME/
files:
- vmlinuz
- initrd
- squashfs.img
os: fedora
version: 38
version: 39
flavor: LXQt
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
URL="https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Spins/x86_64/iso/Fedora-LXQt-Live-x86_64-38-REPLACE_VERSION.iso"
URL="https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Spins/x86_64/iso/Fedora-LXQt-Live-x86_64-39-REPLACE_VERSION.iso"
TYPE=file
CONTENTS="\
images/pxeboot/vmlinuz|vmlinuz
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e
VERSION=$(curl -sL https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Spins/x86_64/iso/ |awk '/Fedora-LXQt-Live/' | grep -Po "(\d+\.)+\d+" | head -1)
VERSION=$(curl -sL https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Spins/x86_64/iso/ |awk '/Fedora-LXQt-Live/' | grep -Po "(\d+\.)+\d+" | head -1)
echo "${VERSION}"

0 comments on commit 4749f2c

Please sign in to comment.