/usr/bin/whups-svn-hook-conf.php.dist is in php-horde-whups 3.0.0~beta1-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <?php
/**
** commit-update-tickets.php configuration
**/
// Path to svnlook
$svnlook = '/usr/bin/svnlook';
// XML-RPC endpoint
$rpc_endpoint = 'https://dev.horde.org/horde/rpc.php';
// XML-RPC method to call
$rpc_method = 'tickets.addComment';
// XML-RPC options, usually username and password
$rpc_options = array('user' => '',
'pass' => '');
|