first indexed release to cpan
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2.002000 - 2013-01-06
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Syntax error in netdisco-daemon-fg
|
||||||
|
* Missing installation of netdisco-web-fg
|
||||||
|
|
||||||
2.001000_001 - 2013-01-06
|
2.001000_001 - 2013-01-06
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ bin/netdisco-deploy
|
|||||||
bin/netdisco-web
|
bin/netdisco-web
|
||||||
bin/netdisco-web-fg
|
bin/netdisco-web-fg
|
||||||
Changes
|
Changes
|
||||||
|
DEVELOPING.pod
|
||||||
inc/Module/Install.pm
|
inc/Module/Install.pm
|
||||||
inc/Module/Install/Base.pm
|
inc/Module/Install/Base.pm
|
||||||
inc/Module/Install/Can.pm
|
inc/Module/Install/Can.pm
|
||||||
|
|||||||
@@ -32,10 +32,11 @@ requires 'version' => 0.9901;
|
|||||||
|
|
||||||
install_share 'share';
|
install_share 'share';
|
||||||
|
|
||||||
install_script 'bin/netdisco-daemon-fg';
|
|
||||||
install_script 'bin/netdisco-daemon';
|
|
||||||
install_script 'bin/netdisco-db-deploy';
|
install_script 'bin/netdisco-db-deploy';
|
||||||
install_script 'bin/netdisco-deploy';
|
install_script 'bin/netdisco-deploy';
|
||||||
|
install_script 'bin/netdisco-daemon-fg';
|
||||||
|
install_script 'bin/netdisco-daemon';
|
||||||
|
install_script 'bin/netdisco-web-fg';
|
||||||
install_script 'bin/netdisco-web';
|
install_script 'bin/netdisco-web';
|
||||||
|
|
||||||
resources
|
resources
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ use Role::Tiny::With;
|
|||||||
my $mce = MCE->new(
|
my $mce = MCE->new(
|
||||||
spawn_delay => 0.15,
|
spawn_delay => 0.15,
|
||||||
job_delay => 0.15,
|
job_delay => 0.15,
|
||||||
tmp_dir => $tmp_dir;
|
tmp_dir => $tmp_dir,
|
||||||
user_func => sub { $_[0]->worker_body },
|
user_func => sub { $_[0]->worker_body },
|
||||||
on_post_exit => \&restart_worker,
|
on_post_exit => \&restart_worker,
|
||||||
user_tasks => build_tasks_list(),
|
user_tasks => build_tasks_list(),
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ use 5.010_000;
|
|||||||
use File::ShareDir 'dist_dir';
|
use File::ShareDir 'dist_dir';
|
||||||
use Path::Class;
|
use Path::Class;
|
||||||
|
|
||||||
our $VERSION = '2.001000_001';
|
our $VERSION = '2.002000';
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if (not length ($ENV{DANCER_APPDIR} || '')
|
if (not length ($ENV{DANCER_APPDIR} || '')
|
||||||
|
|||||||
Reference in New Issue
Block a user