Skip to content

Commit

Permalink
chore: remove 38 code (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 27, 2024
1 parent 4466818 commit d7c60c3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 63 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build-38-bluefin.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ jobs:
TIMESTAMP="$(date +%Y%m%d)"
FEDORA_VERSION="${{ matrix.fedora_version }}"
if [[ "${{ matrix.fedora_version }}" -eq "38" ]]; then
IS_LATEST_VERSION=false
IS_STABLE_VERSION=true
IS_GTS_VERSION=false
elif [[ "${{ matrix.fedora_version }}" -eq "39" ]]; then
if [[ "${{ matrix.fedora_version }}" -eq "39" ]]; then
IS_LATEST_VERSION=false
IS_STABLE_VERSION=true
IS_GTS_VERSION=true
Expand Down
3 changes: 0 additions & 3 deletions build_files/base/aurora-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ if [[ "${BASE_IMAGE_NAME}" = "kinoite" ]]; then
rm -f /usr/etc/profile.d/gnome-ssh-askpass.{csh,sh} # This shouldn't be pulled in
rm -f /usr/share/kglobalaccel/org.kde.konsole.desktop
systemctl enable kde-sysmonitor-workaround.service
if [[ "$FEDORA_MAJOR_VERSION " -eq "38" ]]; then
rm -f /usr/etc/profile.d/aurora-fastfetch.sh
fi
fi
6 changes: 1 addition & 5 deletions build_files/base/bluefin-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ if [[ "${BASE_IMAGE_NAME}" = "silverblue" ]]; then
if [[ -f /usr/share/applications/org.gnome.SystemMonitor.desktop ]]; then
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/org.gnome.SystemMonitor.desktop
fi
if [[ "$FEDORA_MAJOR_VERSION " -eq "38" ]]; then
rm -f /usr/etc/profile.d/bluefin-fashfetch.sh
else
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.gnome.Terminal.desktop
fi
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.gnome.Terminal.desktop
fi
18 changes: 0 additions & 18 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,24 +137,6 @@
"dx": []
}
},
"38": {
"include": {
"silverblue": [
"gnome-shell-extension-tailscale-status"
],
"dx": [
"distrobuilder",
"devpod",
"podman-plugins"
]
},
"exclude": {
"silverblue": [
"podman-docker"
],
"dx": []
}
},
"39": {
"include": {
"all": [
Expand Down

0 comments on commit d7c60c3

Please sign in to comment.