ncdc 1.13 released + misc changes
This commit is contained in:
parent
1ac0600f93
commit
874e1825ec
10 changed files with 103 additions and 53 deletions
|
|
@ -12,6 +12,7 @@ BEGIN { ($ROOT = abs_path $0) =~ s{index\.cgi$}{}; }
|
|||
|
||||
|
||||
my @changes = (
|
||||
[ '2012-08-16', '/ncdc', 'ncdc 1.13 released.' ],
|
||||
[ '2012-07-10', '/ncdc', 'ncdc 1.12 released.' ],
|
||||
[ '2012-05-15', '/ncdc', 'ncdc 1.11 released.' ],
|
||||
[ '2012-05-03', '/ncdc/install', 'Added installation instructions for ncdc.' ],
|
||||
|
|
@ -90,7 +91,7 @@ TUWF::register(
|
|||
);
|
||||
|
||||
TUWF::set(
|
||||
logfile => '/www/err.log',
|
||||
logfile => '/home/yorhel/tuwf.log',
|
||||
error_404_handler => \¬found,
|
||||
mail_from => 'Yorhels Bug Tracker <projects@yorhel.nl>',
|
||||
# this is a fairly static site, allow some aggressive caching
|
||||
|
|
@ -255,7 +256,7 @@ sub bug_post {
|
|||
}
|
||||
|
||||
# Experimental: announce this report to the ncdc hub, through the globster bot
|
||||
my $sock = '/tmp/glob.sock';
|
||||
my $sock = '/tmp/globster.sock';
|
||||
if(-e $sock) {
|
||||
my $msg = "Bug activity for $p: $l->{summary} -> http://dev.yorhel.nl/$p/bug/$l->{issue}";
|
||||
require AnyEvent;
|
||||
|
|
@ -396,6 +397,7 @@ sub htmlHeader {
|
|||
a href => 'mailto:projects@yorhel.nl', 'projects@yorhel.nl';
|
||||
br; a href => 'http://yorhel.nl', 'yh';
|
||||
txt ' - '; a href => 'http://g.blicky.net', 'git';
|
||||
txt ' - '; a href => 'http://github.com/yorhel', 'github';
|
||||
txt ' - '; a href => 'http://pgp.mit.edu:11371/pks/lookup?search=0x8c2739fa', 'pgp';
|
||||
br;br;
|
||||
lit q|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue