Skip to content

Commit

Permalink
Merge d5e4c88 into 14aeaf6
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jul 8, 2019
2 parents 14aeaf6 + d5e4c88 commit bf26fe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -5,15 +5,14 @@ group :test, :development do
gem 'yard'
gem 'awesome_print'
gem 'pry'
gem 'scc-codestyle', '~> 0.2.0'
gem 'scc-codestyle', '0.2.1' # lock to 0.2.1, because rubocop 0.53 needs ruby >=2.2, SLE12 has ruby 2.1
gem 'ffi', '1.9.18'
end

group :development do
gem 'redcarpet'
gem 'ronn'
gem 'rake'
# gem 'gem2rpm', '~> 0.10.1' # TODO: let's link this to the repo that contains the --config fix from the suse package
gem 'bump', '~> 0.6.1', '< 0.7' # later versions of bump require ruby 2.2 which is not on SLE12
end

Expand Down
19 changes: 9 additions & 10 deletions SUSEConnect.8.ronn
Expand Up @@ -19,7 +19,7 @@ option together with the product identifier of the extension or module.
You can see a list of all available extensions and modules for your system by
using the `--list-extensions` option.

Manage subscriptions at [SUSE Customer Center][scc]
Manage subscriptions at the SUSE Customer Center: https://scc.suse.com

## OPTIONS

Expand Down Expand Up @@ -99,31 +99,30 @@ Manage subscriptions at [SUSE Customer Center][scc]
### AFTER
`SUSEConnect --url <registration-server-url> -r <regcode> >> <logfile>`

## USE WITH SMT
## USE WITH REGISTRATION PROXY
SUSEConnect can also be used to register systems with a local SUSE
Subscription Management Tool instead of the SUSE Customer Center.
Use `SUSEConnect --url <smt-server-url>` to register systems with SMT and set
[proxies][ENVIRONMENT] as required.
registration proxy (RMT/SMT) instead of the SUSE Customer Center.
Use `SUSEConnect --url <registration-proxy-server-url>` to register systems with RMT/SMT.

## IMPLEMENTATION
SUSEConnect is implemented in Ruby 2.0. It communicates with the registration
SUSEConnect is implemented in Ruby. It communicates with the registration
server using a RESTful JSON API over HTTP using TLS encryption.

## ENVIRONMENT
SUSEConnect respects the HTTP_PROXY and HTTPS_PROXY environment variables.
SUSEConnect respects the HTTP_PROXY environment variable.

## FILES
* `/etc/SUSEConnect`:
Configuration file containing server URL, regcode and language for
registration.

## AUTHOR
SUSE Linux Products GmbH <scc-feedback@suse.de>
SUSE Linux Products GmbH (<scc-feedback@suse.de>)

## LINKS
[SUSE Customer Center][scc]
SUSE Customer Center: https://scc.suse.com

[SUSEConnect on GitHub][scc-github]
SUSEConnect on GitHub: https://github.com/SUSE/connect

## SEE ALSO

Expand Down

0 comments on commit bf26fe7

Please sign in to comment.