release 2.029008
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
2.029008
|
2.029008 - 2014-09-23
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* Add Dancer import to SSHCollector Platforms
|
* Add Dancer import to SSHCollector Platforms
|
||||||
|
* Add note to docs to workaround current Dancer/YAML::XS issue
|
||||||
|
|
||||||
2.029007 - 2014-09-12
|
2.029007 - 2014-09-12
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.029007';
|
our $VERSION = '2.029008';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
@@ -123,6 +123,7 @@ install Netdisco and its dependencies into the C<netdisco> user's home area
|
|||||||
|
|
||||||
su - netdisco
|
su - netdisco
|
||||||
curl -L http://cpanmin.us/ | perl - --notest --local-lib ~/perl5 App::Netdisco
|
curl -L http://cpanmin.us/ | perl - --notest --local-lib ~/perl5 App::Netdisco
|
||||||
|
~/bin/localenv cpanm --force https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz
|
||||||
|
|
||||||
Link some of the newly installed apps into a handy location:
|
Link some of the newly installed apps into a handy location:
|
||||||
|
|
||||||
@@ -198,6 +199,9 @@ Notes|App::Netdisco::Manual::ReleaseNotes>. Then, the process is as follows:
|
|||||||
# upgrade Netdisco
|
# upgrade Netdisco
|
||||||
~/bin/localenv cpanm --notest App::Netdisco
|
~/bin/localenv cpanm --notest App::Netdisco
|
||||||
|
|
||||||
|
# workaround for current upstream bug
|
||||||
|
~/bin/localenv cpanm --force https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz
|
||||||
|
|
||||||
# apply database schema updates
|
# apply database schema updates
|
||||||
~/bin/netdisco-deploy
|
~/bin/netdisco-deploy
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,15 @@ but they are backwards compatible.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=head1 2.029008
|
||||||
|
|
||||||
|
=head2 General Notices
|
||||||
|
|
||||||
|
When upgrading you will encounter a current incompatibility between Netdisco
|
||||||
|
and one of its components. To work around this, issue the following command:
|
||||||
|
|
||||||
|
~/bin/localenv cpanm --force https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Dancer-1.3126.tar.gz
|
||||||
|
|
||||||
=head1 2.029002
|
=head1 2.029002
|
||||||
|
|
||||||
=head2 General Notices
|
=head2 General Notices
|
||||||
|
|||||||
Reference in New Issue
Block a user