From owner-freebsd-git@freebsd.org Sat Jun 15 14:22:31 2019 Return-Path: Delivered-To: freebsd-git@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BABC915C8962 for ; Sat, 15 Jun 2019 14:22:31 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F03C27714F; Sat, 15 Jun 2019 14:22:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f45.google.com with SMTP id k20so11983535ios.10; Sat, 15 Jun 2019 07:22:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=fN+62iMfopwWhQH8D7OeNs+WnXDpOHZ5JaAyPGYyZdI=; b=XqU4uSTq5Xm+Nsk86tVEXjaJFWm5Sfj0vr0gMSE+1NfU8lBoltr0LoKe2rGEkys1kp uGEc0Q08AwtbLbDStNw3ffV8xxtwSWPOhsYXHRk90832vbCUByStw/yNwV1RyMrGMPeM hVmBdBV2IoVpi/siY+ftsUGcrjsXvIZAq8ZPR3VhOyeqZXDkb74XNonEY7p1V7wsHN9u V1D4y7pypz3A6T2IWKw488pjSly6QJWJNEIcRkNM1cexGhXJEQe3ECC6ZOxVvZPOPx6s fLDQloKPh6s+0x6ObNSut4Sa9mj4qqn+KEvUN4aiKqqpwA3GyEyTnMUhHGRWu/8MpsNC gzxQ== X-Gm-Message-State: APjAAAXNRaRdY5B+BW5g7K+gPqXgsTiiCyvblR3Bn59NCQATlKT9nF+G WwNJBUfa6w/dQMygPyI/ZCCwmFUrLD1wS+0Rc5dNWpKD X-Google-Smtp-Source: APXvYqyfgUiJeZMc/xWeDToGbVkucpP7QatToFbjuUk76fv8MA1R9+4GFR0L9CfSKs7RteJsfepVRy04Tz3mc0w0cKs= X-Received: by 2002:a5d:9047:: with SMTP id v7mr47524887ioq.18.1560608543727; Sat, 15 Jun 2019 07:22:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Sat, 15 Jun 2019 06:21:54 -0400 Message-ID: Subject: Re: FYI git importer for base is currently hung To: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Cc: freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: F03C27714F X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.45 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-5.37 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-2.61)[ip: (-7.24), ipnet: 209.85.128.0/17(-3.42), asn: 15169(-2.31), country: US(-0.06)]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[45.166.85.209.list.dnswl.org : 127.0.5.0]; NEURAL_HAM_SHORT(-0.75)[-0.750,0]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2019 14:22:31 -0000 On Sat, 15 Jun 2019 at 08:53, Ulrich Sp=C3=B6rlein wrote: > > Things should be back operational, please let me know if you still see > issues. Thanks Uli.