aboutsummaryrefslogtreecommitdiff
path: root/hooks/git2psyc.conf
blob: 87affb10cc65b41879cff7475ba368a596aed028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# vim:syntax=perl

# project name, extracted from pwd by default
#$project = '';

# place where to submit notifications to. remember to configure that
# place to allow for external notifications from this hook's host.
#
#$target = 'psyc://psyc.example.com/@'.$project;
$target  = 'psyc://psyced.org/@psyc';

# $host & $port are extracted from $target,
# but you can override them here
#
#$host = 'psyc.example.net';
#$port = 4444;

# if you have a tool that shows commits in form of web pages, put
# the prefix into here. the commit hash will be appended.
#
$webview = '';
#$webview = "https://gitweb.example.com/$project/commit/";
#$webview = "https://trac.example.com/changeset/";
#$webview = "https://redmine.example.com/projects/$project/repository/revisions/";

# PSYC protocol syntax to use
#
$psycver = 0.99;
#$psycver = 1.0;

# Debug the script?
#
$debug = 0;

# Tell the submitter something motivating?
#
#print "Submitting to $target...";