mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-26 11:00:56 +00:00
add minor version to release_version
This commit is contained in:
parent
1cb01becb9
commit
163e1750a7
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ from common/include-excludes import *
|
||||||
# PRODUCT INFO
|
# PRODUCT INFO
|
||||||
release_name = "Rocky Development"
|
release_name = "Rocky Development"
|
||||||
release_short = "Rocky-devel"
|
release_short = "Rocky-devel"
|
||||||
release_version = "8"
|
release_version = "8.8"
|
||||||
version = "8-devel"
|
version = "8-devel"
|
||||||
|
|
||||||
skip_phases = ['buildinstall','productimg','createiso','extra_isos','extra_files']
|
skip_phases = ['buildinstall','productimg','createiso','extra_isos','extra_files']
|
||||||
|
|
4
r8.conf
4
r8.conf
|
@ -5,7 +5,7 @@ from common/include-excludes import *
|
||||||
# PRODUCT INFO
|
# PRODUCT INFO
|
||||||
release_name = "Rocky Linux"
|
release_name = "Rocky Linux"
|
||||||
release_short = "Rocky"
|
release_short = "Rocky"
|
||||||
release_version = "8"
|
release_version = "8.8"
|
||||||
version = "8.8"
|
version = "8.8"
|
||||||
|
|
||||||
# GENERAL SETTINGS
|
# GENERAL SETTINGS
|
||||||
|
@ -98,7 +98,7 @@ lorax_options = [
|
||||||
"*": {
|
"*": {
|
||||||
"noupgrade": False,
|
"noupgrade": False,
|
||||||
"rootfs_size": 3,
|
"rootfs_size": 3,
|
||||||
"version": "8"
|
"bugurl": "https://bugs.rockylinux.org"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue