
From nobody Wed Sep  2 13:56:07 2020
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 11B023A0F3A; Wed,  2 Sep 2020 13:56:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.233
X-Spam-Level: 
X-Spam-Status: No, score=-1.233 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7CJqcYC__SK9; Wed,  2 Sep 2020 13:56:02 -0700 (PDT)
Received: from dunkelfelder.tools.ietf.org (dunkelfelder.tools.ietf.org [217.69.81.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 409263A0F39; Wed,  2 Sep 2020 13:56:02 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1kDZnU-0003pe-9q; Wed, 02 Sep 2020 22:56:00 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1kDZnU-0003pe-9q@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 02 Sep 2020 22:56:00 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,  wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on dunkelfelder.tools.ietf.org); SAEximRunCond expanded to false
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/y4EbuKxaVGhbeXDDP_rJpzT4ctA>
Subject: [codesprints] New datatracker release: v7.15.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Sep 2020 20:56:06 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v7.15.1, generated when running the mkrelease script.

Release notes:

ietfdb (7.15.1) ietf; urgency=medium

  * Fixed an issue in the auth48 state_alert_badge() template filter, which 
    could arise for a document where a get_state() call returns None.

  * Added exception catching around an urlreverse that might fail.  
    (Enumerating valid group types will also work, but can get out of sync, so 
    this is more DRY).

  * Renamed the AUTH48 state_alert_badge() filter to auth48_alert_badge(), 
    as the filter is specific to auth48, not generic.

  * Added an xml_version field to Submission objects, to capture the schema 
    version of submitted XML files (if any).  Related to issue #3067.

  * Added links to v3 HTML output for v3 draft submissions. 
    Fixes issue #3067.

  * Adjusted the horizontal placement of [New] labels in search results, 
    aligning them on a vertical line for a neater look.

  * Updated the bluesheet submission API tests slightly, to verify correct 
    handling of bluesheet updates.

  * Merged in [18373] from mark@painless-security.com:
    Filter out reviewers who have rejected reviewing this document in the 
    past from the list of suggested reviewers.  Fixes #2996.  

  * Merged in [18378] from rjsparks@nostrum.com:
    Improved the classification of some github related external resources. 
    Tightened validation of new resource values.  

  * Added an admin page search field and tweaked the list display for the
    DocAlias admin page.

  * Merged in [18103] from olau@iola.dk:
    Prefetch a couple of things in the agenda view to reduce the number of
    queries for IETF 106 from about 3800 to about 235. 

  * Merged in [18414] from olau@iola.dk:
    Compute session order from available data instead of going through the
    database again (saves ~2800 queries on the IETF 106 agenda page) 

  * Merged in [18425] from olau@iola.dk:
    Made the IPR search form initialize the state field upon form
    initialization instead of evaluating the queryset upon importing the
    module. This is probably never a problem in practice in this case in
    the live environment, but it's a confusing practice, and when running
    the tests sometimes a bug seems to throw Django off and the error is
    then shadowed by Django crashing when trying to access the
    (non-existing) database. 

  * Merged in [18445] from rjsparks@nostrum.com:
    Provided a management command to inform github backups.  

  * Merged in [18446] from rcross@amsl.com:
    Removed a reference to old style exception attribute 'message'.  

 -- Henrik Levkowetz <henrik@levkowetz.com>  02 Sep 2020 20:30:09 +0000

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.15.1'

For development, copy the new development version instead:
  'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.15.2.dev0' <YOURBRANCH>

Regards,

	Henrik
	(via the mkrelease script)


From nobody Tue Sep  8 04:00:10 2020
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B28C53A0B9F; Tue,  8 Sep 2020 04:00:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.233
X-Spam-Level: 
X-Spam-Status: No, score=-1.233 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KJTr0zZE1Fzw; Tue,  8 Sep 2020 04:00:04 -0700 (PDT)
Received: from dunkelfelder.tools.ietf.org (dunkelfelder.tools.ietf.org [217.69.81.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A0333A0BA3; Tue,  8 Sep 2020 04:00:04 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1kFbM2-00079H-RC; Tue, 08 Sep 2020 13:00:02 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1kFbM2-00079H-RC@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 08 Sep 2020 13:00:02 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,  wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on dunkelfelder.tools.ietf.org); SAEximRunCond expanded to false
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/gw4ZTQS8lZpQmUvdjq-Z2DBV9ko>
Subject: [codesprints] New datatracker release: v7.16.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 08 Sep 2020 11:00:07 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v7.16.0, generated when running the mkrelease script.

Release notes:

ietfdb (7.16.0) ietf; urgency=medium

  **Updated new schedule editor**

  * Merged in ^/branch/iola/meeting-improvement-r18382@18466.  This provides a
    beta-level snapshot of the new schedule editor work.  All known issues
    should be fixed, but there might be adjustments needed after experience
    with using the new edit view.

  * Changed to using BASE_DIR as starting point for finding patch files in
    checks.maybe_patch_libraries(), instead of CWD.  Fixes an issue with
    running management commands with the current directory being different
    than the top of the datatracker app tree.

  * Rewrote some code in document_main to avoid using the iesg_state.slug
    attribute when iesg_state might not be set.

  * Fixed a pyflakes nit.

  * Backported a patch to production that changed the secretariat
    session-request tool session lengths to 60/120 minutes.

 -- Henrik Levkowetz <henrik@levkowetz.com>  08 Sep 2020 10:32:32 +0000

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.16.0'

For development, copy the new development version instead:
  'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.16.1.dev0' <YOURBRANCH>

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Sep  9 11:55:33 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 683A33A0CC3; Wed,  9 Sep 2020 11:55:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.027
X-Spam-Level: 
X-Spam-Status: No, score=-3.027 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.948, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jW7FLu23OXiU; Wed,  9 Sep 2020 11:55:28 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C5843A0CB3; Wed,  9 Sep 2020 11:55:28 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.15.2) with ESMTPSA id 089ItQkh086746 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 9 Sep 2020 13:55:27 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1599677727; bh=/CVobLU9aaAdna2qgM2rVrNSGguVbb579FOCCBuxYBs=; h=Subject:From:To:References:Date:In-Reply-To; b=eA4TvhxzfcnxGIfH/oLzwdyWNRlRNhw6FS+IU3LiuU/CUHAQ/L9lZcXmh7EjsADpT MRih8lp/KBTQp//cqDyjk7Ad/froVap+KvK7FgbyfemDFuXiCVkQtuD5txS0iLSZUr g5KYXLv1nAgWup+s8xkMopJYDeOxdRjvoSRgLtcc=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com>
Message-ID: <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com>
Date: Wed, 9 Sep 2020 13:55:25 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/J8-7WjHlmFK7Ytvd2hZZjCxF4NM>
Subject: Re: [codesprints] Doodle for preferences for a sprint between IETF 108 and 109.
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Sep 2020 18:55:32 -0000

The responses indicate the week of Sep 20, at 20:00-ish UTC.

Tuesday and Friday had even responses. I'll go with Friday 25 September 
since it's still more than two weeks away.

I'll send more details to the list soon.

RjS


On 8/31/20 2:45 PM, Robert Sparks wrote:
> If you are interested in participating in a codesprint between now and 
> IETF109, please add yourself to the survey at 
> https://doodle.com/poll/xyiy9pw2wqyh7daq
>
> RjS
>


From nobody Wed Sep  9 12:52:39 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CF7FC3A0B7B; Wed,  9 Sep 2020 12:52:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level: 
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_TEMPERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c_S-8-OHQel3; Wed,  9 Sep 2020 12:52:33 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E2713A0D46; Wed,  9 Sep 2020 12:52:33 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.15.2) with ESMTPSA id 089JqV4b006350 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 9 Sep 2020 14:52:32 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1599681153; bh=x1CLaKfxMCc68es0xggrxZH8fvku3VU3U0vDtp3omXU=; h=Subject:From:To:References:Date:In-Reply-To; b=dU6Pe9vcSMjEXBBrPq5jydOJqr6S1ZNxRKvlwe0exLx3+CPbWWBG7TsvhjsEwkC2l QhmQo7qVR3RsLgNUfuxFz7vvnt2Wmu7nz+M7YoJFM2EzaTDbT5fyE+GwaM5viivN77 m8P9rFraqPZ7wnrUCaDXDsuX4EXjmqPDSz8y3Qz8=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com>
Message-ID: <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com>
Date: Wed, 9 Sep 2020 14:52:31 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/3tSxAY6SpmnC6Fhvy0Cr03wFUzs>
Subject: [codesprints] Codesprint 108.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Sep 2020 19:52:39 -0000

