correct versions.json milestone
This commit is contained in:
parent
a272347802
commit
08f5e83577
@ -155,7 +155,7 @@ update_version()
|
|||||||
fi
|
fi
|
||||||
# Add version to versions.json
|
# Add version to versions.json
|
||||||
versionJson="$(jq -e \
|
versionJson="$(jq -e \
|
||||||
--arg milestone "${version}" --arg milestoneversion "${version}${ubi}" --arg version "$mariaVersion" --arg fullVersion "$fullVersion" --arg releaseStatus "$releaseStatus" --arg supportType "$supportType" --arg base "$base" --arg arches "${arches# }" \
|
--arg milestone "${version%%-*}" --arg milestoneversion "${version}${ubi}" --arg version "$mariaVersion" --arg fullVersion "$fullVersion" --arg releaseStatus "$releaseStatus" --arg supportType "$supportType" --arg base "$base" --arg arches "${arches# }" \
|
||||||
'.[$milestoneversion] = {"milestone": $milestone, "version": $version, "fullVersion": $fullVersion, "releaseStatus": $releaseStatus, "supportType": $supportType, "base": $base, "arches": $arches|split(" ")}' versions.json)"
|
'.[$milestoneversion] = {"milestone": $milestone, "version": $version, "fullVersion": $fullVersion, "releaseStatus": $releaseStatus, "supportType": $supportType, "base": $base, "arches": $arches|split(" ")}' versions.json)"
|
||||||
printf '%s\n' "$versionJson" > versions.json
|
printf '%s\n' "$versionJson" > versions.json
|
||||||
}
|
}
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"10.6-jammy": {
|
"10.6-jammy": {
|
||||||
"milestone": "10.6-jammy",
|
"milestone": "10.6",
|
||||||
"version": "10.6.22",
|
"version": "10.6.22",
|
||||||
"fullVersion": "1:10.6.22+maria~ubu2204",
|
"fullVersion": "1:10.6.22+maria~ubu2204",
|
||||||
"releaseStatus": "Stable",
|
"releaseStatus": "Stable",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user