System
It's in:
- /etc/savane/savane.conf.pl
- /etc/savane/.savane.conf.php
- /etc/savane/savane.ini
in all VMs that use Savane. Keep them in sync (especially the database password).
Front-end customization
The texts embedded in the web interface are stored at:
cvs -d:pserver:anonymous@cvs.sv.gnu.org:/web/administration co administration/content
It can be browsed at http://web.cvs.savannah.gnu.org/viewvc/administration/content/?root=administration
To update the changes on the live website:
ssh root@savannah.gnu.org
cd /etc/savane/content/
cvs update
There used to be an automatic replication but it broke when we switched from VServer to Xen.