We will hold a virtual codesprint Friday 25 Sep 2020 at 2000 UTC.

Information, including webex coordinates, is available at

<https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1Sprint>

If you participated in the recent doodle, you've already been added to 
the Signup page at

<https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1SprintSignUp>

Please feel free to remove yourself if that time became unavailable for 
you already.

If you can participate and are not yet signed up, please add yourself to 
that list.

Thank you for the time you put in on making things better for the IETF 
community!

RjS



From nobody Wed Sep  9 13:06:12 2020
Return-Path: <housley@vigilsec.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 802643A0D68 for <codesprints@ietfa.amsl.com>; Wed,  9 Sep 2020 13:06:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level: 
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fEOZvmx0SA-2 for <codesprints@ietfa.amsl.com>; Wed,  9 Sep 2020 13:06:09 -0700 (PDT)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C59C3A0D67 for <codesprints@ietf.org>; Wed,  9 Sep 2020 13:06:09 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 19D86300B7C for <codesprints@ietf.org>; Wed,  9 Sep 2020 16:06:07 -0400 (EDT)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3_BHvZkqkYwJ for <codesprints@ietf.org>; Wed,  9 Sep 2020 16:06:06 -0400 (EDT)
Received: from a860b60074bd.fios-router.home (pool-141-156-161-153.washdc.fios.verizon.net [141.156.161.153]) by mail.smeinc.net (Postfix) with ESMTPSA id 0FE0D300B74; Wed,  9 Sep 2020 16:06:06 -0400 (EDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\))
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com>
Date: Wed, 9 Sep 2020 16:06:07 -0400
Cc: IETF Codesprints <codesprints@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <7CD041FD-C6E6-4024-9E34-8F5F727EB4CB@vigilsec.com>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3445.104.15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/rF_9vdBw-lG9of5HeBarC0-MdpE>
Subject: Re: [codesprints] [Tools-discuss] Doodle for preferences for a sprint between IETF 108 and 109.
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Sep 2020 20:06:11 -0000

There is going to be a NIST virtual workshop on Sept. 25th.  I'm out =
this time.

Russ


> On Sep 9, 2020, at 2:55 PM, Robert Sparks <rjsparks@nostrum.com> =
wrote:
>=20
> The responses indicate the week of Sep 20, at 20:00-ish UTC.
>=20
> Tuesday and Friday had even responses. I'll go with Friday 25 =
September since it's still more than two weeks away.
>=20
> I'll send more details to the list soon.
>=20
> RjS
>=20
>=20
> On 8/31/20 2:45 PM, Robert Sparks wrote:
>> If you are interested in participating in a codesprint between now =
and IETF109, please add yourself to the survey at =
https://doodle.com/poll/xyiy9pw2wqyh7daq
>>=20
>> RjS
>>=20


