Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 728 Bytes

File metadata and controls

26 lines (17 loc) · 728 Bytes

Fuse Patch

A Fuse installer and patch utility.

The patch tool interacts with a target server and a repository that contains available packages.

The server and the repository can be queried like this respectively

> fusepatch --query-server
> fusepatch --query-repository

The main function of the patch tool however is to install a distribution from the repository like this

> fusepatch --install fuse-eap-distro-6.2.1-redhat

or update the server to the the latest like this

> fusepatch --update fuse-eap-distro

Please see the User Guide for details.