On 06/14/2010 11:11 AM, Luie Xia wrote:
Hi,

My trac uses sqlite3 as backend database. Only user root and user trac
can insert/delete/update database now. I would like to grant db update
privileges to user builder, so my build script can automatically update
the db table.

There are a couple of options here:

(1) Have the script run a python script which imports the Trac environment and uses the Trac API.

(2) Create a group w/ write permissions on the db file and add the build user to that group.

--
SIXNET - Industrial and Wireless Connectivity
331 Ushers Road, Ballston Lake, NY 12019
Tel: 1.518.877.5173, Fax: 1.518.877.8346
www.sixnet.com

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to