From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C0BF158086 for ; Sun, 9 Jan 2022 11:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDBDB2BC026; Sun, 9 Jan 2022 11:48:38 +0000 (UTC) Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26A26E07BA for ; Sun, 9 Jan 2022 11:48:34 +0000 (UTC) Received: by mail-pj1-x1031.google.com with SMTP id oa15so10122284pjb.4 for ; Sun, 09 Jan 2022 03:48:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=z+ZuUyx3v6NkSIUYFTS5aFbIOh6WCGd7KvzsZARhVi0=; b=fQB3l8mCA69m5yw18JK32YVmMl2UduybruDlOLw1c2Gxx+N89X1wZzm2N3fudTxVQH 7QVNo7mZVfH+gQoU0BPgPdmhExHJofDrlas9n0HBt9b7cwHP3QP/fyUmN4bhRVcSsTBF 8q0EX6z9UIWyXDMOF4XMnUboZzuHsWo5jE9KuhlUyJAaUPiH3H3IHauqK8AeFllFgmFg ha3UPNNoThohLjVfPfhf4B41ndxkmfJLHQabjG+xpdPHICp+pQf0+YwqtJ429yWPInnj 8bdFvGAUEa/T5DHnZuRXWYApzzMF8it2Lefty6qIBrLfnRL7eEaCRc8niqlT5I1BDumi Wqcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=z+ZuUyx3v6NkSIUYFTS5aFbIOh6WCGd7KvzsZARhVi0=; b=hJhXuxFFvFeD6Ijq8RVJkGxnDIzi2OdCsjD8jE7eFk7rBSlSHRn2Edfs39mgZVUphV ANUfBZ82+wQWzITxf5LfoG4UFoLkLscL9nMBjd/jkOByYvJd1N+UXDHTEycqIGYXIpR7 L5MkNqA1rIqpOSZmw2rxg8DZrvYhy8GhtiBzovsmJASG2PiDeAE+nBPcGYWb8gJ1C4eF LtiQ1IlFn7e8v2YLjMD5m/+aGr/epvwcJmXtRyMqvwtrBIThRi39pnEhwysXcxEH2ge6 54fSXvAMID4brX0TUNbeCdMycfcs5X/srYB05AV+qkrrEFR42QnXeuknwk5+Jd2qac+x PftQ== X-Gm-Message-State: AOAM533ICbVyUpRhQdk+OWLDSRFt3S4nDcFzra/Fj+WHoaQFwPqOsE4h bYTLNCq9Sx4oKmj1LtFeJ6MI0HXsjdjkF9k3u30HJs5gqzk= X-Google-Smtp-Source: ABdhPJxMH28tHrvxY+Zge0ygwGPHh0KuUD0yK5WrHmPwOeylwcJ1FCU+IYDUJnT7osM8t3cQKIl12MxazXxMOrwBcUg= X-Received: by 2002:a17:902:b710:b0:14a:28ee:fe6b with SMTP id d16-20020a170902b71000b0014a28eefe6bmr3096173pls.119.1641728913267; Sun, 09 Jan 2022 03:48:33 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: gevisz Date: Sun, 9 Jan 2022 13:47:58 +0200 Message-ID: Subject: [gentoo-user] How to degrade Gentoo system with webrsync method? To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 67c7fa2a-7f10-4e0a-8f08-a1d795545b83 X-Archives-Hash: 9cbd9b5fef7da2c0f97e28bfba1eef7e I constantly have problems with updating/recompiling tensorflow. Sometimes, it compiles ok but most of the time it is not. The last time when it failed to recompile was on 30-12-2021. I reported this in the thread "tensorflow-2.5.0-r1 compilation failed" So, I decided to degrade my Gentoo system to the state in which it was on 12-12-2021, when my tensorflow was still ok, and froze it forever. 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, please, tell me how to do it using this sync method?