Code/SVN

From TcosProject

Jump to: navigation, search


SVN Code

You can download all SVN code with:

svn co https://www.tcosproject.org/svn/tcos/trunk

Modules

  • initramfs-tools-tcos
  • tcosmonitor
  • tcosconfig
  • tcosphpmonitor

Downloading only one module

svn co https://www.tcosproject.org/svn/tcos/trunk/MODULE_NAME

Browse code with TRAC

http://trac.tcosproject.org/browser

Build packages

First download one module and do this:

$ cd MODULE_NAME
$ make targz
$ cd ..
$ mkdir build
$ tar -zxf MODULE_NAME-x.x.x.tar.gz -C build/
$ cd build/MODULE_NAME-x.x.x
$ dpkg-buildpackage -rfakeroot -us -uc

You will obtain some deb files that can install with dpkg -i


Last changes in Repos