From patchwork Thu Nov 10 05:38:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 60332 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8E6C83858032 for ; Thu, 10 Nov 2022 05:39:10 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 843DD3858D1E for ; Thu, 10 Nov 2022 05:38:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 843DD3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 3C8DB1F86A; Thu, 10 Nov 2022 05:38:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668058731; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nyBrcqAqudmmQsIRLF7c2TSBBhbDRQUnV2siB/eeojw=; b=o5uk41GBW4Y3WDY4jfMpUbQWpHkqrXojL1+7ihALI5zKkWqMPGXjYPzOpyM9IWyQ+Kt1i/ 5rdGMYoHJPCqk3hHjNyxuX3iOYjwQNGv6ZMJ1Q8uxtBpl9TOjyO5kKlBTXrD0Y/g0AGKt1 i14LQ+Zu/xZK+UXqaZ0Pkj2FUjvlNzI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668058731; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nyBrcqAqudmmQsIRLF7c2TSBBhbDRQUnV2siB/eeojw=; b=1XlcZo3zOSVTQ9vc4zN5ZnmIzjtxZcPTQUYXA+553HlEFdETUkYl8x8nXth9PdZtlSY3Zn 5uWBnZR9gfMTNMDQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 293E913479; Thu, 10 Nov 2022 05:38:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id W60GCWuObGPHagAAMHmgww (envelope-from ); Thu, 10 Nov 2022 05:38:51 +0000 Message-ID: <6a787a97-83e1-151c-a5ee-3dd03e82d844@suse.cz> Date: Thu, 10 Nov 2022 06:38:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH (pushed)] maintainer-scripts: fix superfluous 'sh' for Python script To: gcc-patches@gcc.gnu.org Content-Language: en-US Cc: Jakub Jelinek X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, SPF_HELO_NONE, SPF_SOFTFAIL, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Hi. I noticed: https://gcc.gnu.org/pipermail/gccadmin/2022q4/019260.html /home/gccadmin/venv/bin/python3: /home/gccadmin/venv/bin/python3: cannot execute binary file It will be fixed with the following patch. @Jakub: Please update the cron. Thanks, Martin maintainer-scripts/ChangeLog: * crontab: Fix superfluous 'sh' for Python script. --- maintainer-scripts/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 09e33c0095f..0fd885ea759 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -1,5 +1,5 @@ 16 0 * * * sh /home/gccadmin/scripts/update_version_git -50 0 * * * sh /home/gccadmin/venv/bin/python3 /home/gccadmin/scripts/update_web_docs_git.py /www/gcc/htdocs/onlinedocs/ --sphinx-build=/home/gccadmin/venv/bin/sphinx-build +50 0 * * * /home/gccadmin/venv/bin/python3 /home/gccadmin/scripts/update_web_docs_git.py /www/gcc/htdocs/onlinedocs/ --sphinx-build=/home/gccadmin/venv/bin/sphinx-build 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 10:releases/gcc-10 -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 11:releases/gcc-11 -l -d /sourceware/snapshot-tmp/gcc all