From 51fa835e166c44062261a4b3d92beac705d18ab7 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 13 Nov 2014 23:46:03 +0000 Subject: [PATCH] [#169] Remove ref to force install of Dancer and DBIC --- Netdisco/Changes | 1 + Netdisco/lib/App/Netdisco.pm | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index a6a64b32..2fe1fb62 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -7,6 +7,7 @@ * [#160] Job Queue fatal error on num_slots * [#157] Device Port Log being emptied by device discover * [#156] Only delete node_ip and node_nbt when no active nodes reference + * [#169] Remove ref to force install of Dancer and DBIC 2.029012 - 2014-10-09 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 38ae6be4..3a97858f 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -123,7 +123,6 @@ install Netdisco and its dependencies into the C user's home area su - netdisco curl -L http://cpanmin.us/ | perl - --notest --local-lib ~/perl5 App::Netdisco - ~/bin/localenv cpanm --notest --force Dancer@1.3126 DBIx::Class@0.08270 Link some of the newly installed apps into a handy location: @@ -203,9 +202,6 @@ Notes|App::Netdisco::Manual::ReleaseNotes>. Then, the process is as follows: # upgrade Netdisco ~/bin/localenv cpanm --notest App::Netdisco - # workaround for current upstream bug - ~/bin/localenv cpanm --notest --force Dancer@1.3126 DBIx::Class@0.08270 - # apply database schema updates ~/bin/netdisco-deploy