Skip to content

Commit

Permalink
Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Nov 8, 2023
1 parent f158052 commit 72245af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions create-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ function main() {

mkdir -p "${TMPDIR}"

version_id=${3:-38}
# shellcheck source=linux_files/os-release-38
version_id=${3:-39}
# shellcheck source=linux_files/os-release-39
source "linux_files/os-release-${version_id}"

# Accept argument input for architecture type
Expand Down
2 changes: 1 addition & 1 deletion debootstrap_architecture_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir rootfs
displayName: 'Creating rootfs folder'
- script: sudo bash create-targz.sh $(ARCH) "$PWD/rootfs" 38
- script: sudo bash create-targz.sh $(ARCH) "$PWD/rootfs" 39
displayName: 'Build image'

- script: |
Expand Down
14 changes: 14 additions & 0 deletions linux_files/os-release-39
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
NAME="Fedora Remix for WSL"
VERSION="39"
ID=fedoraremixforwsl
ID_LIKE=fedora
VERSION_ID=39
PLATFORM_ID="platform:f39"
PRETTY_NAME="Fedora Remix for WSL"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:fedoraproject:fedora:39"
HOME_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
SUPPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL"
BUG_REPORT_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/issues"
PRIVACY_POLICY_URL="https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/blob/master/PRIVACY.md"
FEDORA_REMIX_VERSION=39.0.0

0 comments on commit 72245af

Please sign in to comment.