Skip to content

Commit 4ba6400

Browse files
committed
Update all data into stream 4.0.
Update all repomap files into new format version 1.3.0. Add 'distro' field. The field's value in Kitten repomap files is 'almalinux'. Rename Vendors' repositories mapping json files into templates and process them with generate_map_pes_files.sh. Update data to the upstream most recent version 0.22.0-4 (2544f574969626bfe99cfd8aadd8eef36ecb2841). Bump the package version.
1 parent 4f4d31f commit 4ba6400

56 files changed

Lines changed: 4802 additions & 2258 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/elevate.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ on:
5252
type: boolean
5353
default: true
5454

55-
oraclelinux:
56-
description: 'OracleLinux (7 to 8 only)'
57-
required: true
58-
type: boolean
59-
default: true
60-
61-
rocky:
62-
description: 'Rocky Linux'
63-
required: true
64-
type: boolean
65-
default: true
66-
6755
vendors:
6856
description: 'Install vendors'
6957
required: true
@@ -115,23 +103,6 @@ jobs:
115103
fi
116104
fi
117105
118-
# Oracle Linux variants
119-
if [ "${{ inputs.oraclelinux }}" = "true" ]; then
120-
if [ "${{ inputs.to8 }}" = "true" ]; then
121-
VARIANTS+=("centos 7 to oraclelinux 8")
122-
fi
123-
fi
124-
125-
# Rocky Linux variants
126-
if [ "${{ inputs.rocky }}" = "true" ]; then
127-
if [ "${{ inputs.to8 }}" = "true" ]; then
128-
VARIANTS+=("centos 7 to rocky 8")
129-
fi
130-
if [ "${{ inputs.to9 }}" = "true" ]; then
131-
VARIANTS+=("rocky 8 to rocky 9")
132-
fi
133-
fi
134-
135106
[ ${#VARIANTS[@]} -ne 0 ] && matrix=$(printf '"%s",' "${VARIANTS[@]}")
136107
matrix=${matrix%,} # Remove the trailing comma
137108
echo matrix=$(jq -c <<< [${matrix}]) >> $GITHUB_OUTPUT
@@ -175,15 +146,6 @@ jobs:
175146
vm_box=eurolinux-vagrant/centos-stream-${source_release} # generic/centos8s
176147
target_release_string="CentOS Stream release ${target_release}"
177148
;;
178-
oraclelinux )
179-
vm_box=eurolinux-vagrant/oracle-linux-${source_release} # generic/oracle8
180-
target_release_string="Oracle Linux Server release ${target_release}"
181-
target_release_file=/etc/oracle-release
182-
;;
183-
rocky )
184-
vm_box=eurolinux-vagrant/rocky-${source_release} # generic/rocky8
185-
target_release_string="Rocky Linux release ${target_release}"
186-
;;
187149
esac
188150
if [ "${source_release}" = "7" ]; then
189151
# Elevate all from CentOS 7

files/almalinux-kitten/device_driver_deprecation_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"provided_data_streams": [
3-
"3.3"
3+
"4.0"
44
],
55
"data": [
66
{

0 commit comments

Comments
 (0)