From nobody Wed Sep  9 18:44:59 2020
Return-Path: <pusateri@bangj.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5F8863A0A40; Wed,  9 Sep 2020 18:44:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=bangj.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hywe8u-M8zSS; Wed,  9 Sep 2020 18:44:54 -0700 (PDT)
Received: from oj.bangj.com (69-77-154-174.static.skybest.com [69.77.154.174]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5DA53A0A3F; Wed,  9 Sep 2020 18:44:53 -0700 (PDT)
Received: from [172.16.10.3] (mta-107-13-246-59.nc.rr.com [107.13.246.59]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by oj.bangj.com (Postfix) with ESMTPSA id D81981B98D; Wed,  9 Sep 2020 21:44:51 -0400 (EDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bangj.com; s=201907; t=1599702292; bh=m3rLAKsU+XVVb6yFmay5B/97pnaxu9LCYYC5ujehr4I=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=lL4B1CKNeWR4/K+wrT9QJWOZa5pZsjMDsMtu7ym2GRmYqQ4Oo1HbSMzz/fDND1Cp9 hDqApur4PxciAX7koiHPyIUEOf0PMtI/pmx0QQZtMAOCkeKhErFRscL0K/wuk3sxEf gr8d+b5Ye4kyW93f6wqlhxHiyLoDC6BzCP1R0oe0pXhDc1fJQm/X/PSaiyNcseI2bs b7MFalZ9zauOPiOBC/m4lyESe/Efh7s25x0qkkjFChxCa7csd++ar6c6NJnw7MLgWO QVRV8xhEL8XOVWweyA9cygPQrEfvBm/f9a1b4XNUDIKeZwt6qbOe4PUcJWszM+spL9 xYqVBbZleHYsg==
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\))
From: Tom Pusateri <pusateri@bangj.com>
In-Reply-To: <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com>
Date: Wed, 9 Sep 2020 21:44:51 -0400
Cc: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <004A6448-FB58-4F3E-951E-8E40310CE0C1@bangj.com>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com> <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3445.104.15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/uNIr1WSEI3r_JMOE3g5N6JLppdc>
Subject: Re: [codesprints] [Tools-discuss] Codesprint 108.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Sep 2020 01:44:58 -0000

> On Sep 9, 2020, at 3:52 PM, Robert Sparks <rjsparks@nostrum.com> =
wrote:
>=20
> We will hold a virtual codesprint Friday 25 Sep 2020 at 2000 UTC.
>=20
> Information, including webex coordinates, is available at
>=20
> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1Sprint>
>=20
> If you participated in the recent doodle, you've already been added to =
the Signup page at
>=20
> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1SprintSignUp>
>=20
> Please feel free to remove yourself if that time became unavailable =
for you already.
>=20
> If you can participate and are not yet signed up, please add yourself =
to that list.
>=20
> Thank you for the time you put in on making things better for the IETF =
community!
>=20
> RjS

Is Docker required? I installed it last time and it was constantly =
running on macOS talking back to it=E2=80=99s central servers even when =
I wasn=E2=80=99t using it and using way too much CPU. I don=E2=80=99t =
need to be monitored like that. I uninstalled it.

Thanks,
Tom


From nobody Wed Sep  9 18:59:25 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 68B683A0A5E; Wed,  9 Sep 2020 18:59:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.027
X-Spam-Level: 
X-Spam-Status: No, score=-3.027 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.948, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y0JHR1QJSKbB; Wed,  9 Sep 2020 18:59:19 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0365A3A0A56; Wed,  9 Sep 2020 18:59:18 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.15.2) with ESMTPSA id 08A1xCKn031288 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 9 Sep 2020 20:59:12 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1599703153; bh=u6LJz5hqJeT5xekJNhj7MhY4rbRTZeFODciWODhVNK8=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=JS9AfwY8ADpAHnBmvnzOCwPSSGqQpUM+IlhiIRMS53vDUhFNmNUZik9umpcoFFJrS A32lqWT+rTi+o01qz40U/Iveclr4+Q0Kvv0cAWafs1gdbSsP3BTIP3msttp/lJpjjk LnNvQUbbKy5L0E4WfdPpZF3pvM4kTxLfqLi376fw=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: Tom Pusateri <pusateri@bangj.com>
Cc: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com> <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com> <004A6448-FB58-4F3E-951E-8E40310CE0C1@bangj.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <9dd05b37-85cd-cbe4-40bd-8cca1dfa5edb@nostrum.com>
Date: Wed, 9 Sep 2020 20:59:11 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <004A6448-FB58-4F3E-951E-8E40310CE0C1@bangj.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/TplNa8KVp2m2MTz09naqsIDAyvc>
Subject: Re: [codesprints] [Tools-discuss] Codesprint 108.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Sep 2020 01:59:21 -0000

On 9/9/20 8:44 PM, Tom Pusateri wrote:
>> On Sep 9, 2020, at 3:52 PM, Robert Sparks <rjsparks@nostrum.com> wrote:
>>
>> We will hold a virtual codesprint Friday 25 Sep 2020 at 2000 UTC.
>>
>> Information, including webex coordinates, is available at
>>
>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1Sprint>
>>
>> If you participated in the recent doodle, you've already been added to the Signup page at
>>
>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1SprintSignUp>
>>
>> Please feel free to remove yourself if that time became unavailable for you already.
>>
>> If you can participate and are not yet signed up, please add yourself to that list.
>>
>> Thank you for the time you put in on making things better for the IETF community!
>>
>> RjS
> Is Docker required? I installed it last time and it was constantly running on macOS talking back to it’s central servers even when I wasn’t using it and using way too much CPU. I don’t need to be monitored like that. I uninstalled it.
Docker is not required. You can do a direct install, but it will take 
you longer and you will have to understand a great deal more about what 
you are doing. There is a link to the NativeSetup page off the 
SprintCoderSetup page that explains the steps you will need to take. On 
a quick skim, it's aged a bit - you need to read Python3 where it says 
Python 2, and the example settings_local.py is out of date - you'll want 
to derive what's appropriate for your native environment off the 
template that's in the Docker build directory. If it's your first time 
to do a Native setup, you will not complete it in two hours. Please plan 
to start it significantly ahead of time (like, _now_) and send mail when 
you get stuck.
>
> Thanks,
> Tom
>


From nobody Wed Sep  9 19:04:28 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A139D3A0A7B; Wed,  9 Sep 2020 19:04:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.027
X-Spam-Level: 
X-Spam-Status: No, score=-3.027 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.948, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bjjqGLVwX2Qg; Wed,  9 Sep 2020 19:04:24 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1C693A0A79; Wed,  9 Sep 2020 19:04:24 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.15.2) with ESMTPSA id 08A24LHC033062 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 9 Sep 2020 21:04:22 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1599703463; bh=3PwxoNSOCnPzLNNGtZBx/tmMIH+dMLL9ej3UH6AD/v4=; h=Subject:From:To:Cc:References:Date:In-Reply-To; b=Bsgu6wLHeN5vQL0lCBsO9/nm9nIfukz7w3M195Nv5qJKwOKyAJeX6fKY0/U0XifUA 9FsnxaoZ1cO/7QbOwhiyN8/KTP60RM38aZ6z4433i08W/6tAuZAtcZgQipestKUjhV D1yn0NhNno2YmlJzZwM3JJv7COWGCJUm9utbi8dU=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: Tom Pusateri <pusateri@bangj.com>
Cc: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com> <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com> <004A6448-FB58-4F3E-951E-8E40310CE0C1@bangj.com> <9dd05b37-85cd-cbe4-40bd-8cca1dfa5edb@nostrum.com>
Message-ID: <9e58aea8-1090-07f6-3f47-0d906905d1a5@nostrum.com>
Date: Wed, 9 Sep 2020 21:04:21 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <9dd05b37-85cd-cbe4-40bd-8cca1dfa5edb@nostrum.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/niIdVSIN6wIvwr_CKe0qEE2U18k>
Subject: Re: [codesprints] [Tools-discuss] Codesprint 108.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Sep 2020 02:04:27 -0000

