Skip to content

Releases: rh-lab-q/remote-dependency-solving

Second version of server side dependency solving

31 Jul 10:03
Compare
Choose a tag to compare

Second version contains client and server executable applications.

Client is capable:
- send @System.solve file to server
- gathering repo data, putting these information together with requested package in an JSON and sending it to the server side
- parsing answer from server and download .rpm files from dependency result
- install downloaded packages and remove .rpm files after use

Server is capable:
- listens on specified ports (communication and data)
- receives info from client
- performs dependency solving (result is sent as JSON to client)

First version server-side-dependency-solving

27 Nov 12:54
Compare
Choose a tag to compare

First version contains client and server executable applications.

Client is capable of gathering repo data, putting these information together in an xml and sending it to the server side.

Server listenes on specified port, recieves info from client and performs simple communication tasks.