App-KGB
view release on metacpan or search on metacpan
+ Document web-link configuration via git-config.
* Client:
+ Add a few checks on the configuration file.
+ Add --man and --help command-line options.
+ Fix validation of --single-line-commits argument.
+ Support web-link option via git configuration.
* Server:
+ Avoid responding to senders having .bot. in their hostname.
+ change default port to 5391. Closes Debian bug #691562 -- port conflict
with approx.
+ kgb-add-project: chown/chmod config (snippet) like kgb.conf.
+ Use asterisk for web link separator (used also for commit message
separator).
+ Explicitly check and die if included conf file doesn't exist.
+ Put URL on first line of multi-line notifications.
+ Put back SVN in requirements now that Module::Build is fixed. See
https://rt.cpan.org/Public/Bug/Display.html?id=59593
1.23 2012-10-20
* t/compile*: use Test::Compile::Internal in order to show verbose errors
* Server:
script/kgb-add-project view on Meta::CPAN
if ( $dir and -d $dir ) {
$file = File::Spec->catdir($dir, "$prj.conf");
}
umask(~$mode & 0777);
open( $outfh, '>', $file );
}
print $outfh YAML::Dump($yaml);
if ($save) {
chown $uid, $gid, $file;
}
__END__
=head1 NAME
kgb-add-project - helper script for adding new projects to kgb-bot configuration file
=head1 SYNOPSIS
( run in 0.487 second using v1.01-cache-2.11-cpan-71847e10f99 )