[Neurodebian-users] Question about nd_* tools
Hänel Nikolaus Valentin
valentin.haenel at epfl.ch
Mon May 7 07:51:22 UTC 2012
* Hänel Nikolaus Valentin <valentin.haenel at epfl.ch> [2012-05-07]:
> * Hänel Nikolaus Valentin <valentin.haenel at epfl.ch> [2012-05-07]:
> > * 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
Am testing this approach right now! It looks good! I have a pull-request
in the pipeline which I will send, as soon as the building has gone
through successfully.
regards
V-
More information about the Neurodebian-users
mailing list