On 9/9/20 8:59 PM, Robert Sparks wrote:
>
> On 9/9/20 8:44 PM, Tom Pusateri wrote:
>>> On Sep 9, 2020, at 3:52 PM, Robert Sparks <rjsparks@nostrum.com> wrote:
>>>
>>> We will hold a virtual codesprint Friday 25 Sep 2020 at 2000 UTC.
>>>
>>> Information, including webex coordinates, is available at
>>>
>>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1Sprint>
>>>
>>> If you participated in the recent doodle, you've already been added 
>>> to the Signup page at
>>>
>>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1SprintSignUp>
>>>
>>> Please feel free to remove yourself if that time became unavailable 
>>> for you already.
>>>
>>> If you can participate and are not yet signed up, please add 
>>> yourself to that list.
>>>
>>> Thank you for the time you put in on making things better for the 
>>> IETF community!
>>>
>>> RjS
>> Is Docker required? I installed it last time and it was constantly 
>> running on macOS talking back to it’s central servers even when I 
>> wasn’t using it and using way too much CPU. I don’t need to be 
>> monitored like that. I uninstalled it.
> Docker is not required. You can do a direct install, but it will take 
> you longer and you will have to understand a great deal more about 
> what you are doing. There is a link to the NativeSetup page off the 
> SprintCoderSetup page that explains the steps you will need to take. 
> On a quick skim, it's aged a bit - you need to read Python3 where it 
> says Python 2, and the example settings_local.py is out of date - 
> you'll want to derive what's appropriate for your native environment 
> off the template that's in the Docker build directory. If it's your 
> first time to do a Native setup, you will not complete it in two 
> hours. Please plan to start it significantly ahead of time (like, 
> _now_) and send mail when you get stuck.
Also, you can tell docker desktop not to start on startup, and tell it 
to quit when you're not using it. As far as I've seen, it does not leave 
anything active after you tell it to exit.
>>
>> Thanks,
>> Tom
>>


From nobody Thu Sep 10 10:21:49 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0E93A3A0EFC; Thu, 10 Sep 2020 10:21:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.027
X-Spam-Level: 
X-Spam-Status: No, score=-3.027 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.948, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id faqjYuPwkdfG; Thu, 10 Sep 2020 10:21:46 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0974A3A0EEF; Thu, 10 Sep 2020 10:21:45 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.15.2) with ESMTPSA id 08AHLgOX072652 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 10 Sep 2020 12:21:44 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1599758504; bh=u3rSJ50Mjc6Iz1Cbq9mBkPGoHlD0wcjuOXM1bIz8UFY=; h=Subject:From:To:References:Date:In-Reply-To; b=BjCWL4voBIar5VG4UveWYSMtL7D4O+hONNarjM2GWLWfrvtwOAghZPQn/ooD4THsr Js0R4FQ9Jdn2PWm3HEYVMFjEIQLc9XVOmraJWmafuvPgugPInXEksX2eZB+NFibV2c EASo+nx7McwjsoZRCwHB71s5ZwDdAIi5lRuA8rAY=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com> <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com>
Message-ID: <3970fcda-b0f4-9e2a-0864-d438f040837b@nostrum.com>
Date: Thu, 10 Sep 2020 12:21:42 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/aJgYjpqp03LNh0v4RJbIEYytpwg>
Subject: Re: [codesprints] Codesprint 108.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Sep 2020 17:21:48 -0000

Given the feedback so far, I'd like to run another quick doodle to make 
sure we're chosen the best time. The granularity of the original doodle 
wasn't as fine as it needed to be.

Please add yourself to this doodle asap: 
https://doodle.com/poll/2si7m8gazan4h2ku

RjS

On 9/9/20 2:52 PM, Robert Sparks wrote:
> We will hold a virtual codesprint Friday 25 Sep 2020 at 2000 UTC.
>
> Information, including webex coordinates, is available at
>
> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1Sprint>
>
> If you participated in the recent doodle, you've already been added to 
> the Signup page at
>
> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1SprintSignUp>
>
> Please feel free to remove yourself if that time became unavailable 
> for you already.
>
> If you can participate and are not yet signed up, please add yourself 
> to that list.
>
> Thank you for the time you put in on making things better for the IETF 
> community!
>
> RjS
>
>


