Repositories
buildpkg
The buildpkg buildsystem
-
Cloning this repository:
git clone git://gitorious.org/buildpkg/buildpkg.git buildpkg cd buildpkg
Add this repository as a remote to an existing local repository:
git remote add buildpkg git://gitorious.org/buildpkg/buildpkg.git git fetch buildpkg git checkout -b my-local-tracking-branch buildpkg/master_or_other_branch
tgcware-for-irix
buildpkg package recipes for the tgcware software distribution for IRIX
-
Cloning this repository:
git clone git://gitorious.org/buildpkg/tgcware-for-irix.git tgcware-for-irix cd tgcware-for-irix
Add this repository as a remote to an existing local repository:
git remote add tgcware-for-irix git://gitorious.org/buildpkg/tgcware-for-irix.git git fetch tgcware-for-irix git checkout -b my-local-tracking-branch tgcware-for-irix/master_or_other_branch
tgcware-for-solaris
tgcware for Solaris < 8
-
Cloning this repository:
git clone git://gitorious.org/buildpkg/tgcware-for-solaris.git tgcware-for-solaris cd tgcware-for-solaris
Add this repository as a remote to an existing local repository:
git remote add tgcware-for-solaris git://gitorious.org/buildpkg/tgcware-for-solaris.git git fetch tgcware-for-solaris git checkout -b my-local-tracking-branch tgcware-for-solaris/master_or_other_branch

