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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id AF3C11F8C8; Sat, 18 Sep 2021 20:49:46 +0000 (UTC) Date: Sat, 18 Sep 2021 20:49:46 +0000 From: Eric Wong To: meta@public-inbox.org Subject: automating "git fetch"? (code and inboxes) Message-ID: <20210918204946.GA17952@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Hey all, I'm wondering how you folks update code repositories. Manual "git fetch" invocations? Or automated with crontabs/systemd timers/etc...? I'm wondering how/if lei could work with auto-fetching external public-inboxes (and perhaps code repositories, too, since we rely on them for "lei rediff").