Repositories
shellapi
shellapi is a GNU bash shell interpreter function collection that aims to assist several aspects related to the control of different GNU bash scripts produced by odreex. The system is modular and allows for extension of its core via other GNU bash scripts that follow the shellapi module convention.
-
Cloning this repository:
git clone git://gitorious.org/odreex/shellapi.git shellapi cd shellapi
Add this repository as a remote to an existing local repository:
git remote add shellapi git://gitorious.org/odreex/shellapi.git git fetch shellapi git checkout -b my-local-tracking-branch shellapi/master_or_other_branch
odreex
odreex is a C++ library for distribution builders.
-
Cloning this repository:
git clone git://gitorious.org/odreex/odreex.git odreex cd odreex
Add this repository as a remote to an existing local repository:
git remote add odreex git://gitorious.org/odreex/odreex.git git fetch odreex git checkout -b my-local-tracking-branch odreex/master_or_other_branch
specs
A collection of specification documents related to the odreex project.
-
Cloning this repository:
git clone git://gitorious.org/odreex/specs.git specs cd specs
Add this repository as a remote to an existing local repository:
git remote add specs git://gitorious.org/odreex/specs.git git fetch specs git checkout -b my-local-tracking-branch specs/master_or_other_branch
metabase
Metabase XML collections for the odreex project
-
Cloning this repository:
git clone git://gitorious.org/odreex/metabase.git metabase cd metabase
Add this repository as a remote to an existing local repository:
git remote add metabase git://gitorious.org/odreex/metabase.git git fetch metabase git checkout -b my-local-tracking-branch metabase/master_or_other_branch

