Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-19 Thread Robert David
Hi, to the downgrade thing it can be partly done using the squashfs portage snapshots laying on every portage mirror. There is a long history list there. https://gentoo.osuosl.org/snapshots/squashfs/ So you can migrate your portage tree from plain files to the squashfs. But actually the

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-10 Thread Daniel Frey
On 2022-01-09 05:13, gevisz wrote: Yes, masking some new package can work in this case. However, it is not so easy as it may seem because it is not the new version of tensorflow that I should mask in my case as on the day when the tensorflow recompilation failed its version remained the same

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread Neil Bothwick
On Sun, 9 Jan 2022 14:46:17 +, Wol wrote: > But in there it has the line(s) > > =package.version ~amd64 > > I've deliberately used the "=" so for it, and every package it depends > on, that version will be accepted. Aiui, if the stable version goes > above that it will then upgrade to the

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread Wol
On 09/01/2022 13:39, Dale wrote: As a starting point, check the ebuild and see what all packages are listed there that it depends on.  Put the needed entries in package.mask and then use your world upgrade command plus -p to see what emerge wants to upgrade.  Keep adding until it is reporting

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread gevisz
вс, 9 янв. 2022 г. в 15:40, Dale : > > gevisz wrote: > > вс, 9 янв. 2022 г. в 14:43, Dale : > >> gevisz wrote: > >>> вс, 9 янв. 2022 г. в 14:08, Arve Barsnes : > On Sun, 9 Jan 2022 at 12:48, gevisz wrote: > > The problem is that I do not know how to sync my Gentoo repository > > to

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread Dale
gevisz wrote: > вс, 9 янв. 2022 г. в 14:43, Dale : >> gevisz wrote: >>> вс, 9 янв. 2022 г. в 14:08, Arve Barsnes : On Sun, 9 Jan 2022 at 12:48, gevisz wrote: > The problem is that I do not know how to sync my Gentoo repository > to the state it was on 12-12-2021. > > I use

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread gevisz
вс, 9 янв. 2022 г. в 14:43, Dale : > > gevisz wrote: > > вс, 9 янв. 2022 г. в 14:08, Arve Barsnes : > >> On Sun, 9 Jan 2022 at 12:48, gevisz wrote: > >>> The problem is that I do not know how to sync my Gentoo repository > >>> to the state it was on 12-12-2021. > >>> > >>> I use webrsync sync

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread Dale
gevisz wrote: > вс, 9 янв. 2022 г. в 14:08, Arve Barsnes : >> On Sun, 9 Jan 2022 at 12:48, gevisz wrote: >>> The problem is that I do not know how to sync my Gentoo repository >>> to the state it was on 12-12-2021. >>> >>> I use webrsync sync method via "emaint -A sync" and would prefer >>> to

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread gevisz
вс, 9 янв. 2022 г. в 14:08, Arve Barsnes : > > On Sun, 9 Jan 2022 at 12:48, gevisz wrote: > > The problem is that I do not know how to sync my Gentoo repository > > to the state it was on 12-12-2021. > > > > I use webrsync sync method via "emaint -A sync" and would prefer > > to use the same sync

Re: [gentoo-user] How to degrade Gentoo system with webrsync method?

2022-01-09 Thread Arve Barsnes
On Sun, 9 Jan 2022 at 12:48, gevisz wrote: > The problem is that I do not know how to sync my Gentoo repository > to the state it was on 12-12-2021. > > I use webrsync sync method via "maint -A sync" and would prefer > to use the same sync method for degrading my Gentoo system. > > Can anybody,