Parse the release from the kiwi config
This commit is contained in:
parent
33c0bf12da
commit
31a7b38df4
@ -28,7 +28,7 @@ newlineToJson() {
|
||||
printf ']\n'
|
||||
}
|
||||
|
||||
release='rawhide'
|
||||
release="$(awk -F'[<>]' '/release-version/ { print $3 }' config.xml)"
|
||||
if [ -f buildver ]; then
|
||||
date="$(cat buildver)"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user