Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oes and res changes #8150

Merged
merged 3 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions susemanager-sync-data/additional_products.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"url" : "https://nu.novell.com/repo/$RCE/OES23.4-Pool/sle-15-x86_64/",
"name" : "OES23.4-Pool",
"distro_target" : "sle-15-x86_64",
"description" : "Open Enterprise Server 2023.4",
"description" : "Open Enterprise Server 23.4",
"enabled" : true,
"autorefresh" : false,
"installer_updates" : false
Expand All @@ -97,7 +97,7 @@
"url" : "https://nu.novell.com/repo/$RCE/OES23.4-Updates/sle-15-x86_64/",
"name" : "OES23.4-Updates",
"distro_target" : "sle-15-x86_64",
"description" : "Open Enterprise Server 2023.4",
"description" : "Open Enterprise Server 23.4",
"enabled" : true,
"autorefresh" : true,
"installer_updates" : false
Expand Down Expand Up @@ -358,7 +358,7 @@
"name" : "OES23.4-SLE-Module-Desktop-Applications15-SP4-Pool",
"distro_target" : "sle-15-x86_64",
"description" : "SLE-Module-Desktop-Applications15-SP4-Pool for sle-15-x86_64",
"enabled" : false,
"enabled" : true,
"autorefresh" : false,
"installer_updates" : false
},
Expand All @@ -368,7 +368,7 @@
"name" : "OES23.4-SLE-Module-Desktop-Applications15-SP4-Updates",
"distro_target" : "sle-15-x86_64",
"description" : "SLE-Module-Desktop-Applications15-SP4-Updates for sle-15-x86_64",
"enabled" : false,
"enabled" : true,
"autorefresh" : true,
"installer_updates" : false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- update repository description of OES 23.4 (bsc#1215514)
2 changes: 1 addition & 1 deletion susemanager/src/mgr_bootstrap_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@
'PDID' : -34, 'PKGLIST' : PKGLIST15_SALT + PKGLIST15_X86_ARM,
'DEST' : DOCUMENT_ROOT + '/pub/repositories/sle/15/4/bootstrap/'
},
'OES2023-SP4' : {
'OES23.4' : {
'PDID' : -42, 'PKGLIST' : PKGLIST15_SALT + PKGLIST15_X86_ARM,
'DEST' : DOCUMENT_ROOT + '/pub/repositories/sle/15/4/bootstrap/'
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- rename OES label to OES23.4 (bsc#1215514)
Loading