You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Endpoint lists available patchsets for a feed and product.
394
-
Sort order is from oldest to newest patchsets.
393
+
Endpoint lists available patchsets for a specified feed and product, optionally filtered by distribution(s). The distro filter narrows results to only those patchsets that apply to the specified distributions.
394
+
If no distro is provided, patchsets for all available distributions are returned. Results are returned from oldest to newest patchsets.
395
395
396
396
Requires read permissions and accepts basic authorization.
*`feed`: String, optional. Name of the feed to list patchsets for. `main` by default.
401
401
*`product`: String, optional. Possible values are: `kernel`, `user`, `qemu`, `db`.
402
402
Selects a patchstore for a specified product. `kernel` by default.
403
+
*`distro`: String (multi), optional. Filters results by one or more Linux distributions. Can be passed multiple times, e.g., `?distro=centos7&distro=almalinux8`.
Copy file name to clipboardExpand all lines: docs/eportal/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ As far as other requirements concerned, we have tested the following configurati
43
43
If you are installing for the first time, please confirm with our sales engineering team at [[email protected]]([email protected])**BEFORE** trying the installation via the documentation below. Please note that support tickets resulting from not following this recommendation will not be accepted.
44
44
:::
45
45
46
-
ePortal is compatible with 64-bit versions of EL7/8/9 based distros like CentOS 7/8, AlmaLinux 8/9, Ubuntu 20.04/22.04/24.04 and Debian 11/12
46
+
ePortal is compatible with 64-bit versions of EL7/8/9 based distros like CentOS 7/8, AlmaLinux 8/9/10, Ubuntu 20.04/22.04/24.04 and Debian 11/12
0 commit comments