Skip to content

Commit

Permalink
use focal base
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Feb 26, 2024
1 parent 0fbaa69 commit 7ee1fce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
11 changes: 5 additions & 6 deletions wine-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ AppDir:
apt:
arch: [amd64]
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
- sourceline: 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
- sourceline: 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
key_url: 'https://dl.winehq.org/wine-builds/winehq.key'
# - sourceline: 'deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ jammy main'
# key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xFCAE110B1118213C'
- sourceline: 'deb https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu jammy main'
- sourceline: 'deb https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu focal main'
key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf63f0f2b90935439'

include:
Expand All @@ -44,7 +44,6 @@ AppDir:
- dash
- coreutils
- mesa-utils
- mesa-utils-bin
- unionfs-fuse
- vulkan-tools
- libmspack0
Expand Down
11 changes: 5 additions & 6 deletions wine-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ AppDir:
apt:
arch: [amd64]
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
- sourceline: 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
- sourceline: 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
key_url: 'https://dl.winehq.org/wine-builds/winehq.key'
# - sourceline: 'deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ jammy main'
# key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xFCAE110B1118213C'
- sourceline: 'deb https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu jammy main'
- sourceline: 'deb https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu focal main'
key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf63f0f2b90935439'

include:
Expand All @@ -44,7 +44,6 @@ AppDir:
- dash
- coreutils
- mesa-utils
- mesa-utils-bin
- unionfs-fuse
- vulkan-tools
- libmspack0
Expand Down
11 changes: 5 additions & 6 deletions wine-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ AppDir:
apt:
arch: [amd64]
sources:
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse'
- sourceline: 'deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
- sourceline: 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
- sourceline: 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
key_url: 'https://dl.winehq.org/wine-builds/winehq.key'
# - sourceline: 'deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ jammy main'
# key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xFCAE110B1118213C'
- sourceline: 'deb https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu jammy main'
- sourceline: 'deb https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu focal main'
key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf63f0f2b90935439'

include:
Expand All @@ -44,7 +44,6 @@ AppDir:
- dash
- coreutils
- mesa-utils
- mesa-utils-bin
- unionfs-fuse
- vulkan-tools
- libmspack0
Expand Down

0 comments on commit 7ee1fce

Please sign in to comment.