{"id":22914289,"url":"https://github.com/suse/connect","last_synced_at":"2025-05-12T13:43:40.319Z","repository":{"id":13581818,"uuid":"16274443","full_name":"SUSE/connect","owner":"SUSE","description":"SUSEConnect Client","archived":false,"fork":false,"pushed_at":"2023-11-17T10:56:57.000Z","size":2404,"stargazers_count":16,"open_issues_count":4,"forks_count":8,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-03-26T18:54:36.320Z","etag":null,"topics":["cli","registration","ruby","suse"],"latest_commit_sha":null,"homepage":"https://scc.suse.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SUSE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-01-27T09:21:26.000Z","updated_at":"2024-02-23T12:25:52.000Z","dependencies_parsed_at":"2023-11-17T11:47:46.754Z","dependency_job_id":null,"html_url":"https://github.com/SUSE/connect","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fconnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fconnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fconnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUSE%2Fconnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SUSE","download_url":"https://codeload.github.com/SUSE/connect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253749589,"owners_count":21958147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","registration","ruby","suse"],"created_at":"2024-12-14T05:14:15.518Z","updated_at":"2025-05-12T13:43:40.298Z","avatar_url":"https://github.com/SUSE.png","language":"Ruby","readme":"[![Build Status](https://github.com/SUSE/connect/actions/workflows/ci_runner.yml/badge.svg)]()\n[![Code Climate](https://codeclimate.com/github/SUSE/connect.png)](https://codeclimate.com/github/SUSE/connect)\n[![Coverage Status](https://coveralls.io/repos/SUSE/connect/badge.png?branch=master)](https://coveralls.io/r/SUSE/connect)\n\n# SUSEConnect\n\nSUSEConnect is a command line tool for connecting a client system to the SUSE Customer Center.\nIt will connect the system to your product subscriptions and enable the product repositories/services locally.\n\nSUSEConnect is distributed as RPM for all SUSE distributions and gets built in\nthe [openSUSE build service](https://build.opensuse.org/package/show/systemsmanagement:SCC/SUSEConnect).\n\nPlease visit https://scc.suse.com to see and manage your subscriptions.\n\nSUSEConnect communicates with SCC over this [REST API](https://github.com/SUSE/connect/blob/master/doc/SCC-API-%28Implemented%29.md).\n\n# Rake tasks\n\n```\nrake console  # Run console loaded with gem\nrake rubocop  # Run Rubocop\nrake spec     # Run RSpec\n```\n\n# Docker usage\n\n## Build an image (and everytime you change code)\n\nGet $OBS_USER and $OBS_PASSWORD from the CI config.\n\n\nFor SLES12SP0\n\n* `docker build --build-arg OBS_USER=$OBS_USER --build-arg OBS_PASSWORD=$OBS_PASSWORD -t connect.12sp0 -f Dockerfile.12sp0 .`\n\nFor SLES12SP1\n\n* `docker build --build-arg OBS_USER=$OBS_USER --build-arg OBS_PASSWORD=$OBS_PASSWORD -t connect.12sp1 -f Dockerfile.12sp1 .`\n\nFor SLES12SP2\n\n* `docker build --build-arg OBS_USER=$OBS_USER --build-arg OBS_PASSWORD=$OBS_PASSWORD -t connect.12sp2 -f Dockerfile.12sp2 .`\n\nFor SLES12SP3\n\n* `docker build --build-arg OBS_USER=$OBS_USER --build-arg OBS_PASSWORD=$OBS_PASSWORD -t connect.12sp3 -f Dockerfile.12sp3 .`\n\nFor SLES15SP0\n\n* `docker build --build-arg OBS_USER=$OBS_USER --build-arg OBS_PASSWORD=$OBS_PASSWORD -t connect.15sp0 -f Dockerfile.15sp0 .`\n\nFor SLES15SP3\n\n* `docker build --build-arg OBS_USER=$OBS_USER --build-arg OBS_PASSWORD=$OBS_PASSWORD -t connect.15sp3 -f Dockerfile.15sp3 .`\n\n## Run commands\n\nNote: Substitute `connect.15sp3` with the respective image you've built above.\n\nOpen a console\n\n* `docker run --privileged --rm -ti connect.15sp3 /bin/bash`\n\nRun RSpec\n\n* `docker run --privileged --rm -t connect.15sp3 rspec`\n\nRun Cucumber\n\n* `docker run --privileged --rm -t connect.15sp3 cucumber`\n\nRun Rubocop\n\n* `docker run --privileged --rm -t connect.15sp3 rubocop`\n\nRun integration tests \u0026 cucumber\n\n* `docker run -e VALID_REGCODE=$VALID_REGCODE -e EXPIRED_REGCODE=$EXPIRED_REGCODE -e NOT_ACTIVATED_REGCODE=$NOT_ACTIVATED_REGCODE --rm -t connect.15sp3 docker/integration.sh`\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuse%2Fconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuse%2Fconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuse%2Fconnect/lists"}