Blame SOURCES/README

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