From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gTgTy3jY5z2xQT for ; Mon, 01 Jun 2026 17:11:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gTgTy2f3qz2xHm for ; Mon, 01 Jun 2026 17:11:18 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gTgTx0HRZz41r for ; Mon, 01 Jun 2026 17:11:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780333877; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=gEIX9mWChdgS0xh15SMawDNt4UW0rG6Lw3Ayru+EzxI=; b=U6DEvAuzDZt9JKdqbu+wHeOI7NwDkmOpxWml/OfrQBGbrfGChDDz/8dKq78niUkNoFmoJM TZZ4u58bGrpWwfBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780333877; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=gEIX9mWChdgS0xh15SMawDNt4UW0rG6Lw3Ayru+EzxI=; b=t6nLIzzwaarTCkc2dc4PlORhZAtwPQjrPBxAqzlXCypg2J1d70GYWMkq3Pqzwmtx/PZn4n Dy8+xZvneu710VFHnmhTVHybAzjf/27sW5roXqK9O2fuKLYfxKCMYKOp+ekvi9nMzAS/Pn YE5l4C/TyrZi5QexiU/hpaAhzQQXjEJJRSrNJmrJr4L9Iiu83WwOpZ40LX5xgKozxOfdof Dmdr7+PXhjKVdY3uHSD3Oqkih1FRZKuAqGR7fddZwDFEDB2uzsC5B7YtT/bvcXSpUbdYmC BEDzKTjdPsOVmIy5Ausnkd1qPAYdn2cXJQzNVj4DAZT/bZOyCZ6JkPWylCz3BA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gTgTv50jfz2xK2; Mon, 01 Jun 2026 17:11:15 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 06638a33ac6e3c1e1e7c0b556f450536d2fd5d18 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0c5c79071db27068da72ce14dcaf051b2b0a09f2 X-Git-Newrev: 06638a33ac6e3c1e1e7c0b556f450536d2fd5d18 Message-Id: <4gTgTv50jfz2xK2@people01.haj.ipfire.org> Date: Mon, 01 Jun 2026 17:11:15 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The artwork of the ipfire project.". The branch, master has been updated via 06638a33ac6e3c1e1e7c0b556f450536d2fd5d18 (commit) from 0c5c79071db27068da72ce14dcaf051b2b0a09f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 06638a33ac6e3c1e1e7c0b556f450536d2fd5d18 Author: Michael Tremer Date: Mon Jun 1 18:11:03 2026 +0100 upload: Also upload any files in bios/ Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: Makefile | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/Makefile b/Makefile index a02600e..98838b7 100644 --- a/Makefile +++ b/Makefile @@ -205,5 +205,6 @@ upload: $(OBJECTS) rsync -avHz --progress --delete --delete-excluded \ $(addprefix --filter="+ ",$(STYLES)) \ $(addprefix --filter="+ ",$(OBJECTS)) \ + --filter="+ bios/" \ --filter="- */" --filter="- *" \ . people.ipfire.org:/pub/artwork/ hooks/post-receive -- The artwork of the ipfire project.