From 271c7bb0d27d3b8261ac136573725ac9047ac14e Mon Sep 17 00:00:00 2001 From: Sebastian Eichelbaum Date: Tue, 9 Dec 2014 15:15:54 +0100 Subject: [PATCH] [FIX] fixing issue with automatic download of neurodeb keys --- tools/release/owbuildchroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/owbuildchroot b/tools/release/owbuildchroot index b0a238584..84363e35e 100755 --- a/tools/release/owbuildchroot +++ b/tools/release/owbuildchroot @@ -188,8 +188,8 @@ chroot_setup_suite() { # to be on the safe side: add NeuroDebian to all the suites # add the neurodebian repository as well as the eigen3 ppa. It is needed for eigen3, nifti and biosig - chroot_do wget -O /etc/apt/sources.list.d/neurodebian.sources.list http://neuro.debian.net/lists/$SUITE.de-md - chroot_do apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9 + #chroot_do wget -O /etc/apt/sources.list.d/neurodebian.sources.list http://neuro.debian.net/lists/$SUITE.de-md + #chroot_do apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9 # handle some special suites # NOTE: I tested only debian sid and ubuntu natty and maverick. Maverick currently has some problem with libopenscenegraph. -- GitLab