[codesprints] Early preparation for the 115 codesprint: please start working in feat/tzaware.

Robert Sparks <rjsparks@nostrum.com> Tue, 27 September 2022 15:13 UTC

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 0B788C15258E; Tue, 27 Sep 2022 08:13:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.289
X-Spam-Level:
X-Spam-Status: No, score=-1.289 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, KHOP_HELO_FCRDNS=0.398, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=nostrum.com
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3bjtL4TBwTto; Tue, 27 Sep 2022 08:13:26 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7574CC15258C; Tue, 27 Sep 2022 08:13:26 -0700 (PDT)
Received: from [192.168.1.102] ([47.186.48.51]) (authenticated bits=0) by nostrum.com (8.17.1/8.17.1) with ESMTPSA id 28RFDOvi041466 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 27 Sep 2022 10:13:25 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1664291605; bh=RysjGJkpuOVfSq0TCUxA8jHOI7Dc1jSuJnHsKR3qT1A=; h=Date:To:From:Subject; b=hhvr10CVyYyqiqwBUpDTisSfG6CwG4uvJIKAB588GmNh0xHxK+/wNJMpA9WJ/s26V 31QurOdiwkHdWWi6C7AJYZKwoh6WrVanSpZxvUEj0EqRaq2hLbZ6QLFYy4kfPAgMfW o9ZzF9lLmmxl9ZLyVeGuH38zWllYAOzWY6Qgsnj0=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.48.51] claimed to be [192.168.1.102]
Message-ID: <af946d4c-1184-ac5d-41de-70bbffd0eb57@nostrum.com>
Date: Tue, 27 Sep 2022 10:13:19 -0500
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.1
Content-Language: en-US
To: tools-discuss <tools-discuss@ietf.org>, IETF Codesprints <codesprints@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/eltq3cYeEhVOV_zmC6ytuMmeQbE>
Subject: [codesprints] Early preparation for the 115 codesprint: please start working in feat/tzaware.
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.39
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, 27 Sep 2022 15:13:31 -0000

All -

If you can participate in the Codesprint at IETF115, please take some 
time in the next week or so to bring your development environment up to 
current and switch it to the /feat/tzaware branch. My plan is to have 
all contributions at the sprint come into that branch (we expect to 
deploy it right after IETF 115).

Instructions for setting your environment up (which is even easier now 
than it was at IETF 114) are at 
https://github.com/ietf-tools/datatracker/blob/main/docker/README.md. At 
the step at the beginning replace `git checkout main` with `git checkout 
feat/tzaware` for this sprint.

RjS