Skip to content

Commit

Permalink
add SUSE Manager bootstrap repo definition for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Sep 30, 2024
1 parent 19d5dcc commit b0c5401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions susemanager/src/mgr_bootstrap_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,13 @@
"DEST": DOCUMENT_ROOT + "/pub/repositories/ubuntu/22/4/bootstrap/",
"TYPE": "deb",
},
"ubuntu-24.04-amd64": {
"PDID": [-44, 2886],
"BETAPDID": [2887],
"PKGLIST": PKGLISTUBUNTU2404,
"DEST": DOCUMENT_ROOT + "/pub/repositories/ubuntu/24/4/bootstrap/",
"TYPE": "deb",
},
"ubuntu-16.04-amd64-uyuni": {
"BASECHANNEL": "ubuntu-16.04-pool-amd64-uyuni",
"PKGLIST": PKGLISTUBUNTU1604,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- add SUSE Manager bootstrap repo definition for Ubuntu 24.04

0 comments on commit b0c5401

Please sign in to comment.