[Neurodebian-users] Question about nd_* tools
Hänel Nikolaus Valentin
valentin.haenel at epfl.ch
Mon May 7 07:31:51 UTC 2012
* Hänel Nikolaus Valentin <valentin.haenel at epfl.ch> [2012-05-07]:
> Hi Yarik!
>
> * Yaroslav Halchenko <debian at onerussian.com> [2012-05-06]:
> > I guess I will need to install the glory of Canonical within virtualbox
> > and iron out the problems so it works out of the ubuntu-box -- Thank you
> > Valentin for raising the concern.
>
> Sure, no problem! Its a meager return for all the quality services you
> have been providing over the years! ;)
>
> > So far my problems were to make ubuntu releases to build under Debian
> > (and that is where I have tripple-tested nd_* tools -- NeuroDebian
> > VM), e.g. :
> > https://github.com/neurodebian/neurodebian/blob/master/tools/nd_adddist#L24
> > which I think should be now complimented with explicit setting to use
> > debian keyring for debian releases. NB4myself: neurodebian-dev should
> > depend on debian-keyring explicitly
>
> This is untested, but maybe an addition of the form:
>
> if echo $family | grep -q debian; then
> # Use debian keyring since otherwise debootstrap would fail (on Ubuntu)
> opts+=" --debootstrapopts --keyring=/usr/share/keyrings/debian-keyring
> fi
Sorry, the correct syntax is probably:
--keyring=/usr/share/keyrings/debian-archive-keyring.gpg
V-
More information about the Neurodebian-users
mailing list