Registered by nishimura

This project is plugin to use bzr upload command for trac.

QUICK START:
    bzr branch lp:tracbzrupload
    cd tracbzrupload
    python setup.py install
    vi /path/trac/project/conf/trac.ini
        [bzrupload]
        title1,branchName1 = sftp://userName@uploadDestinationServer1/path
        title2,branches/branchName2 = sftp://userName@uploadDestinationServer2/path

    So, restart apache or trac daemon.

NOTICE:
    You must connect to sftp server to use no passphrase.
    Testing example (debian etch)
        su www-data
        ssh-keygen
    and copy public key file (~www-data/.ssh/id_rsa.pub is default) to authorized_keys of destination server.

DEPENDS:
    Trac (>= 0.11)
    Bazaar
    Trac Bazaar (lp:trac-bzr)
    Bazaar Upload (lp:bzr-upload)

Project information

Maintainer:
nishimura
Driver:
Not yet selected
Licence:
GNU GPL v2

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
python

Get Involved

  • warning
    Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

Latest version is 0.2
released

All downloads