Code/SVN/pt-br

From TcosProject

Jump to: navigation, search


[edit] Código SVN

Pode baixar todos os códigos fonte com um cliente SVN e executando:

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

[edit] Módulos

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

[edit] Descarregando só um módulo

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

[edit] Navegando pelo código com TRAC

http://trac.tcosproject.org/browser

[edit] Construindo os pacotes

Primeiro descarrega um ou vários módulos e executa o seguinte:

$ 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

Se todos sairem bem terá vários arquivos deb que pode instalar com dpkg -i

[edit] Últimas mudanças no SVN

tcosmonitor (0.2.17~rc7)

  • tcos-devices-ng.py tray.glade images/eject.png tcosmonitor/TcosTrayIcon2.py
    • New TrayIcon? Class, with a popup window and eject buttons

tcosmonitor (0.2.17~rc7)

  • tcosmonitor/TcosCommon.py tcosmonitor/TcosXauth.py
    • Fix normal lookup for IP from hostname

tcos-usplash (0.90.1)

  • Makefile common.mk:
    • Add jaunty

initramfs-tools-tcos:

  • Add jaunty to patch targets

www.tcosproject.org

  • Create filter options form

initramfs-tools-tcos (0.89.18)

  • common.mk:
    • Update Ubuntu Hardy and MaX kernel to 2.6.24-22

tcosmonitor (0.2.17~rc6)

  • Makefile:
    • Fix shared.py path

Disable feisty builds and enable Ubuntu jaunty

tcosmonitor (0.2.17~rc6)

  • tcosmonitor/TcosCommon.py tcosmonitor/LocalData.py debian/control
    • Add python-dns support (reduce dns timeouts)

tcosmonitor (0.2.17~rc6)

  • setup.py:
    • Don't build if target is clean

tcosmonitor (0.2.17~rc6)

  • tcosmonitor.glade tcosmonitor.py
    • Reduce mainwindow size if running in low res screen (< 1024x768)

TCOS docs:

  • Add tcos-ousli docs (18 Dic 2008)

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)