Package: cowbuilder
Version: 0.88
Severity: wishlist

Hello,

thank you for cowbuilder!

When building packages that depend on packages I just uploaded, I find
it useful to be able to add incoming.debian.org to the apt sources
inside the chroot.

I tried adding this to ~/.pbuilderrc, but it gets ignored:

  OTHERMIRROR="deb http://incoming.debian.org/debian-buildd buildd-unstable"

So I put this in ~/.pbuilder/hooks/D09incoming:

  #!/bin/sh
  echo "deb http://incoming.debian.org/debian-buildd buildd-unstable main" > 
/etc/apt/sources.list.d/incoming.list
  apt update

And it works if I do:

  sudo cowbuilder build --hookdir ~/.pbuilder/hooks file.dsc

I tried adding this to ~/.pbuilderrc:

  HOOKDIR="/home/enrico/.pbuilder/hooks/"

But it gets ignored (as documented in man cowbuilder) and I still need
to build with --hookdir.

Would it be possible to have HOOKDIR honored and not ignored?

Alternatively, would it be possible to have OTHERMIRROR honored and not
ignored?

Thanks,

Enrico


-- System Information:
Debian Release: 10.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_IE:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cowbuilder depends on:
ii  cowdancer    0.88
ii  libc6        2.28-10
ii  libncurses6  6.1+20181013-2
ii  libtinfo6    6.1+20181013-2
ii  pbuilder     0.230.4

cowbuilder recommends no packages.

cowbuilder suggests no packages.

-- no debconf information

Reply via email to