Require old DBIC version to fix deploy problem
This commit is contained in:
		| @@ -123,7 +123,7 @@ install Netdisco and its dependencies into the C<netdisco> 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 | ||||
|  ~/bin/localenv cpanm --notest --force Dancer@1.3126 DBIx::Class@0.08270 | ||||
|  | ||||
| Link some of the newly installed apps into a handy location: | ||||
|  | ||||
| @@ -204,7 +204,7 @@ Notes|App::Netdisco::Manual::ReleaseNotes>. Then, the process is as follows: | ||||
|  ~/bin/localenv cpanm --notest App::Netdisco | ||||
|   | ||||
|  # workaround for current upstream bug | ||||
|  ~/bin/localenv cpanm --notest --force Dancer@1.3126 | ||||
|  ~/bin/localenv cpanm --notest --force Dancer@1.3126 DBIx::Class@0.08270 | ||||
|   | ||||
|  # apply database schema updates | ||||
|  ~/bin/netdisco-deploy | ||||
|   | ||||
| @@ -40,6 +40,15 @@ but they are backwards compatible. | ||||
|  | ||||
| =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 --notest --force Dancer@1.3126 DBIx::Class@0.08270 | ||||
|  | ||||
| =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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user