|
|
a3a684 |
Package %{scl_name} provides the Git VCS delivered as a Software
|
|
|
a3a684 |
Collection. For more information about Software Collections,
|
|
|
a3a684 |
see the scl(1) man page. By installing the %{scl_name} collection,
|
|
|
a3a684 |
you will get the minimum working set of packages to have a working
|
|
|
a3a684 |
Git VCS.
|
|
|
a3a684 |
|
|
|
a3a684 |
Usage: scl enable %{scl} 'git'
|
|
|
a3a684 |
|
|
|
a3a684 |
Software Collections allow you to build and execute applications
|
|
|
a3a684 |
which are not located in the filesystem root hierarchy,
|
|
|
a3a684 |
but are stored in an alternative location, which is
|
|
|
a3a684 |
%{_scl_root} in case of the %{scl_name} collection.
|
|
|
a3a684 |
|
|
|
a3a684 |
This package provides the git server daemon and the mongos
|
|
|
a3a684 |
sharding server daemon software, default configuration files and
|
|
|
a3a684 |
init scripts.
|
|
|
a3a684 |
|
|
|
a3a684 |
When you want to work with the %{scl_name} collection, use the scl
|
|
|
a3a684 |
utility (see the scl(1) man page for usage) to enable the scl
|
|
|
a3a684 |
environment.
|
|
|
a3a684 |
|
|
|
a3a684 |
Configuration for the %{scl_name} software collection is located under
|
|
|
a3a684 |
%{_sysconfdir} .
|
|
|
a3a684 |
|
|
|
a3a684 |
Examples:
|
|
|
a3a684 |
scl enable %{scl_name} 'command --arg'
|
|
|
a3a684 |
Run a specific command with the argument --arg within the %{scl_name}
|
|
|
a3a684 |
software collections environment.
|
|
|
a3a684 |
|
|
|
a3a684 |
scl enable %{scl_name} 'git'
|
|
|
a3a684 |
Run git from the %{scl_name} software collection.
|
|
|
a3a684 |
|
|
|
a3a684 |
scl enable %{scl_name} 'bash'
|
|
|
a3a684 |
Run an interactive shell wherein the %{scl_name} software collection
|
|
|
a3a684 |
is enabled.
|
|
|
a3a684 |
|
|
|
a3a684 |
scl enable %{scl_name} 'man git'
|
|
|
a3a684 |
Show man pages for the git command, which is a part of the
|
|
|
a3a684 |
%{scl_name} software collection.
|
|
|
a3a684 |
|
|
|
a3a684 |
Report bugs to <http://bugzilla.redhat.com>.
|