And next time I upgrade my host OS should this command work? # poudriere jail -u -j jailname -m src=/usr/src
Yasuhiro Kimura <y...@utahime.org> escreveu no dia sábado, 13/03/2021 à(s) 10:05: > 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" > _______________________________________________ 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"