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


trunk/Makefile:

  • test editing main Makefile with git

tcosphpmonitor:

  • Add Galician (gl) translation (thanks Enrique Estevez keko at ousli.org)

tcos-configurator:

  • Add Galician (gl) translation (thanks Enrique Estevez keko at ousli.org)

tcosconfig

  • Add Galician translation, and fix some strings in Spanish, (thanks Enrique Estevez keko at ousli.org)

tcosmonitor:

  • Add Galician (gl) translation (thanks Enrique Estevez keko at ousli.org)

tcosproject.org web:

  • Add Ubuntu jaunty release

tcos-extra-modules

  • re-add cdfs patch

tcos-extra-modules (0.31)

  • Fix cdfs patch for kernel > 2.6.24
  • Update Ubuntu kernels due to ABI change

initramfs-tools-tcos (0.89.18)

  • Use update_progress without argument (switch to new theme)
  • tcos/logo.lss:
    • New black theme
  • conf/tcos-run-functions.sh:
    • Increase progress bar when downloading big files
  • hooks-addons/clean_initramfs:
    • No delete libdrm and other libs

tcos-usplash (0.90.1)

  • Makefile:
    • Change 0.4.1 => 0.5

tcos-usplash (0.90.1)

  • New theme with devices progress icons:
    • Only one size (1024x768) less weight
    • Black background
  • common.mk:
    • Set new theme (0.5) to all using 0.4.1

docs/tcos-presentaciones:

  • Add tcos-lliurex.tex (6 Nov 2008, Alicante)

tcosconfig (0.3.7)

  • Add French translation (thanks to Manu Berro <mberrocal>)

initramfs-tools-tcos (0.89.17)

  • debian/control bin/tcos-buildchroot
    • Add xfonts-base xfonts-100dpi as Depends on initramfs-tools-tcos and tcos-buildchroot

initramfs-tools-tcos (0.89.17)

  • hooks-addons/50xorg:
    • Priorice /usr/share/fonts instead or old /usr/lib/X11 (fix for etch)