From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D88EF1F8C6 for ; Tue, 14 Sep 2021 20:42:34 +0000 (UTC) Received: by mail-qt1-x836.google.com with SMTP id t35so279574qtc.6 for ; Tue, 14 Sep 2021 13:42:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=1VHLLXIvXS9bbKqGCdJ/MMYB9sHnlJRVbSqJI31zdM4=; b=g62SF9jWfHfp8flF7h8nsjmqA4xbl07bZRYVBQpjUcdF/eemWKHzErz42I4li7zQER +P/d7EPzWbapLAgZYKwn90J1n+oVM1z/V3/jCc0cJXN0MAd/CDZBcaTOZ+rKstDVS8vX ycubMf6jAHc47QI0valiixGfeb9xDEVMKi22Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=1VHLLXIvXS9bbKqGCdJ/MMYB9sHnlJRVbSqJI31zdM4=; b=f1yX3QiAo19ev9OuOeJqX4eQPB2dTS5PoKfIrJNEosG4Bxn5rLi8yagrRPcl/fCYRJ 6Qwc5Q9b7fGSfN0Z1ev6/LD6Q15ahx5QbYDSXhHQ28/PLiqsR2MMWvpyepF3qk1hkjQ9 1RJQMue83oo2RxIxO8NbLrhtVujoVFskWjzZGPd0LhWNuw7hNaLt/3n8AYCPJen3sa7p 0e/+LqkT+EyVoWkmJg4Qk4Ztaz8+y1m8oLLLR7SfV7nwiwCKhvOGf/go7cfH3ZGp/ePd RbZKL8v2v6Mbm+fK/XYcze8eDSS2f1QkaWw5pBA+UuNQXZRDPMJrA8aeWUhGCCLV7r6s 5bdA== X-Gm-Message-State: AOAM5321LG6/vGrCehouBGuIDfuVnP+5Dg1pmPtaVMN1iEDRgJdNrhyh ECIsJPOEsDSRTvHQvHGdeQ9C63vFWpQ1zA== X-Google-Smtp-Source: ABdhPJyfp26jbWal3RqQ7KYCcmYQhDb6co5e53seW9VI9YqTz+lxBn1LtLt39wqDziESYp4ZH6sM3w== X-Received: by 2002:a05:622a:102:: with SMTP id u2mr6854247qtw.149.1631652153483; Tue, 14 Sep 2021 13:42:33 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id q18sm6544064qtx.73.2021.09.14.13.42.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Sep 2021 13:42:33 -0700 (PDT) Date: Tue, 14 Sep 2021 16:42:31 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: RFC: lei-daemon and auto-up Message-ID: <20210914204231.tl5pytm4qynyex2d@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Hello: Since lei-daemon is already up and running, would it be possible to tell it to automatically "lei up" things at certain intervals? Maybe something like: [lei] q = [...] [lei "q"] output = [...] include = https://lore.kernel.org/all/ external = 1 local = 1 remote = 1 refresh = 300 That would allow folks to automatically get updated info without needing to set up cronjobs or systemd timers. -K