skazi0 / connect-ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUSEConnect-ng

SUSEConnect-ng is a work-in-progress project to rewrite SUSEConnect in Golang.

SUSEConnect is a command line tool for connecting a client system to the SUSE Customer Center. It will connect the system to your product subscriptions and enable the product repositories/services locally.

SUSEConnect-ng reduces the size of its runtime dependencies compared to the replaced SUSEConnect.

SUSEConnect-ng is distributed as RPM for all SUSE distributions and gets built in the openSUSE build service.

Please visit https://scc.suse.com to see and manage your subscriptions.

SUSEConnect communicates with SCC over this REST API.

Build

Requires Go 1.16 for embed.

make build

This will create a out/suseconnect binary.

Build in container

cd connect-ng
podman run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.16 make build

This will create a out/suseconnect binary on the host.

About

License:Other


Languages

Language:Go 87.1%Language:Ruby 11.1%Language:Shell 0.9%Language:Makefile 0.8%Language:C 0.1%