From nobody Sun Sep 13 05:34:19 2020
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8AC453A0140; Sun, 13 Sep 2020 05:34:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.233
X-Spam-Level: 
X-Spam-Status: No, score=-1.233 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VOqzMPaij2FV; Sun, 13 Sep 2020 05:34:15 -0700 (PDT)
Received: from dunkelfelder.tools.ietf.org (dunkelfelder.tools.ietf.org [217.69.81.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD5343A0114; Sun, 13 Sep 2020 05:34:15 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1kHRCv-0003TE-Oa; Sun, 13 Sep 2020 14:34:13 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1kHRCv-0003TE-Oa@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sun, 13 Sep 2020 14:34:13 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,  wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on dunkelfelder.tools.ietf.org); SAEximRunCond expanded to false
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/8YUYwf4hiVDKFc59BO0LR4cvkU4>
Subject: [codesprints] New datatracker release: v7.17.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 13 Sep 2020 12:34:18 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v7.17.0, generated when running the mkrelease script.

Release notes:

ietfdb (7.17.0) ietf; urgency=medium

  * Added an assertion to catch an unexpected document state (no IESG-state 
    set).  Updated the log.assertion() function to accept a "note" argument, 
    for more informative assertion messages.

  * Fixed a bad membership test.

  * Updated the decrypt() templatetag to ensure it returns (unicode) strings
    rather than bytes.

  * Added a view to retrieve profile photos, in order to support Meetecho's
    need for such, at /person/{email}/photo.  The default is to supply images
    with 80px width.  Image scaling is available using the same query argument
    as for Gravatar: ?size=200 or ?s=200 for 200-pixel wide images, for
    instance.

  * OpenID already has a photo URL as part of the 'profile' scope.  Added the
    datatracker photo url to the returned OpenID 'profile' scope information
    when a profile photo is available.

  * Updated coverage data and tweaked an OpenIDtest and a scope description.

  * Added a datatracker version endpoint /api/version.  Fixes issue #3077.

  * Added documentation of the OpenID Connect and version endpoints to 
    /api/.  Added some tests.

 -- Henrik Levkowetz <henrik@levkowetz.com>  13 Sep 2020 12:08:26 +0000

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.17.0'

For development, copy the new development version instead:
  'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.17.1.dev0' <YOURBRANCH>

Regards,

	Henrik
	(via the mkrelease script)


From nobody Mon Sep 14 07:36:53 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7EA9D3A0A94; Mon, 14 Sep 2020 07:36:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level: 
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fLSG5hu8BmWr; Mon, 14 Sep 2020 07:36:49 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 077A13A0A97; Mon, 14 Sep 2020 07:36:48 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 08EEaiwx058083 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 14 Sep 2020 09:36:47 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1600094208; bh=YY5ZuaV/kGujdIAYn+wSdeKlB3B+CvWO7xrV1BHUhWQ=; h=Subject:From:To:References:Date:In-Reply-To; b=F/CGlRU1sCyJHKGCNmH4HTG51DOIvGGZxBf/fmItyGMhpd0jSoLrLo8X73GZLcTFm 2p4aBjItZbNMRkRwJ+XjmJwlDHsus9n4EIn1TPl8+aZDQmFhny/yfj6lX4lSFOpv0o 8aiZ3GUMeXyfiGQ18rtu4be2WMTCLrVvJdYjHmYQ=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com> <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com> <3970fcda-b0f4-9e2a-0864-d438f040837b@nostrum.com>
Message-ID: <153ca02d-fa10-ae30-ebf4-171b283dedaa@nostrum.com>
Date: Mon, 14 Sep 2020 09:36:41 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <3970fcda-b0f4-9e2a-0864-d438f040837b@nostrum.com>
Content-Type: multipart/mixed; boundary="------------F662113373E3AB48F2E7A8AC"
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/lZhV68LbVR5cxFDPzq9qvV02k3w>
Subject: [codesprints] Action needed (Re: Codesprint 108.1)
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Sep 2020 14:36:52 -0000

This is a multi-part message in MIME format.
--------------F662113373E3AB48F2E7A8AC
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

If you haven't added yourself to the doodle below, please do so today. 
Note that this is not the original doodle.

I've deleted the original - its state is captured in the attached PDF.

RjS

On 9/10/20 12:21 PM, Robert Sparks wrote:
> Given the feedback so far, I'd like to run another quick doodle to 
> make sure we're chosen the best time. The granularity of the original 
> doodle wasn't as fine as it needed to be.
>
> Please add yourself to this doodle asap: 
> https://doodle.com/poll/2si7m8gazan4h2ku
>
> RjS
>
> On 9/9/20 2:52 PM, Robert Sparks wrote:
>> We will hold a virtual codesprint Friday 25 Sep 2020 at 2000 UTC.
>>
>> Information, including webex coordinates, is available at
>>
>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1Sprint>
>>
>> If you participated in the recent doodle, you've already been added 
>> to the Signup page at
>>
>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1SprintSignUp>
>>
>> Please feel free to remove yourself if that time became unavailable 
>> for you already.
>>
>> If you can participate and are not yet signed up, please add yourself 
>> to that list.
>>
>> Thank you for the time you put in on making things better for the 
>> IETF community!
>>
>> RjS
>>
>>

--------------F662113373E3AB48F2E7A8AC
Content-Type: application/pdf; x-mac-type="0"; x-mac-creator="0";
 name="Doodle.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename="Doodle.pdf"

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
XrK39npG2dn1TGxAzOR6xExsqJjJDbgyiQ2VMLkBVyaxIQOSU6NLzLqBhInDVMKUYaaluExg
Ocx0nQFfFvaXv8xfYd4t+eM+Z9GGkW6kHRlhI13czlNuCLBvS1nbL2RUHgZ3ocowCKo8DHIn
N+CiJjcgcgrDgpxy5OMA6kDtRVP5Xnv52vvGPJ3Ru2QOMsgWuGVNYUDSlGmaQo+MadM00nA/
Y9o0TWFAKBVp2rwYKgdSydTmasowIxy7l6ozgfPz+SYMm1KZ2s23cjijV8IFTXFaUNGUGxBN
RSa4LIK6xKMCqs0HFQZkU57ZIZuKVHBhU2zAA2DlVFWida5KtCKBnI+CFaMBskBPpQM9VnA2
5tvC8bxfL7ctoQ49KtLaJFJhQKSVWadCjzArss5ltdWlUpVobeopN9Q9ujwnRMq0SaRy5M4l
G8fOj2Hf83Q+sD1dqvH7YHlLer4yT8zD8kuxBZ5Mmb6ZS6pPluL7Pl++ENyIVEyPKMZ8obhh
ekRHCjnYPii7Fx2YJspUSuOPGyaI5BJl+hpnjzAliORdy3RET3mCSEA1YfoSJ4IwZYgUyIk4
QtNXFN2hHEY0In1Bj2mASDEqp3woJ94oz9yzW575HlG3S+noH4ZlfSj+Z/O9nB6YTfV0H4+t
UtlIodxuqvvh+q3rjn/vTukmU4RPavx4J6mXkGJcmXPIgJ9A2w/MCXyQyv2kSoXoc/MCXv8M
757j/aYemP+U1PlVefgrvPsGRvLGXJQ/X8LGLXeMusDunW7/BBQKV2wKZW5kc3RyZWFtCmVu
ZG9iago1IDAgb2JqCjw8L1R5cGUvUGFnZS9NZWRpYUJveFswIDAgNTk1IDg0Ml0vUmVzb3Vy
Y2VzPDwvRm9udDw8L0YxIDIgMCBSPj4vWE9iamVjdDw8L1hmMSAxIDAgUj4+Pj4vUm90YXRl
IDkwL0NvbnRlbnRzIDMgMCBSL1BhcmVudCA0IDAgUj4+CmVuZG9iago2IDAgb2JqCjw8L0xl
bmd0aCA0NzYvRmlsdGVyL0ZsYXRlRGVjb2RlPj5zdHJlYW0KeJxtUsFO4zAQHSk3Xxa6LQcE
kg+rVRepwU7iTSLtaVXa0FaUlNBAlxsrVkJEqFz4fd5M0jRaIctje8bz/N6TjbZ6ZLXRLnWI
j5Xaqt+FipAInC7+KqNHUcKbi0LlXDqfWG2ReULJ+FEQR2j0k9i4VL/9U4xlAMoIIRAqNaTv
tKJrjIxyKmn9o3hmNCM30bIF8FYFeobUVBnf6fcdgUoFISd4/6JumuI+V6nEBG1V+LUEkLeW
CQjjgBkjvAEjAsaQQvApMW/Jo19YM+Zl+IZFvQMTpWmtw0BHTlMa08MDfUHbN7qjGeYaQB4d
UV+yA/rKk+G6KElco/QxTjFPEAcYHpgYxDPEuPGmoyMIAxb7v5QhWbDhZ8e0xPBwukS8Zm4e
Cgsx/EDSBzvSHk1ojtQCawbanpyWKHPLLaRk2F0ix65kdC/+SGOLUL9TopPvbtg5upJ8t6db
WWNdYk7E76mYdIG3yq5Ftc7W65n8Fkaq9TWq+NGGzooOG7e27b8Ua3aIcRz7PxMdmhqRne6R
t+vR7bXU+dbxtcdKn989WT1+1fnnkC5KfBftf/YclEq6gcJTYPeE1QqR1R5CL//7Huor0dCj
P0x+weEE2Q04bajg45yOxeGioZerD9bTlS8KZW5kc3RyZWFtCmVuZG9iago3IDAgb2JqCjw8
L1R5cGUvUGFnZS9NZWRpYUJveFswIDAgNTk1IDg0Ml0vUmVzb3VyY2VzPDwvRm9udDw8L0Yx
IDIgMCBSPj4vWE9iamVjdDw8L1hmMSAxIDAgUj4+Pj4vUm90YXRlIDkwL0NvbnRlbnRzIDYg
MCBSL1BhcmVudCA0IDAgUj4+CmVuZG9iago4IDAgb2JqCjw8L0xlbmd0aCAxMDAxNS9MZW5n
dGgxIDE2OTA0L0ZpbHRlci9GbGF0ZURlY29kZT4+c3RyZWFtCnic7Xx5fBRF9virqu6e+74S
hiQzGSYhBAxhEkI4zAhJSAhIOMJmkMUEAgYUAcOhsgiIqAQUAUVuEdiIkdUBEUER8YSIgKh4
u4CgLIqI90HS83vVMxMCK9/dP39/7DRvXld1He9+r3ryAQgAaGEuMPCMnVQ9JeOprFrs2Qog
tBs7Y5rHNChhM94fwL6N46fcNOmu6p0WAPEWANWOm265Y/zGH47hc4MHIGli7bjqml9nfNEA
0Gkxju9eix2GtzV12H4d2x1qJ027/V+5vT/H9r8AjKtvmTy2evxTNzYD5N+D642YVH37FLEf
1QIEP8Pxnim3jZvS7/kVuH4QxxAN9hGkk1OsB0EwIg4j5RJ0hRIohbvgIBwh6aQbqSZzyDLy
OAmTCyRC3TSP7qH7aRP9nP7ICGNMw0zMx+rZYvY4a2SH2bvsA8EgDBZuFO4VlgovC0dEWzJJ
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
dRQ31yLc0QZqyWbIRkjkwLpADtYSdfQn6IKxPUM5ry3B/PAn5zeMNUnSSBjVWqOdwVx2BVC0
fwQR4VnaK7I/eh95CuFHhDPYHoHwooDxin6J9RCOBzEGTbAKdikhNqX1KmpzTYE1yrUbDsMF
oiFlZBp5jtpoBd1AW1gKe5B9I3gvu6rwWi98InwiqsVKcSFe28QT4gkpWaqQ1kgfSR+p/Krb
VWtV76jeUdvx6nXF9aj6nCZdc6dmv1alXaP9WKfCq0g3SrdDd16fpb9H/5FBZ/irYZ3hEyMx
DjT+zfjc/67/Xf+7/nf97/rf9f/XFX0vzBqhHpwwAvMtBTNkwSjsNsJv/P8RCK7SeEs8FR6S
XJFSwipSkokpuSD5mWQ2qCwtZWBZIKWs2J+SlmOu8Ac6VCTaIikqIZIisUjKgNJASik+swWs
FSJhFUIAZzNiYgXsGcb6FyemfFNMfIHUivYBd4Uz4KiwEFOFOWCqMJkGm2iK6YiJmkwRE5Uo
gQoSgIrJMAeege9AMAOZ6yQi2UUe2jZ8WGZm2S5VZGhZWFN+Q5jcH/YP49/BISPD0v1hqBh5
Q+U2Qh4MLXjgAeibVBbuNqwy7EkKlYVr8MactM0JfUN1dZmZo+umTc/kn2mZddMy236UZsJo
FNX/A+XkMKwKZW5kc3RyZWFtCmVuZG9iago5IDAgb2JqCjw8L1R5cGUvRm9udERlc2NyaXB0
b3IvQXNjZW50IDc2NS9DYXBIZWlnaHQgNzEzL0Rlc2NlbnQgLTI0MC9Gb250QkJveFstNTQ5
IC0yNzAgMTIwNCAxMDQ3XS9Gb250TmFtZS9OTEVFWVorT3BlblNhbnMvSXRhbGljQW5nbGUg
MC9TdGVtViA4MC9Gb250RmlsZTIgOCAwIFIvRmxhZ3MgMzI+PgplbmRvYmoKMTAgMCBvYmoK
PDwvVHlwZS9Gb250L1N1YnR5cGUvQ0lERm9udFR5cGUyL0Jhc2VGb250L05MRUVZWitPcGVu
U2Fucy9Gb250RGVzY3JpcHRvciA5IDAgUi9DSURUb0dJRE1hcC9JZGVudGl0eS9DSURTeXN0
ZW1JbmZvPDwvUmVnaXN0cnkoQWRvYmUpL09yZGVyaW5nKElkZW50aXR5KS9TdXBwbGVtZW50
IDA+Pi9EVyAxMDAwL1cgWzNbMjU5XTVbNDAwXTExWzI5NSAyOTVdMTVbMjQ1IDMyMSAyNjYg
MzY3IDU3MSA1NzEgNTcxIDU3MSA1NzEgNTcxIDU3MSA1NzEgNTcxIDU3MSAyNjZdMzZbNjMy
XTM4WzYzMCA3MjldNDFbNTE2IDcyOCA3MzddNDVbMjY3IDYxM100OFs5MDIgNzUzIDc3OCA2
MDJdNTNbNjE4IDU0OCA1NTMgNzI4XTU4WzkyNV02MFs1NjBdNjhbNTU2IDYxMiA0NzYgNjEy
IDU2MSAzMzggNTQ3IDYxMyAyNTJdNzhbNTI0IDI1MiA5MzAgNjEzIDYwNCA2MTIgNjEyIDQw
OCA0NzcgMzUzIDYxMyA1MDAgNzc3IDUyMyA1MDNdXT4+CmVuZG9iagoxMSAwIG9iago8PC9M
ZW5ndGggNTQzL0ZpbHRlci9GbGF0ZURlY29kZT4+c3RyZWFtCnicXZTP65tAEMXv/hUeW3pQ
d2Z2EwhzaSnk0B80aenV6BoCjRGTHPLf18xL5wsV/IBPV9++h1N93H7ajqdbWX2fL90u38rh
NPZzvl7uc5fLQz6exqIJZX/qbq8rY3dup6JaFu8e11s+b8fhUmw2ZfVjuXm9zY/y3X7/+0P9
vqi+zX2eT+NxUTj8/LUou/s0/cnnPN7KulAt+zwsr/rSTl/bcy4rW/gm7h9TLoNdN3DQXfp8
ndouz+14zMWmXg7dfF4OLfLY/3c7vlYdhrfHSZ2hVpNEnSFAOqgzrCB16gxrSIM6Q2dSU6sz
9JAadYYMKagzDJDMEUjw1bA6qYFkJkGC1SaqkwhSUicxpJU6SSCt1UkRUqtOSpAsA5CQRGMZ
gIQkml6d1JoUzDfIcB/MJMiwGswkyLAa1upk+ArmCGT4CujGyPAVenXyy0RWJx9MolqdjIao
USejIQrqZDREpE5BQyTqFNRBUZ2CPVJSp2CPtFKnoA5q1SnYIyFioyBoZnVGpMr2eTDCBEd1
RpjgpM4IE7xSZ4QJRurGiOy5VWeELz6oMyJ7NpNgfFnN6ozIngd1RvwwUqszog6xIsCIOiSo
M6IOIXUm1CGszoRwRNSZEI6gG2NCOJLUmRCOoBtjQjiyVmdCOIK6jAnhiMUCJoQjaNCY1jao
/k2k58x6jlMfgd19npfpaDPXZuBz+p3G7GN5ukzPVeVyFn8By0xbhAplbmRzdHJlYW0KZW5k
b2JqCjIgMCBvYmoKPDwvVHlwZS9Gb250L1N1YnR5cGUvVHlwZTAvQmFzZUZvbnQvTkxFRVla
K09wZW5TYW5zL0VuY29kaW5nL0lkZW50aXR5LUgvRGVzY2VuZGFudEZvbnRzWzEwIDAgUl0v
VG9Vbmljb2RlIDExIDAgUj4+CmVuZG9iagoxIDAgb2JqCjw8L1R5cGUvWE9iamVjdC9TdWJ0
eXBlL0Zvcm0vUmVzb3VyY2VzPDwvRm9udDw8L0YxIDIgMCBSPj4+Pi9CQm94Wy0yMCAtMjAg
MTAwIDEwMF0vRm9ybVR5cGUgMS9NYXRyaXggWzEgMCAwIDEgMCAwXS9MZW5ndGggNDAvRmls
dGVyL0ZsYXRlRGVjb2RlPj5zdHJlYW0KeJxzCuHSdzNUMDRSCEnjMlQwAEIIGZLLpcEgohmS
xeUawgUAjaUHKwplbmRzdHJlYW0KZW5kb2JqCjQgMCBvYmoKPDwvVHlwZS9QYWdlcy9Db3Vu
dCAyL0tpZHNbNSAwIFIgNyAwIFJdPj4KZW5kb2JqCjEyIDAgb2JqCjw8L1R5cGUvQ2F0YWxv
Zy9QYWdlcyA0IDAgUj4+CmVuZG9iagoxMyAwIG9iago8PC9Qcm9kdWNlcihpVGV4dK4gNS41
LjkgqTIwMDAtMjAxNSBpVGV4dCBHcm91cCBOViBcKEFHUEwtdmVyc2lvblwpKS9DcmVhdGlv
bkRhdGUoRDoyMDIwMDkxNDE2MzMwMCswMicwMCcpL01vZERhdGUoRDoyMDIwMDkxNDE2MzMw
MCswMicwMCcpPj4KZW5kb2JqCnhyZWYKMCAxNAowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAw
MTQ3NjggMDAwMDAgbiAKMDAwMDAxNDYzOCAwMDAwMCBuIAowMDAwMDAwMDE1IDAwMDAwIG4g
CjAwMDAwMTQ5ODYgMDAwMDAgbiAKMDAwMDAwMjQzNSAwMDAwMCBuIAowMDAwMDAyNTc5IDAw
MDAwIG4gCjAwMDAwMDMxMjIgMDAwMDAgbiAKMDAwMDAwMzI2NiAwMDAwMCBuIAowMDAwMDEz
MzY0IDAwMDAwIG4gCjAwMDAwMTM1NDUgMDAwMDAgbiAKMDAwMDAxNDAyNyAwMDAwMCBuIAow
MDAwMDE1MDQzIDAwMDAwIG4gCjAwMDAwMTUwODkgMDAwMDAgbiAKdHJhaWxlcgo8PC9TaXpl
IDE0L1Jvb3QgMTIgMCBSL0luZm8gMTMgMCBSL0lEIFs8YmVhODU2YTU3OWExNTdmOGRmMjI5
ZTcwMjg1MmY2ZmY+PGJlYTg1NmE1NzlhMTU3ZjhkZjIyOWU3MDI4NTJmNmZmPl0+PgolaVRl
eHQtNS41LjkKc3RhcnR4cmVmCjE1MjQ3CiUlRU9GCg==
--------------F662113373E3AB48F2E7A8AC--


From nobody Tue Sep 15 06:42:06 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1B9DA3A0F98; Tue, 15 Sep 2020 06:42:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level: 
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rqmHyzexSir0; Tue, 15 Sep 2020 06:41:59 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE5F23A095F; Tue, 15 Sep 2020 06:41:59 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 08FDfvRm005353 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 15 Sep 2020 08:41:58 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1600177319; bh=CU2+3GIZbDoqYgSs2IoOF7OXGT7l1p9KkcIigjsmi30=; h=Subject:From:To:References:Date:In-Reply-To; b=jfMc5ziq9Z7RnqzMVgT4msO+e+D/0V1CXBCGv0+96B01e7wdmo71ticPtfS55+J60 UdmYKeV/0t57km2x4Z+Rr5u2jUu9EyMPM02Qjo7kMlqK+XkpbzQKKxxGaOLF7EgcCj fnZNtsaaCHaQYCCalGhiiMc3RV32eyhyT02lZbjU=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: codesprints@ietf.org, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
References: <7c01a31d-cde7-c070-0f23-e923afdba6ac@nostrum.com> <f5b726cf-aeb6-c6ca-e7f0-4b051d250319@nostrum.com> <8a40aa29-0d51-9ab6-7df0-a532130dd94a@nostrum.com> <3970fcda-b0f4-9e2a-0864-d438f040837b@nostrum.com> <153ca02d-fa10-ae30-ebf4-171b283dedaa@nostrum.com>
Message-ID: <45a4b220-42da-4edc-e5ef-e06c7dd9a078@nostrum.com>
Date: Tue, 15 Sep 2020 08:41:53 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
MIME-Version: 1.0
In-Reply-To: <153ca02d-fa10-ae30-ebf4-171b283dedaa@nostrum.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/MUV_HrC1rft4ah9a4xA2HX3YL6I>
Subject: [codesprints] Codesprint 108.1 rescheduled to 9 Oct.
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 15 Sep 2020 13:42:01 -0000

Based on the below doodle, we're moving the virtual codesprint to Friday 
9 Oct 2020 at 2000 UTC.

On 9/14/20 9:36 AM, Robert Sparks wrote:
> If you haven't added yourself to the doodle below, please do so today. 
> Note that this is not the original doodle.
>
> I've deleted the original - its state is captured in the attached PDF.
>
> RjS
>
> On 9/10/20 12:21 PM, Robert Sparks wrote:
>> Given the feedback so far, I'd like to run another quick doodle to 
>> make sure we're chosen the best time. The granularity of the original 
>> doodle wasn't as fine as it needed to be.
>>
>> Please add yourself to this doodle asap: 
>> https://doodle.com/poll/2si7m8gazan4h2ku
>>
>> RjS
>>
>> On 9/9/20 2:52 PM, Robert Sparks wrote:
>>> We will hold a virtual codesprint Friday 25 Sep 2020 at 2000 UTC.
>>>
>>> Information, including webex coordinates, is available at
>>>
>>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1Sprint>
>>>
>>> If you participated in the recent doodle, you've already been added 
>>> to the Signup page at
>>>
>>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108.1SprintSignUp>
>>>
>>> Please feel free to remove yourself if that time became unavailable 
>>> for you already.
>>>
>>> If you can participate and are not yet signed up, please add 
>>> yourself to that list.
>>>
>>> Thank you for the time you put in on making things better for the 
>>> IETF community!
>>>
>>> RjS
>>>
>>>


From nobody Mon Sep 28 13:03:58 2020
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BFF273A13BC; Mon, 28 Sep 2020 13:03:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.233
X-Spam-Level: 
X-Spam-Status: No, score=-1.233 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ljQlml2tWGfO; Mon, 28 Sep 2020 13:03:55 -0700 (PDT)
Received: from dunkelfelder.tools.ietf.org (dunkelfelder.tools.ietf.org [217.69.81.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 25D9B3A13BB; Mon, 28 Sep 2020 13:03:55 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1kMzNJ-0003jr-EV; Mon, 28 Sep 2020 22:03:53 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1kMzNJ-0003jr-EV@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Mon, 28 Sep 2020 22:03:53 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,  wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on dunkelfelder.tools.ietf.org); SAEximRunCond expanded to false
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/SAXa5ivBPWETPkdhKtu-1qKCV_o>
Subject: [codesprints] New datatracker release: v7.17.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Sep 2020 20:03:58 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v7.17.1, generated when running the mkrelease script.

Release notes:

ietfdb (7.17.1) ietf; urgency=medium

  This is a bugfix release to clear the slate before merging in the updated
  IETF meeting agenda customization work.

  * Changed the format of email addresses added to the document 
    notifications filed when the document shepherd is set.  Fixes issue #3079.

  * Added manually built UTC.ics and Etc/UTC.ics to the timezone .ics files

  * Added a context processor to make settings generally available in page 
    templates.  Split the SECRETARIAT_TICKET_EMAIL setting into 
    SECRETARIAT_ACTION_EMAIL and SECRETARIAT_INFO_EMAIL, with different 
    addresses.  Updated places with hardcoded ietf-action@ietf.org addresses to 
    use the settings value, and updated some places to use ietf-infor@ietf.org 
    instead of the ietf-action address.  Fixes issue #3081.

  * Updated log.assertion() to provide an exception object (under Py3, it 
    seems that logging.Logger instances ignore the traceback if there isn't 
    also an exception object).  Added a check for unset draft-iesg state to 
    Document.set_state().

  * Updated a middleware function to use the correct Py3 idiom to access 
    exception arguments.

  * Merged in [18466] from jennifer@painless-security.com:
    Cancel multi-session meetings correctly. Fixes #2958.  

  * Merged in [18502] from rjsparks@nostrum.com:
    Create a yangcatalog support group and populate its initial roles.  

  * Merged in [18508] from rjsparks@nostrum.com:
    Refine day edges on weekview. Fixes #3071.  

  * Added a migration to create missing DocAlias instances (and remove some 
    bad ones).

  * Fixed a couple of pyflakes issues.

  * Fixed a bytes/unicode issue for echoed-back nomcom questionnaire text.

  * Merged in ^/personal/rjs/fixreviews_7.17.1.dev0:
    Repair migration for disconnected and confused reviews.

  * Changed the template for /meeting/upcoming.ics to not produce floating 
    times for meetings with UTC timezone.  Fixes issue #3074.

 -- Henrik Levkowetz <henrik@levkowetz.com>  28 Sep 2020 19:32:22 +0000

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.17.1'

For development, copy the new development version instead:
  'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.17.2.dev0' <YOURBRANCH>

Regards,

	Henrik
	(via the mkrelease script)

