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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40519138350 for ; Tue, 28 Apr 2020 07:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C098E08C2; Tue, 28 Apr 2020 07:54:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68241E08C2 for ; Tue, 28 Apr 2020 07:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BA1934EF4D for ; Tue, 28 Apr 2020 07:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0966118F for ; Tue, 28 Apr 2020 07:54:16 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1588060445.e7bd76858e286a650870dcc7da279ced52f3d4d6.robbat2@gentoo> Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: / X-VCS-Repository: proj/gentoo-mirrorstats X-VCS-Files: .gitignore mirmon-experimental.sh mirmon-releases.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e7bd76858e286a650870dcc7da279ced52f3d4d6 X-VCS-Branch: master Date: Tue, 28 Apr 2020 07:54:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ffdd38b2-dd42-4eda-967c-0f63ade86689 X-Archives-Hash: 98a1f3537f8224637f68ac241b3d79a4 commit: e7bd76858e286a650870dcc7da279ced52f3d4d6 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Apr 28 07:54:05 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Apr 28 07:54:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=e7bd7685 Fixup deployment pieces Signed-off-by: Robin H. Johnson gentoo.org> .gitignore | 2 ++ mirmon-experimental.sh | 0 mirmon-releases.sh | 0 3 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 608618c..2e314d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ rsync_mirrors/var/ distfiles_mirrors/var/ +experimental_mirrors/var/ +releases_mirrors/var/ diff --git a/mirmon-experimental.sh b/mirmon-experimental.sh old mode 100644 new mode 100755 diff --git a/mirmon-releases.sh b/mirmon-releases.sh old mode 100644 new mode 100755