From: Nuno Teixeira <edua...@freebsd.org>
Subject: poudriere jail: specific commit
Date: Sat, 13 Mar 2021 09:49:50 +0000

> I'm running 14.0-CURRENT #0 fb3edd4f3 and I need a poudriere jail with same
> commit fb3edd4f3.
> 
> porters handbook says:
> ---
> If a specific Subversion revision is needed, append it to the version
> string. For example:
> 
> # poudriere jail -c -j 11i386 -v stable/11@123456 -a i386 -m svn+https
> ---
> How can I tell poudriere to fetch git commit fb3edd4f3?
> 
> I'm asking this because I need poudriere testport, and I will like that
> jailed version is same as installed OS.
> 
> Thanks,

You updated your host OS to 14.0-CURRENT fb3edd4f3 with regular steps
described in /usr/src/Makefile. Right? If so you can create jail of
same commit as host with following command.

# poudriere jail -c -j jailname -m src=/usr/src

In this case files under /usr/obj are used to create jail. So you need
not do 'make buildworld' again for jail.

---
Yasuhiro Kimura
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to