[pkg-bioc] Some error/warning reports

Dirk Eddelbuettel edd at debian.org
Tue Jul 10 17:15:31 UTC 2007


On 10 July 2007 at 20:56, Gregor Gorjanc wrote:
| Dirk Eddelbuettel wrote:
| > On 10 July 2007 at 09:14, elw at stderr.org wrote:
| > | 
| > | > Any comment on other questions i.e.:
| > | >
| > | >> - where do I get proper GPG keys
| > | 
| > | those are downloadable from the public pgp keyservers, typically, and 
| > | added to APT's keychain with apt-key.
| > | 
| > | i have no idea how best to do this inside a pbuilder session.
| > | 
| > | is it possible to inject a set of keys into a pbuilder session from 
| > | outside?  where (and when) best should that be done?
| > 
| > I've applied manual fixes to a pbuilder tarball whenever there was a hickup
| > in Debian unstable. Uncompress base.tgz somewhere, do what you gotta do,
| > recompress into base.tgz -- presto.  That is probably scriptable too if need
| > be. 
| 
| Phew. I get lost here ...

Consider this simple 'pbuilder_start.sh' script I set up years ago (for my
package maintenance purposes, not for pkg-bioc).  Note that PLACE is
different from the default value in pbuilder.

-----------------------------------------------------------------------------
#!/bin/sh

PLACE=/var/local/cache/pbuilder/build

cd $PLACE
[ -f tmp ] || mkdir tmp
cd tmp

tar xfz ../../base.tgz
cd -
-----------------------------------------------------------------------------

After it has been expanded, you can do whatever you want -- e.g. as I did
edit its /etc/apt/sources.lists to point to my local apt-proxy and whatever
else you want.  Then just retar it over the original base.tgz and pbuilder
will merrily use it.

Hth, Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison



More information about the pkg-bioc-devel mailing list