Re: [codesprints] Codesprint branches available

Robert Sparks <rjsparks@nostrum.com> Wed, 22 July 2020 23:25 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 BAF5D3A0964 for <codesprints@ietfa.amsl.com>; Wed, 22 Jul 2020 16:25:34 -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, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_BLOCKED=0.001, 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 mltg5SwnN7Zn for <codesprints@ietfa.amsl.com>; Wed, 22 Jul 2020 16:25: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 F17563A0963 for <codesprints@ietf.org>; Wed, 22 Jul 2020 16:25:32 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id 06MNPTv6045115 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for <codesprints@ietf.org>; Wed, 22 Jul 2020 18:25:31 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1595460331; bh=IXIt1r6/xG3dI3/5kOvG6RNAtJPlDAma02+jPSyv1R0=; h=Subject:To:References:From:Date:In-Reply-To; b=HR5BpcUY1Z1C6IvUE7UgVAl2u+FOO0a97utWjYPr721hO/YF+JvPaWS6JehvChsLX 9fz+ITOoj73LwdZ8OdfF7Iu/N567do/cMZrl6mFDK/A4rwCSZZI9cKyj7cZw6IWqOV Tvwks05v/sH/UWxmAvQLYeBSQhRHmkSYEa9WugL8=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: codesprints@ietf.org
References: <a10eb54d-043a-7a80-f01e-27fbeb064f1a@nostrum.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <aff655d4-459d-73cf-ef3a-58f5378cbf14@nostrum.com>
Date: Wed, 22 Jul 2020 18:25:29 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
MIME-Version: 1.0
In-Reply-To: <a10eb54d-043a-7a80-f01e-27fbeb064f1a@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/GV39IRsf5pbqc_FDscDa-s-eeww>
Subject: Re: [codesprints] Codesprint branches available
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, 22 Jul 2020 23:25:35 -0000

I had to make this change to settings.py to get most of the tests to pass:

(env) unescapeable:7.10.1.dev0 rjsparks$ svn diff
Index: ietf/settings.py
===================================================================
--- ietf/settings.py    (revision 18238)
+++ ietf/settings.py    (working copy)
@@ -333,7 +333,7 @@

  X_FRAME_OPTIONS = 'ALLOW-FROM ietf.org *.ietf.org meetecho.com 
*.meetecho.com gather.town *.gather.town'
  CSRF_TRUSTED_ORIGINS = ['ietf.org', '*.ietf.org', 'meetecho.com', 
'*.meetecho.com', 'gather.town', '*.gather.town', ]
-CSRF_COOKIE_SAMESITE = 'None'
+CSRF_COOKIE_SAMESITE = 'none'
  CSRF_COOKIE_SECURE = True

  # SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # Age of cookie, in 
seconds: 2 weeks (django default)

I also have one test that fails because I don't have yanglint installed. 
I think this was supposed to skip.

RjS

On 7/22/20 5:20 PM, Robert Sparks wrote:
> If you signed up for the 108 codesprint, you should have received mail 
> with a branch for you based on 7.10.0.dev0.
>
> If you are planning to attend, but didn't sign up, add yourself to 
> https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF108SprintSignUp and 
> send a note to Henrik.
>
> See you this Saturday!
>
> RjS
>
> _______________________________________________
> codesprints mailing list
> codesprints@ietf.org
> https://www.ietf.org/mailman/listinfo/codesprints