Blame SOURCES/README

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