Is there a way to have dpb build things from mystuff? (well,
technically openbsd-wip). Or what am I doing wrong? Cluestick highly
appreciated.
What I have so far:
$ cat /etc/mk.conf
SUDO=doas
PORTSDIR_PATH=${PORTSDIR}:$(PORTSDIR)/openbsd-wip:${PORTSDIR}/mystuff
$ cat /chroot/etc/mk.conf
PORTSDIR_PATH=${PORTSDIR}:$(PORTSDIR)/openbsd-wip:${PORTSDIR}/mystuff
$ cat
dpb.conf
FETCH_USER=_pfetch
LOG_USER=viq
#LOGDIR=/dpb/logs
LOCKDIR=/dpb/locks
ALWAYS_CLEAN=1
COLOR=1
DEFAULT build_user=_pbuild chroot=/chroot
localhost
$ cat portstest
net/prosody-snapshot
doas /usr/ports/infrastructure/bin/dpb -h /home/viq/dpb.conf -P
/home/viq/portstest -u -L /dpb/logs -q
results in:
$ cat /dpb/logs/paths/net/prosody-snapshot.log
Incomplete info for prosody-0.10-1nightly168.tar.gz
Complete port Makefile is at https://github.com/jasperla/openbsd-wip/bl
ob/master/net/prosody-snapshot/Makefile
--
viq <[email protected]>