
From nobody Wed Jul  1 09:36:26 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 6EC263A122E; Wed,  1 Jul 2020 09:36:02 -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 MkifQKj90vuK; Wed,  1 Jul 2020 09:36:00 -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 9444E3A124D; Wed,  1 Jul 2020 09:35:52 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1jqfiA-0001Qa-UL; Wed, 01 Jul 2020 18:35:50 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1jqfiA-0001Qa-UL@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 01 Jul 2020 18:35:50 +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/Uw9xz8R-QoLtUsHYXukFYFlQKlg>
Subject: [codesprints] New datatracker release: v7.7.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: Wed, 01 Jul 2020 16:36:03 -0000

Hi,

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

Release notes:

ietfdb (7.7.0) ietf; urgency=medium

  **Automatic meeting scheduler, improved support for remote instructions**

  This release introduces the generate_schedule command, which will do auto-
  layout of the schedule for an IETF meeting, with minimized conflicts.  The
  auto-scheduler output can also be used as input for further manual tweaks.
  The goodness of the generated schedule very much depends on how complete the
  input constraints are, and on the indicated cost of violating the various
  constaints.  It is expected that experience with using the output of the
  auto-scheduler will lead to adjustment of the cost of violating various
  constraints, and possibly also the introduction of new constraints.

  There is also some other features, including support for the secretariat to
  edit the remote_instructions field of sessions, which is necessary in order
  to set remote call-in URLs for meeting sessions taking place in rooms that
  don't already have a regular Meetecho channel.

  From the commit log:

  * Merged in the final part of the automatic scheduler from sasha@dashcare.nl.

  * Renamed and adjusted a migration to avoid multiple migration leaf nodes.

  * Fixed an issue with openid_userinfo() for persons with no email address.

  * Renamed the automatic schedule generator command from 'schedule_generator'
    to 'generate_schedule', so as to match our other 'generate_*' management
    commands.  Added some switches to the command, and added more information
    to the default output, providing information about number of optimisation
    runs and time consumed.  Added a default value for the meeting option.

  * Made it possible to provide a name to use for the generated schedule, and
    changed the autogenerated names to be easier to remember and type for
    later manual work based on an autogenerated schedule.

  * Removed the command to purge request_profiler entries, given that 
    request_profiler is incompatible with Django 2.2 and has been removed

  * Fixed a bug in the caching of the agenda, where too much of the page was
    cached.  Fixes issue #3008.

  * Added a guard against trying to serialize session UTC start time for a 
    meeting with unknown timezone.

  * Renamed a test module to conform to our name convention ('test_...' to 
    'tests_...').

  * Tweaked the HTML that puts session links and calendar links on the session
    details page so as to put them on the same line.

  * Added some CSRF settings to make login from a meetecho iframe possible.

  * Added 'remote_instructions' as an editable field for misc. sessions in 
    the secretariat app, in order to be able to set remote access URLs.

  * Reworked the support for remote access urls in the agenda_note and 
    remote_instructions fields of Session objects so as to accept any of a list 
    of conference service domains as remote call-in URLs (i.e., not only webex).

 -- Henrik Levkowetz <henrik@levkowetz.com>  01 Jul 2020 14:21:16 +0000

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Sat Jul 11 13:47:30 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 3567C3A079B; Sat, 11 Jul 2020 13:47:23 -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 1Z6fmNICTKe4; Sat, 11 Jul 2020 13:47:21 -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 6C3553A079A; Sat, 11 Jul 2020 13:47:21 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1juMP1-0007XF-Pj; Sat, 11 Jul 2020 22:47:19 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1juMP1-0007XF-Pj@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sat, 11 Jul 2020 22:47:19 +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/rQ8jYgxAevJbe9mzu4weEcSE8ls>
Subject: [codesprints] New datatracker release: v7.8.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: Sat, 11 Jul 2020 20:47:23 -0000

Hi,

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

Release notes:

ietfdb (7.8.0) ietf; urgency=medium

  **Changes to cookie settings, yang checking improvement, and bugfixes**

  * Added a warnings filter for a deprecated message triggered by a library 
    module, to get rid of unhelpful deprecation messages.

  * Increased the generate_schedule optimiser run count to 160, and tweaked 
    some output messages, after several days of testing various run counts.

  * Fixed a bad string formatting directive.

  * Fixed an issue with secr.meetings.views.send_notifications() that could 
    occur if a session didn't have a timeslot set.

  * Merged in [18130] from rjsparks@nostrum.com:
    Fixed some test scaffolding that used non-existent keys (uncovered by 
    recent improvements in sqlite3 integrity checking).  

  * Added a patch for Django to permit cookie 'samesite' setting to be 
    explicitly set to 'None'.

  * Added some cookie settings and changed others, in order to support 
    login and operation from a Meetecho iframe.

  * Added a guard against trying to use historic group parent information 
    when parent is None

  * Added support for pulling yang modules from yangcatalog.org, and use
    them when running yang checks on drafts.

  * Changed the subclass of lxml.html.clean.Cleaner() to adapt to changes 
    in the superclass in v4.5.2

  * Added a new field Person.plain as a fallback for names where 
    plain_name() produces the wrong result.  Fixes issue #3020.


 -- Henrik Levkowetz <henrik@levkowetz.com>  08 Jul 2020 18:45:56 +0000

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Jul 15 08:35:49 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 53C1D3A0044; Wed, 15 Jul 2020 08:35:39 -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 XLUnVel9KScU; Wed, 15 Jul 2020 08:35:37 -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 27E113A005F; Wed, 15 Jul 2020 08:35:37 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1jvjRX-0001z9-FX; Wed, 15 Jul 2020 17:35:35 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1jvjRX-0001z9-FX@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 15 Jul 2020 17:35:35 +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/S7WRr6wR6E8h2_e9mCJgkR_PmXU>
Subject: [codesprints] New datatracker release: v7.9.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: Wed, 15 Jul 2020 15:35:39 -0000

Hi,

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

Release notes:

ietfdb (7.9.0) ietf; urgency=medium

  **Extended support for the remote-instructions field to all session types;
  Cookie settings and other changes for Meetecho integration; and bugfixes**

  * Updated the generate_name_fixture management command to include
    BusinessConstraint; necessary after the automatic meeting scheduler
    tests came in.

  * Updated fixtures based on the updated generate_name_fixture command.

  * Updated the Django patch for SameSite cookie settings to give a
    more informative error message from Django when the cookie setting
    is unacceptable.

  * Merged in [18131] from rjsparks@nostrum.com:
    Add configuration and mechanisms to allow meeting materials to be 
    served via a CDN. Fixes #2935.  

  * Merged in [18157] from jennifer@painless-security.com:
    Store Auth48 URL as DocumentURL and display in RFC-Editor state. 
    Migrates old data when possible. Alternative to 17563. Fixes #2722.  

  * Fixed an UnboundLocalError issue.

  * Merged in [18159] from jennifer@painless-security.com:
    Notify secretariat when conflict review/status change doc enters an 
    announcement pending state. Fixes #2962.  

  * Tweaked the agenda HTML template, adding additional conditions
    (agenda-note, remote instructions) that will make session-related links
    show.

  * Tweaked the list of days in secr session edit forms to allow setting 
    the date to a day before the start of the meeting, necessary for IETF 108.

  * Renamed some settings so as to start with the relevant app name
    (MEETING_*)

  * Added support for a meeting session order_number (denoting first session
    for this group in the meeting, second session, etc.) when filling in URL
    templates with session info using the 'format' filter.  Used for the
    Meetecho video straming url for a session.

  * Changed the logger level settings override in settings.py so as to not
    actually apply the example settings.

  * Merged in [18162] from jennifer@painless-security.com:
    Notify IRSG when an IRSG ballot is created. Fixes #2978.  

 -- Henrik Levkowetz <henrik@levkowetz.com>  15 Jul 2020 14:55:04 +0000

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Jul 22 13:43:17 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 CD46B3A096C; Wed, 22 Jul 2020 13:43:11 -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 6aA5KEODb_qn; Wed, 22 Jul 2020 13:43:09 -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 ACD4B3A0963; Wed, 22 Jul 2020 13:43:09 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1jyLa0-0001QN-69; Wed, 22 Jul 2020 22:43:08 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1jyLa0-0001QN-69@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 22 Jul 2020 22:43:08 +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/gb1b10H_Jd43XwtN1Qn_mh_c6Vw>
Subject: [codesprints] New datatracker release: v7.10.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: Wed, 22 Jul 2020 20:43:12 -0000

Hi,

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

Release notes:

ietfdb (7.10.0) ietf; urgency=medium

  **Generalised external resourses for Groups, Documents, and People**

  * Merged in the ExtResource work from rjsparks@nostrum.com, based on a
    feature request and contributions from rsalz@akamai.com.  This provides
    external resource models for Person, Group, and Document models, as a
    generalisation of the previous related-URL concept.  It has a consistent
    labelling and classification of URLs and other resources related to a
    Group, Document, or Person.  The GroupURL (and similar) classes will be
    removed in a later step. Some DocumentURL instances (such as auth48 URLs)
    remain to convert to the new scheme, as they have come in with other
    merged-in work while the ExtResource work was in transit.

  * Corrected and improved some language in the OIDC userinfo 'Request for 
    Permission' view.

  * Provided the new session attribute 'order_number' to the template
    used to set the link to the Meetecho live video stream for sessions,
    in order to implement a requested change of URL format.

  * Merged in [18198] from rjsparks@nostrum.com:
    Return the right reference for interim meeting materials.  

  * Merged in [18185] from rjsparks@nostrum.com:
    Only show sessions from the traditional week in the 'week view' used 
    for customized calendars. Partially addresses #3022 until a more general 
    solution can be constructed. 

  * Merged in [18186] from rjsparks@nostrum.com:
    Let the weekview in the customized agenda show more than just the 
    traditional meeting 'week'. Fixes #3022.  

  * Merged in [18189] from jennifer@painless-security.com:
    Make docs in Auth48 state visually distinct. Fixes #2925.  

  * Fixed an issue for Session.order_in_meeting() if the session was 
    cancelled.

  * Merged in [18201] from rcross@amsl.com: Fixed an issue with the
    Secretariat Telechat app where the left pane would have missing sections.

  * Merged in [18202] from rjsparks@nostrum.com:
    Serve older ietf meetings locally. Add tests to verify we have not set 
    up a redirect to self.  

  * Merged in [18204] from rjsparks@nostrum.com:
    Recent past meetings are shown as past meetings, so sort them like past 
    meetings. Fixes side-comment in #3101.  

  * Merged in [18205] from rjsparks@nostrum.com:
    Added rudimentary validation to the admin group form acronym field. 
    Partially addresses #3026.  

  * Merged in [18206] from rjsparks@nostrum.com:
    Allowed modelforms, particularly the admin, to treat joint_with_groups as 
    a optional field. Fixes #3029.  

 -- Henrik Levkowetz <henrik@levkowetz.com>  22 Jul 2020 14:00:31 +0000

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Jul 22 15:20:45 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 1A98B3A0847 for <codesprints@ietfa.amsl.com>; Wed, 22 Jul 2020 15:20:44 -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 hKrUKaJi0r3m for <codesprints@ietfa.amsl.com>; Wed, 22 Jul 2020 15:20:41 -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 E287A3A083C for <codesprints@ietf.org>; Wed, 22 Jul 2020 15:20:40 -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 06MMKdYr020863 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for <codesprints@ietf.org>; Wed, 22 Jul 2020 17:20:40 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1595456440; bh=9WSFOcZNXVb6J4m+s6PbWEal9jwNvbtd6lTHPEyxCEo=; h=To:From:Subject:Date; b=QWJlntIftfzXl4S0Ct5RRDmNyssFKdy9rDk6+AUiEBbJDte3r2m9cmMifL0WNfLBN CaolYK2M2t415x4ws29jlrdh1UOg9dWc7Y5zxY6v7funMVaYoLlfqsJSATwPYutZHv 4nR/oXq4ASR7KeIBPrh5YOEDaHQjvaonxg7+H5XA=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: codesprints@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <a10eb54d-043a-7a80-f01e-27fbeb064f1a@nostrum.com>
Date: Wed, 22 Jul 2020 17:20:39 -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
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/KBceGkREoSiSd-i8YTHdlGvsMO8>
Subject: [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 22:20:44 -0000

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


From nobody Wed Jul 22 16:25:36 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 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


From nobody Thu Jul 23 05:50:17 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 D37BB3A0A03 for <codesprints@ietfa.amsl.com>; Thu, 23 Jul 2020 05:50:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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 N1wYMwJluBeJ for <codesprints@ietfa.amsl.com>; Thu, 23 Jul 2020 05:50:15 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90CBE3A0A02 for <codesprints@ietf.org>; Thu, 23 Jul 2020 05:50:15 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:57670 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1jyafu-0004Ak-RA; Thu, 23 Jul 2020 05:50:15 -0700
To: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
References: <a10eb54d-043a-7a80-f01e-27fbeb064f1a@nostrum.com> <aff655d4-459d-73cf-ef3a-58f5378cbf14@nostrum.com>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <fdb51f17-56eb-d019-a436-220a2ce5db11@levkowetz.com>
Date: Thu, 23 Jul 2020 14:50:07 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <aff655d4-459d-73cf-ef3a-58f5378cbf14@nostrum.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kIGaGjAUlRlcMdNr1IAXpfMMCDQJohlld"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: codesprints@ietf.org, rjsparks@nostrum.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/kNVt4-fQTIHjplMdcEOeiVAfyk8>
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: Thu, 23 Jul 2020 12:50:17 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--kIGaGjAUlRlcMdNr1IAXpfMMCDQJohlld
Content-Type: multipart/mixed; boundary="sXmNA6uXSO9b98g7GtaJetJLJxiCxbDCs";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
Message-ID: <fdb51f17-56eb-d019-a436-220a2ce5db11@levkowetz.com>
Subject: Re: [codesprints] Codesprint branches available
References: <a10eb54d-043a-7a80-f01e-27fbeb064f1a@nostrum.com>
 <aff655d4-459d-73cf-ef3a-58f5378cbf14@nostrum.com>
In-Reply-To: <aff655d4-459d-73cf-ef3a-58f5378cbf14@nostrum.com>

--sXmNA6uXSO9b98g7GtaJetJLJxiCxbDCs
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Robert,

On 2020-07-23 01:25, Robert Sparks wrote:
> I had to make this change to settings.py to get most of the tests to pa=
ss:
>=20
> (env) unescapeable:7.10.1.dev0 rjsparks$ svn diff
> Index: ietf/settings.py
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- ietf/settings.py    (revision 18238)
> +++ ietf/settings.py    (working copy)
> @@ -333,7 +333,7 @@
>=20
>   X_FRAME_OPTIONS =3D 'ALLOW-FROM ietf.org *.ietf.org meetecho.com=20
> *.meetecho.com gather.town *.gather.town'
>   CSRF_TRUSTED_ORIGINS =3D ['ietf.org', '*.ietf.org', 'meetecho.com',=20
> '*.meetecho.com', 'gather.town', '*.gather.town', ]
> -CSRF_COOKIE_SAMESITE =3D 'None'
> +CSRF_COOKIE_SAMESITE =3D 'none'
>   CSRF_COOKIE_SECURE =3D True

Huh.  I _think_ you'll find that if you change it back to 'None' it will
still work now.  Being able to set 'None' (which the latest browser
releases require, as None (the value, not the string) now is interpreted
as 'Lax') depends on a patch which may not have been applied if the very
first thing you did was to run tests.  Both the previous code, which
recognised 'lax' and 'strict', and the patched code, lowercases the strin=
g
before checking it.

>=20
>   # SESSION_COOKIE_AGE =3D 60 * 60 * 24 * 7 * 2 # Age of cookie, in=20
> seconds: 2 weeks (django default)
>=20
> I also have one test that fails because I don't have yanglint installed=
=2E=20
> I think this was supposed to skip.

Ahh.  Sorry, slipped my mind.  Mea culpa.


	Henrik

>=20
> RjS
>=20
> On 7/22/20 5:20 PM, Robert Sparks wrote:
>> If you signed up for the 108 codesprint, you should have received mail=
=20
>> 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=20
>> 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
>=20
> _______________________________________________
> codesprints mailing list
> codesprints@ietf.org
> https://www.ietf.org/mailman/listinfo/codesprints
>=20


--sXmNA6uXSO9b98g7GtaJetJLJxiCxbDCs--

--kIGaGjAUlRlcMdNr1IAXpfMMCDQJohlld
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAl8Zh38ACgkQTptXS4+7
FxrSHw//fm22xVGs5EVnEh0FVWOlvoZnjjP/xL44aa5oM1O0uCr9J8sHVCD9YI4W
CV5zVrD3Fal3F5N4kcZmksA3PQz9ZRLAvYtsnuvCl4Z7LqtGeNQ2zeVKraQPCWf/
OEYWLyaYOdsPtWb1+h7TLtRLAKeS8NJfT/XCTd4Ow35O9b0lw/tlXwO7AMJ014ad
5Y6ZTa0NmF+diMYQScVd102r5Lp9TlUz6Jc8LfOzNoTTRJ2HAa3xm/ZSA/mQTDYw
G0Z2s63oEyA+liTiUBn2B7NbDDlJKgHZU/2ZDUcZveCGPRn+nq8Fg5Y4Av9hNxLJ
y1mQ8TTEegFMekTEDMISB8//82TV5XgpvueAf9QQq1ITpWTvO3D+Tv+q+y2mS12N
M2Sg+Gvni/DVuAwK7nlNEk6mh2fn1AfnwPs6SeceWg/3U6OvctsLYOITpaAja8RJ
ErUc1W6eS2xt9EHUjbatH0F/V2Cu7U4LhYGDxyKk2e603dvw4FmVyCpAfz8yOM2+
Y/w2M5VSCJLYDJooMYqNPf2HXA7eI0AhtVQsxg8RxPQKJeXiQSfwbaRS4agjLPWF
GFoWg+YJV+zg4vIc+3YgdJ+05nDdkXhULXpbH38VIn6OYMBzeOROxjrH3Rm4M6ci
Hz6J6lM3wx3tD7Wr2gMitFv9JWzJnwwz3MNtFP5eWJvrm10H2jM=
=vC9M
-----END PGP SIGNATURE-----

--kIGaGjAUlRlcMdNr1IAXpfMMCDQJohlld--


From nobody Thu Jul 23 06:40:45 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 4BD743A0B5E for <codesprints@ietfa.amsl.com>; Thu, 23 Jul 2020 06:40:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.08
X-Spam-Level: 
X-Spam-Status: No, score=-2.08 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, 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 R406LCRE-wha for <codesprints@ietfa.amsl.com>; Thu, 23 Jul 2020 06:40:41 -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 DCCC53A0B5D for <codesprints@ietf.org>; Thu, 23 Jul 2020 06:40:41 -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 06NDed53047190 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 23 Jul 2020 08:40:40 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1595511641; bh=JAXpdz35rSXoDf7DDMh75XT8FymSfvc6omL0xRmFqKc=; h=Subject:To:References:From:Date:In-Reply-To; b=FQ2gOOrntpNga8SLqZZkEilurBdjcxDiwpjaC0pREQTVA5v/BA65CQgJdVvIo8kmq qtOzUMQ9e+BKGnFkudFpBZ2LQqjChZ+HT8XeWDL7p4SWgaX9zUU5m6hPH6M55fDhwp 6E5Sb83l9R59FitP434R1kI0eJtDU1w/sLZfdMGs=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: Henrik Levkowetz <henrik@levkowetz.com>, codesprints@ietf.org
References: <a10eb54d-043a-7a80-f01e-27fbeb064f1a@nostrum.com> <aff655d4-459d-73cf-ef3a-58f5378cbf14@nostrum.com> <fdb51f17-56eb-d019-a436-220a2ce5db11@levkowetz.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <c7526b18-e573-0964-ee96-3dc489da4cfe@nostrum.com>
Date: Thu, 23 Jul 2020 08:40:39 -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: <fdb51f17-56eb-d019-a436-220a2ce5db11@levkowetz.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/ah2SoY4dwxfps1tCf8vsnjCi3D0>
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: Thu, 23 Jul 2020 13:40:43 -0000

On 7/23/20 7:50 AM, Henrik Levkowetz wrote:
> Hi Robert,
>
> On 2020-07-23 01:25, Robert Sparks wrote:
>> 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
> Huh.  I _think_ you'll find that if you change it back to 'None' it will
> still work now.  Being able to set 'None' (which the latest browser
> releases require, as None (the value, not the string) now is interpreted
> as 'Lax') depends on a patch which may not have been applied if the very
> first thing you did was to run tests.
Running the tests was the very first thing I did. I haven't done 
anything else. When did it apply the patch?
>   Both the previous code, which
> recognised 'lax' and 'strict', and the patched code, lowercases the string
> before checking it.
>
>>    # 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.
> Ahh.  Sorry, slipped my mind.  Mea culpa.
>
>
> 	Henrik
>
>> 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
>> _______________________________________________
>> codesprints mailing list
>> codesprints@ietf.org
>> https://www.ietf.org/mailman/listinfo/codesprints
>>


From nobody Thu Jul 23 20:42:22 2020
Return-Path: <fenton@bluepopcorn.net>
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 0C5163A09B7 for <codesprints@ietfa.amsl.com>; Thu, 23 Jul 2020 20:42:15 -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, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=bluepopcorn.net
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 uPtmaNG12fvV for <codesprints@ietfa.amsl.com>; Thu, 23 Jul 2020 20:42:13 -0700 (PDT)
Received: from v2.bluepopcorn.net (v2.bluepopcorn.net [IPv6:2607:f2f8:a994::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 529433A09A0 for <codesprints@ietf.org>; Thu, 23 Jul 2020 20:42:13 -0700 (PDT)
Received: from steel.local ([IPv6:2601:647:4400:9fb0:9d11:d677:ba2:487f]) (authenticated bits=0) by v2.bluepopcorn.net (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTPSA id 06O3gBpS019386 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Thu, 23 Jul 2020 20:42:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluepopcorn.net; s=supersize; t=1595562132; bh=rYbmHrwFTDsjD4VtV5aulZnGlgZlN4djwETb8Q+W7Mk=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=bIYP1x+FnmWNMBng0PlICc114JZ+NnV7YyMwH/qsUD/DCPYJfpHBmcewmzFzQ4Y6p ocrqyZt3D10Rp60FXCqEu1X8DAUvsVgtuyn8ham2mvc5neRFPHWIYzd4xOOwBSwAEV FHXLtl9Wlmn8Lvdh+cAkbIWgUyZzfQGtKRRYP3Oc=
To: Henrik Levkowetz <henrik@levkowetz.com>
References: <E1jyMmR-0007tq-ME@zinfandel.tools.ietf.org>
Cc: codesprints@ietf.org
From: Jim Fenton <fenton@bluepopcorn.net>
Autocrypt: addr=fenton@bluepopcorn.net; prefer-encrypt=mutual; keydata= mQINBFJNz0MBEADME6UoNSsTvSDJOdzL4yWfH4HTTOOZZPUcM/at38j4joeBb2PdatlwCBtk 9ZjupxFK+Qh5NZC19Oa6CHo0vlqw7V1hx1MUhmSPbzKRcNFhJu0KcQdniI8qmsqoG50IELXN BPI5OEZ3chYHpoXXi2+VCkjXJyeoqRNwNdv6QPGg6O1FMbB+AcIZj3x5U18LnJnXv1i+1vBq CxbMP43VmryPf8BLufcEciXpMEHydHbrEBZb/r7SBkUhdQXjxRNcWOLeYvOVUOOrr1c+jvqm DEbTWUJVRnUro/WpZQBffFnymR0jjkdAa8eOVl/nF2oMLbaBsOMvxCRSSEcGhuqwbEappNVT 1nuBTbkJT/GGcXxc+lEx9uNj86oYC4384VZJMTd1BRI4qPXImNZCIdmpKegK743B6xxN6Qh1 Tg167pn9429JENQE/AFIVX5B/gpsg7Aq+3rmz9H6GbfovPvFV3TBTgsHCHAMC8XU+S4fhcqN PN0lbUeyb7g6wxaE+dYqC7TExx7G3prw4v66y0qS7ow/Cfw8XXOEkaFQ4XwP7nvfILT+9CcU yS8I40vlDFU9Wnt56CbGz0ZVQgHnwyPXL+S9kCcIwRLFx1M79s6T6qwX1TXadfpbi1uIw7XG TiPDT8Pk6i2y22oSSROyYD4D+wOhVkkvO0S8iZ3+LhAYUx86nwARAQABtCNKaW0gRmVudG9u IDxmZW50b25AYmx1ZXBvcGNvcm4ubmV0PokCVQQTAQgAPwIbAwYLCQgHAwIGFQgCCQoLBBYC AwECHgECF4AWIQS1nUkJe2fEXbvBaacbJaiwFdCfvgUCXxoIpQUJEI6gYAAKCRAbJaiwFdCf voc0EACDpkdX086xmst9QgccOX2qKPnzbaAa0/NpFtJN860Us5gbv8gf+9Wfkz0UVqmExp3a 7CMzJnH5CLNb4jOXMMMoFCzJ8UioTGL4jwN23wXHdhOEycnKMl2i2bN13DwEWdrqVHzF2ds8 did+0Ep1deFCGAEXTS5QMc2LyPynMGScHcLTZJ6IIBK9sQqGn9IPR4UjiZOV4382RG86jxam G8EhKTahaJF+srqXsmKdfg1xGDUr0aFfPZQcdpE/cBePMqe4+H6py4eEobcuVD61RL8KTj3D F78TkoR7+RJcPvTGEA3I5kNPLQrqtSFhds327Mr6MzDkC4gg5nIhvWb/j2zn4tfckBY+e9vS nq6Hfo0NYbqWYaHSdvA0bF7D9CPJ4sXco7MCx1/nLYYLNHpxnSMAFPZmI3lMQBGcR89c/sBm K7BA4aotgbxfm/fZNngZB0xFolkXyPIBfR9rzgIY2llSdd+KlN5tjZnQ7QkShWp0iG2YI6nC Zr7HaObdp+aRB5UmkD5GOdPMcv7s5esouysTKu2R2nzPQG0atMiSRtS6QEDmp372TG7L2w4V HVLx5wlrWpoTiKAMwg7VtFjD7Xbyho6NgRrrmhiW7KnIQxYrb6evg4v316E+H0w0ogU/fDMF x3ZnZDC6npTuPT4GojlxIANBQmSKHYX66HD291b7WrkCDQRSTc9DARAAwZaXYs3OzGlpqvSH 3HR9GjSzIeP0EmsBCjpfIdZbQBwQ3ZREiMGInNxV+xkdjLDg0ctrWzUCUe3plWe5NJkpjqm+ KMc7GKhyeWJ5MZRtVrh0VpFTqi8UwYPWumAYqE1y/U1me/zHpfG9EDwdSYqMkPF76Fy5W+vh ZP2ILKaY8qWSLyH8TPl5mFGBypfT8Q6UuzlRs2aTbsTtBX/qwH7gztMRJSjQtYo20AqCgBBH IA/0xV5qDH7CVYyKyPQ4tJLQ8/xyTysUS5fewrj8lZo/G9SaNtC3CEvrJYwyA0nvYB6+hJPM qMP/tyRXM/9XY3qO4Vxuc+m5fYbTZa5GYAZNNuB5dvqI1U0sFTWBEbpAeabqCQ40ZnFSj+t1 tBuwfj4ey/oJ78WRyg5+VTvPKRRubOmZcnzj5yfTS3VGxAZb4Nsj1S2f3KLP0Z+Cv4dt893I 2JWTChw7jA1omF0QTQaBq140n084PFndBHudrZ3cz+APC89iie2HQ4jGQldXZXnGySHnHlA+ WUyZ9wgOplW9F4Q/Lps1bnuh5VttPVpNfjX8hiV48al+b+ut4nfzXAripIRWF3TL72/6JqgE KNhRKyRn0S6BidieSyHWzqJR3Roi/YNTvyXyLh6i6jtByb3FbnhYf/9olobDpj0E+kTemLrw owre85gwupSphqlzVSUAEQEAAYkCPAQYAQgAJgIbDBYhBLWdSQl7Z8Rdu8FppxslqLAV0J++ BQJfGgilBQkQjqBiAAoJEBslqLAV0J++j7cP/jEq8IXTyahDSPJxQpMKVDL24OBhgZZdmt8B AWFUIrlnaucZ8BXW8wYFnFr+76gSKkfArAXcxSol32aMKS3fW8EdIDw7nkdPuKJGY6dhzIZ5 HDRq/jNMLYHcqXB+0YuqpZ4VNGL3/gmgduBgyTx/cnfqOe7WG13V4qFRMNIrdsf2QdAeFl93 MirVJpokH3anHeh8fQkpWSCiIP7ejGN3Lld1pWdGXqpubj5z6R5208/acSpVs79JiQfaH3q0 cau9oYX0JRoW6iQpGNXlkfLFehCzsKks/m4CtMXMXtajakBmWuHxuebcfHpmz6F+9B3rHvai 5TjSmZe9KfjlDAsuksq4CP1kJOqTxg+e0Sup38b0C979lHpRIhwwl0znobT9EPnrjMd5yDZt 2CZGEAE0bzXWLSHcRDJnHu+jscCnowC18S7LL3X9Gmw8r+WUYmMQ0A8ZDDOB8Z5p9PIs2OAQ kBBsBWFb59KGjtAvFWFEm6/DRDlzXmANICwHC2G4aqn1G3DLSDzwfBfSYLs31dK5mDyzv51G ZJfgxbwTKcdoy6AEkUrzM3A1GP+NVfb/I2LCui+QOHfhfPFmV1OPpTPL77AsTXviA7l1iYMd BADv28GwZyay6Fd1Hp7rOXFI/Qx87++GwpEjpuSKcZihfnh2754ZSyZxim2wmMs6k12nYwvE
Message-ID: <4547ca4e-6185-34a9-b28f-b9c9ed742498@bluepopcorn.net>
Date: Thu, 23 Jul 2020 20:42:04 -0700
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
MIME-Version: 1.0
In-Reply-To: <E1jyMmR-0007tq-ME@zinfandel.tools.ietf.org>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/bcQevrTrMyVlb_mln0CLxSQbZ7A>
Subject: Re: [codesprints] A new SVN branch for you for IETF datatracker coding, based on dev tag 7.10.1.dev0.
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: Fri, 24 Jul 2020 03:42:21 -0000

On 7/22/20 3:00 PM, Henrik Levkowetz wrote:
> There's also a new database dump available at
> https://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz -- this dump is ser=
ved
> via CDN, and should hopefully be swifter to download than the alternati=
ves.
>
I'm not quite sure what to so with this, since the procedure on
SprintCoderSetup is for working with a .bin.tar.bz2 file. It looks like
this expands to a file I need to import into mysql, but I don't even
have a mysql on my laptop except within the Docker container. Sounds
like it would be easier to use the "automatic" database setup, but I'd
also like to understand how to use the CDN version.

-Jim



From nobody Fri Jul 24 04:14:46 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 07F3F3A0ED3 for <codesprints@ietfa.amsl.com>; Fri, 24 Jul 2020 04:14:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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 43A6qzWzn2dl for <codesprints@ietfa.amsl.com>; Fri, 24 Jul 2020 04:14:42 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E04ED3A0ED5 for <codesprints@ietf.org>; Fri, 24 Jul 2020 04:14:42 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:52130 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1jyvf0-0005yJ-2T; Fri, 24 Jul 2020 04:14:42 -0700
To: Jim Fenton <fenton@bluepopcorn.net>
References: <E1jyMmR-0007tq-ME@zinfandel.tools.ietf.org> <4547ca4e-6185-34a9-b28f-b9c9ed742498@bluepopcorn.net>
Cc: codesprints@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <0ebe9901-a4be-a21c-df89-91b9d0382242@levkowetz.com>
Date: Fri, 24 Jul 2020 13:14:35 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <4547ca4e-6185-34a9-b28f-b9c9ed742498@bluepopcorn.net>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AiT6jmpOsm66LwRfNUoEnVIRsUvnaPSm1"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: codesprints@ietf.org, fenton@bluepopcorn.net
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/zXB_wN8A26186iHBe1qM50HVHM4>
Subject: Re: [codesprints] A new SVN branch for you for IETF datatracker coding, based on dev tag 7.10.1.dev0.
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: Fri, 24 Jul 2020 11:14:44 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--AiT6jmpOsm66LwRfNUoEnVIRsUvnaPSm1
Content-Type: multipart/mixed; boundary="XICQ1tUfR1VS1gqJLuK1F6W5DSdjgbK2p";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Jim Fenton <fenton@bluepopcorn.net>
Cc: codesprints@ietf.org
Message-ID: <0ebe9901-a4be-a21c-df89-91b9d0382242@levkowetz.com>
Subject: Re: A new SVN branch for you for IETF datatracker coding, based on
 dev tag 7.10.1.dev0.
References: <E1jyMmR-0007tq-ME@zinfandel.tools.ietf.org>
 <4547ca4e-6185-34a9-b28f-b9c9ed742498@bluepopcorn.net>
In-Reply-To: <4547ca4e-6185-34a9-b28f-b9c9ed742498@bluepopcorn.net>

--XICQ1tUfR1VS1gqJLuK1F6W5DSdjgbK2p
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Jim,

On 2020-07-24 05:42, Jim Fenton wrote:
>=20
> On 7/22/20 3:00 PM, Henrik Levkowetz wrote:
>> There's also a new database dump available at
>> https://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz -- this dump is se=
rved
>> via CDN, and should hopefully be swifter to download than the alternat=
ives.
>>
> I'm not quite sure what to so with this, since the procedure on
> SprintCoderSetup is for working with a .bin.tar.bz2 file. It looks like=

> this expands to a file I need to import into mysql, but I don't even
> have a mysql on my laptop except within the Docker container. Sounds
> like it would be easier to use the "automatic" database setup, but I'd
> also like to understand how to use the CDN version.

Using the .bin.tar.bz2 file is the fastest and easiest way forward, if it=

is fresh.  I usually refresh it every Friday before a sprint (I'm buildin=
g
a new one right now).

The .sql.gz file is pulled down by the docker/updatedb, and can be used t=
o
update the database with the latest dump.  The .sql.gz file is newly dump=
ed
every day, so in between sprints, it has newer contents than the .bin.tar=
=2Ebz2
file.

So the .bin file is the best option on sprint days, the .sql file will gi=
ve
you daily updates in between sprints.


Best regards,

	Henrik


--XICQ1tUfR1VS1gqJLuK1F6W5DSdjgbK2p--

--AiT6jmpOsm66LwRfNUoEnVIRsUvnaPSm1
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAl8awpsACgkQTptXS4+7
FxoK7g//eStYqUXewKD0I+cO/gLPTeuA7zT3WBHoqr6Mly+t6FHHrtTlGuERnv2I
BnKrDS7fFNRdWbyZYmik1mNPExpUhbRsNO2unSJtXYC9z6PeirYJejHf1sGipLOR
aSTVn8Afcg/zicdV7HMMTn6gQoMZw/dVbu26PNu7ywNELilF73lsC4BrsnhkaG72
Kn78S98euKvfg3kSSBKHlb4SyI02rvJ11N7ebgJfsd459o0AccR1doobI1vOHodR
icIU19bQkfnAQNTmPcrXJRstChNlzD57Y2jkofQMAn1+fIew4mFb8wBM5ZHXerhI
BR4IVMWJUNoAX/DOC4VuB1wPmby0miN9jh5thUx7PaS+t/Lm4qbvCu+TXGml46DN
sAvLFbRWJhfktO34+DJnvwhSHz+VgzlTpBdZQsHsZ/hTEuVJrfew2dHvpLp7HgUs
htB+O5uGHd+mWvqzm06TmFmtF2gvUcHdlXhSGbxfixtSMkLqMmuYMz5SuxIZ5Bf2
5vEm29goBLrUIJfZGtlWrKB7FKqcMrY/0SYP3Z3ku+byGO5V+1dkOf/0O7VMg6QB
M73Qiu42crawHQklWZS7LxeXFo2xjKN+CzZNH5YyFLqJEkhILYZybPJpjQnO6B+k
D3NkIhdTbw9xpG7SS8MX3xF++faEmU18mKG+aIPia2rt+Z2nuVk=
=a3Lc
-----END PGP SIGNATURE-----

--AiT6jmpOsm66LwRfNUoEnVIRsUvnaPSm1--


From nobody Fri Jul 24 21:38:53 2020
Return-Path: <flycoolman@gmail.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 D755E3A12AA for <codesprints@ietfa.amsl.com>; Fri, 24 Jul 2020 21:38:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.097
X-Spam-Level: 
X-Spam-Status: No, score=-2.097 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, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, 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=gmail.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 bHy2Msys2ZoZ for <codesprints@ietfa.amsl.com>; Fri, 24 Jul 2020 21:38:48 -0700 (PDT)
Received: from mail-lj1-x22f.google.com (mail-lj1-x22f.google.com [IPv6:2a00:1450:4864:20::22f]) (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 037293A12A9 for <codesprints@ietf.org>; Fri, 24 Jul 2020 21:38:47 -0700 (PDT)
Received: by mail-lj1-x22f.google.com with SMTP id f5so11946136ljj.10 for <codesprints@ietf.org>; Fri, 24 Jul 2020 21:38:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:from:date:message-id:subject:to; bh=ynw+m7bkFc+9M5AiH6mjRtLuYdfniktfmy6B76yK1hg=; b=QifPgeTc8hoVVy9punRqjDY8blrubEV2SXau0lWdzgMN75i8gYVbH1ULkCIcLC8Geb tzJdeZA+0NyMj0roER2VeG+WqMa+13Rz75Aol3vxrNih48oUNvTlJKl3nZDFE9lNZlvD nAcQ7R+Hv+3jGvnTUNYckpqra9W82vbWVb5qQXfQXDQ8BqyuqO6WZ4ZW6K6CofaKuGsM 0m9MjmGsn1mf0hPYZFmHI3Ap0QTbgZNy40KLy8Z4qGJTBk1UdtDYjg9dzNauoszc06eD w0I9nD8lD+0U65Ik+YWu8NDFhjmzvRA4W0GhyOzJ+K6uU+hfKfe9sUc58Z94j5r7XANM 5/jQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ynw+m7bkFc+9M5AiH6mjRtLuYdfniktfmy6B76yK1hg=; b=MP92Mwb3/8y3GV/ZDZpkKHTtUPBZO4lCjOAuEcpgcFyClT9ELRNZM/RGnz2LKOpwdV 5qBHRVZKmshvg8JaPQ7vs+evT2k7sweQSd8Kv+OzlhscX0mILqW+0rz/XMvsseLi3W1D CO8PkrzOHeHLASOn1YOR1il5Us3abOyF9YZX88LTgFJxlqBaSCkLbFJVGjujD4QwvWMB xGXarEd1mwGeIBBEwUqVrTG7cyAOZT/B1O318vprw7qk/b/9/Ee8ySWAfHkncdL0+foD 2NL7KYN7yEdN22k+ROk69KByx6C2xxRaiOmbnkCvhiodf8X0Hg3dA92kQKunHPmw4UQF dsdg==
X-Gm-Message-State: AOAM531r+jJ1fpu5qXHRSZJUvsTQZ8dkTjvLkH5N1y1xXLT8KN27/GES SszPH/QHisbtcEAcHCF+fm1coqaX9mLuqBNU1Ek7Yj+C3b0=
X-Google-Smtp-Source: ABdhPJxN8XAsrN1x23vjZKXA9orr05L798SACOi/xYCWjH0M/5Mgkj/8gthXv//il39VqMjkyiZPy0rUEarCUizBlW4=
X-Received: by 2002:a2e:80cc:: with SMTP id r12mr6278852ljg.344.1595651926054;  Fri, 24 Jul 2020 21:38:46 -0700 (PDT)
MIME-Version: 1.0
From: Hongwei Li <flycoolman@gmail.com>
Date: Sat, 25 Jul 2020 00:38:34 -0400
Message-ID: <CAL73O_yKcyS_c+oX=xqaaDjjVWckpdO76kdo3c-EsuQujnjb9w@mail.gmail.com>
To: henrik@levkowetz.com, codesprints@ietf.org
Content-Type: multipart/alternative; boundary="0000000000003cdce705ab3caadc"
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/Oh7tRuZHYQkQDPGm3rxxAbIM2gQ>
Subject: [codesprints] Help: setup on CentOS 7
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: Sat, 25 Jul 2020 04:38:53 -0000

--0000000000003cdce705ab3caadc
Content-Type: text/plain; charset="UTF-8"

Did anybody see the issue like below?
When I ran the script ./docker/run, I got the below errors.

Why is the script trying to connect database on the host server? I don't
have mysql installed. Shouldn't it be in the docker image?

I see the permission denied for every action in the script. Confusing with
the permission thing.


Setting up a default settings_local.py ...
cp: cannot stat
'/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': Permission
denied
Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
mkdir: cannot create directory
'/home/vagrant/ietf/src/7.10.1.dev0/test/id/': Permission denied



[vagrant@centos7 7.10.1.dev0]$ ./docker/run
Running on Linux.
Not trying to start a virtual docker machine on Linux

Starting a docker container for '7.10.1.dev0'.

The web interface for 'runserver' should appear on

User vagrant (1000:1000)
Gathering info ...
User vagrant (1000:1000)
Checking if MySQL base data exists ...
Setting up the 'mysql' user for database file access ...
groupadd: group 'mysqldata' already exists
Checking if MySQL is running ...
[info] MariaDB is stopped..
Starting mysql ...
[FAIL] Starting MariaDB database server: mysqld . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . failed!
Checking if syslog is running ...
[FAIL] rsyslogd is not running ... failed!
Starting syslog ...
[....] Starting enhanced syslogd: rsyslogdrsyslogd: pidfile
'/run/rsyslogd.pid' and pid 514 already exist.
If you want to run multiple instances of rsyslog, you need to specify
different pid files for them (-i option).
rsyslogd: run failed with error -3000 (see rsyslog.h or try
https://www.rsyslog.com/e/3000 to learn what that number means)
[ ok ady started.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
Checking if the IETF database exists at /var/lib/mysql/ ...
Creating group entry for GID '1000' ...
groupadd: GID '1000' already exists
Checking that there's a virtual environment for 7.10.1.dev0 ...
Using virtual environment at /opt/home/vagrant/7.10.1.dev0
Activating the virtual python environment ...
Setting up a default settings_local.py ...
cp: cannot stat
'/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': Permission
denied
Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
mkdir: cannot create directory
'/home/vagrant/ietf/src/7.10.1.dev0/test/id/': Permission denied


Thanks,
Hongwei

--0000000000003cdce705ab3caadc
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Did anybody see the issue like below?<div>When I ran the s=
cript ./docker/run, I got the below errors.</div><div><br><div>Why is the s=
cript trying to connect database on the host server? I don&#39;t have mysql=
 installed. Shouldn&#39;t it be in the docker image?</div><div><br></div><d=
iv>I see the permission denied for every action in the script. Confusing wi=
th the permission thing.</div><div><br></div><div><br></div><div>Setting up=
 a default settings_local.py ...<br>cp: cannot stat &#39;/home/vagrant/ietf=
/src/7.10.1.dev0/docker/settings_local.py&#39;: Permission denied<br>Creati=
ng dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/<br>mkdir: cannot create =
directory &#39;/home/vagrant/ietf/src/7.10.1.dev0/test/id/&#39;: Permission=
 denied<br></div><div><br><div><br></div><div><br></div><div>[vagrant@cento=
s7 7.10.1.dev0]$ ./docker/run<br>Running on Linux.<br>Not trying to start a=
 virtual docker machine on Linux<br><br>Starting a docker container for &#3=
9;7.10.1.dev0&#39;.<br><br>The web interface for &#39;runserver&#39; should=
 appear on <br><br>User vagrant (1000:1000)<br>Gathering info ...<br>User v=
agrant (1000:1000)<br>Checking if MySQL base data exists ...<br>Setting up =
the &#39;mysql&#39; user for database file access ...<br>groupadd: group &#=
39;mysqldata&#39; already exists<br>Checking if MySQL is running ...<br>[in=
fo] MariaDB is stopped..<br>Starting mysql ...<br>[FAIL] Starting MariaDB d=
atabase server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . =
. . . . failed!<br>Checking if syslog is running ...<br>[FAIL] rsyslogd is =
not running ... failed!<br>Starting syslog ...<br>[....] Starting enhanced =
syslogd: rsyslogdrsyslogd: pidfile &#39;/run/rsyslogd.pid&#39; and pid 514 =
already exist.<br>If you want to run multiple instances of rsyslog, you nee=
d to specify<br>different pid files for them (-i option).<br>rsyslogd: run =
failed with error -3000 (see rsyslog.h or try <a href=3D"https://www.rsyslo=
g.com/e/3000">https://www.rsyslog.com/e/3000</a> to learn what that number =
means)<br>[ ok ady started.<br>ERROR 2002 (HY000): Can&#39;t connect to loc=
al MySQL server through socket &#39;/var/run/mysqld/mysqld.sock&#39; (2)<br=
>Checking if the IETF database exists at /var/lib/mysql/ ...<br>Creating gr=
oup entry for GID &#39;1000&#39; ...<br>groupadd: GID &#39;1000&#39; alread=
y exists<br>Checking that there&#39;s a virtual environment for 7.10.1.dev0=
 ...<br>Using virtual environment at /opt/home/vagrant/7.10.1.dev0<br>Activ=
ating the virtual python environment ...<br>Setting up a default settings_l=
ocal.py ...<br>cp: cannot stat &#39;/home/vagrant/ietf/src/7.10.1.dev0/dock=
er/settings_local.py&#39;: Permission denied<br>Creating dir /home/vagrant/=
ietf/src/7.10.1.dev0/test/id/<br>mkdir: cannot create directory &#39;/home/=
vagrant/ietf/src/7.10.1.dev0/test/id/&#39;: Permission denied<br></div></di=
v></div><div><br></div><div><br></div><div>Thanks,</div><div>Hongwei</div><=
/div>

--0000000000003cdce705ab3caadc--


From nobody Sat Jul 25 06:37:47 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 8236E3A1101; Sat, 25 Jul 2020 06:37:36 -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 XPWXYyWgHhEx; Sat, 25 Jul 2020 06:37:34 -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 B860A3A10FD; Sat, 25 Jul 2020 06:37:34 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1jzKMn-0005j8-1j; Sat, 25 Jul 2020 15:37:33 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1jzKMn-0005j8-1j@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sat, 25 Jul 2020 15:37:33 +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/NuMF4adccqyyJLC1zxGju4YMaeI>
Subject: [codesprints] New datatracker release: v7.10.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: Sat, 25 Jul 2020 13:37:37 -0000

Hi,

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

Release notes:

ietfdb (7.10.1) ietf; urgency=medium

  **Tweaks related to agenda display and docker-image build and start-up**

  This is a small release to clear the slate before today's code sprint.

  * Added a check for inallowable characters in slide titles at upload time.

  * Added 'gather.town' to the domains recognized as conference service 
    domains.

  * Swapped out the conference URL icon from 'fa-phone' to 'fd-users', and 
    changed the tooltip to 'Online conference'.

  * Added a setting for an explicit path to yanglint, in order to be able 
    to detect its presence or absence.

  * Reformulated a filter step in docker/updatedb to use a more commonly 
    available command.

  * Added yang/catalogmod to the yang module directories created by 
    docker-init.sh.

  * Fixed a problem with writing to /dev/stderr in some environments, in 
    docker/updatedb.

  * Added download progress information (where available) to docker/setupdb.

  * Updated Dockerfile to use latest Devuan release (beowulf) as base 
    image.  Added syslog support.

  * Tweaked the handling of yanglint settings.

  * Made test parts that depends on yanglint conditional.  Added some 
    informational messages about tests skipped due to missing resources.

  * Removed pip install into old virtualenv location from Dockerfile, and 
    fixed an rsyslog config issue.

  * Made the docker-container syslog startup less noisy.  Refined the
    installation of virtualenv requirements to test for an existing django
    more correctly, and to use the repository requirements file if available.

  * Updated font-datatracker, removing the fd-users and adding the fd-group
    glyph.

  * Added individual ical links for meeting sessions on the agenda, and 
    changed the phone handset icon to a group icon for the various online 
    conference links.

  * Merged in [18246] from rcross@amsl.com:
    Changed 'BOF or IRTF Sessions' to just 'BOF Sessions' at secretariat's
    request.

 -- Henrik Levkowetz <henrik@levkowetz.com>  25 Jul 2020 13:18: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.10.1'

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Sat Jul 25 08:16:53 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 9DC953A0AA2 for <codesprints@ietfa.amsl.com>; Sat, 25 Jul 2020 08:16:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level: 
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, 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 jtS1QQ_mHKd5 for <codesprints@ietfa.amsl.com>; Sat, 25 Jul 2020 08:16:49 -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 A9A5C3A0B78 for <codesprints@ietf.org>; Sat, 25 Jul 2020 08:16:43 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 168B1300B84 for <codesprints@ietf.org>; Sat, 25 Jul 2020 11:16:41 -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 nT15Bn1bSeRU for <codesprints@ietf.org>; Sat, 25 Jul 2020 11:16:37 -0400 (EDT)
Received: from a860b60074bd.fios-router.home (pool-72-66-113-56.washdc.fios.verizon.net [72.66.113.56]) by mail.smeinc.net (Postfix) with ESMTPSA id C6B6B300B6C; Sat, 25 Jul 2020 11:16:37 -0400 (EDT)
From: Russ Housley <housley@vigilsec.com>
Message-Id: <062D1BBF-64D1-475D-9D9D-82A9C65A20A3@vigilsec.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_C67EC718-7275-4C52-BD34-E955FEF41861"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\))
Date: Sat, 25 Jul 2020 11:16:39 -0400
In-Reply-To: <CAL73O_yKcyS_c+oX=xqaaDjjVWckpdO76kdo3c-EsuQujnjb9w@mail.gmail.com>
Cc: Henrik Levkowetz <henrik@levkowetz.com>, IETF Codesprints <codesprints@ietf.org>
To: Hongwei Li <flycoolman@gmail.com>
References: <CAL73O_yKcyS_c+oX=xqaaDjjVWckpdO76kdo3c-EsuQujnjb9w@mail.gmail.com>
X-Mailer: Apple Mail (2.3445.104.15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/OKIwJQJA95UtrDVsFbivJyOhhtw>
Subject: Re: [codesprints] Help: setup on CentOS 7
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: Sat, 25 Jul 2020 15:16:52 -0000

--Apple-Mail=_C67EC718-7275-4C52-BD34-E955FEF41861
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

This looks like a problem that I was having yesterday.  Henrik released =
a new docker image, and it sorted out my problems,

Russ


> On Jul 25, 2020, at 12:38 AM, Hongwei Li <flycoolman@gmail.com> wrote:
>=20
> Did anybody see the issue like below?
> When I ran the script ./docker/run, I got the below errors.
>=20
> Why is the script trying to connect database on the host server? I =
don't have mysql installed. Shouldn't it be in the docker image?
>=20
> I see the permission denied for every action in the script. Confusing =
with the permission thing.
>=20
>=20
> Setting up a default settings_local.py ...
> cp: cannot stat =
'/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': =
Permission denied
> Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
> mkdir: cannot create directory =
'/home/vagrant/ietf/src/7.10.1.dev0/test/id/': Permission denied
>=20
>=20
>=20
> [vagrant@centos7 7.10.1.dev0]$ ./docker/run
> Running on Linux.
> Not trying to start a virtual docker machine on Linux
>=20
> Starting a docker container for '7.10.1.dev0'.
>=20
> The web interface for 'runserver' should appear on=20
>=20
> User vagrant (1000:1000)
> Gathering info ...
> User vagrant (1000:1000)
> Checking if MySQL base data exists ...
> Setting up the 'mysql' user for database file access ...
> groupadd: group 'mysqldata' already exists
> Checking if MySQL is running ...
> [info] MariaDB is stopped..
> Starting mysql ...
> [FAIL] Starting MariaDB database server: mysqld . . . . . . . . . . . =
. . . . . . . . . . . . . . . .. . . . failed!
> Checking if syslog is running ...
> [FAIL] rsyslogd is not running ... failed!
> Starting syslog ...
> [....] Starting enhanced syslogd: rsyslogdrsyslogd: pidfile =
'/run/rsyslogd.pid' and pid 514 already exist.
> If you want to run multiple instances of rsyslog, you need to specify
> different pid files for them (-i option).
> rsyslogd: run failed with error -3000 (see rsyslog.h or try =
https://www.rsyslog.com/e/3000 <https://www.rsyslog.com/e/3000> to learn =
what that number means)
> [ ok ady started.
> ERROR 2002 (HY000): Can't connect to local MySQL server through socket =
'/var/run/mysqld/mysqld.sock' (2)
> Checking if the IETF database exists at /var/lib/mysql/ ...
> Creating group entry for GID '1000' ...
> groupadd: GID '1000' already exists
> Checking that there's a virtual environment for 7.10.1.dev0 ...
> Using virtual environment at /opt/home/vagrant/7.10.1.dev0
> Activating the virtual python environment ...
> Setting up a default settings_local.py ...
> cp: cannot stat =
'/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': =
Permission denied
> Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
> mkdir: cannot create directory =
'/home/vagrant/ietf/src/7.10.1.dev0/test/id/': Permission denied
>=20
>=20
> Thanks,
> Hongwei
> _______________________________________________
> codesprints mailing list
> codesprints@ietf.org
> https://www.ietf.org/mailman/listinfo/codesprints


--Apple-Mail=_C67EC718-7275-4C52-BD34-E955FEF41861
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=us-ascii

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;" class=3D"">This =
looks like a problem that I was having yesterday. &nbsp;Henrik released =
a new docker image, and it sorted out my problems,<div class=3D""><br =
class=3D""></div><div class=3D"">Russ</div><div class=3D""><br =
class=3D""><div><br class=3D""><blockquote type=3D"cite" class=3D""><div =
class=3D"">On Jul 25, 2020, at 12:38 AM, Hongwei Li &lt;<a =
href=3D"mailto:flycoolman@gmail.com" =
class=3D"">flycoolman@gmail.com</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D""><div dir=3D"ltr" =
class=3D"">Did anybody see the issue like below?<div class=3D"">When I =
ran the script ./docker/run, I got the below errors.</div><div =
class=3D""><br class=3D""><div class=3D"">Why is the script trying to =
connect database on the host server? I don't have mysql installed. =
Shouldn't it be in the docker image?</div><div class=3D""><br =
class=3D""></div><div class=3D"">I see the permission denied for every =
action in the script. Confusing with the permission thing.</div><div =
class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D"">Setting up a default settings_local.py ...<br class=3D"">cp: =
cannot stat =
'/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': =
Permission denied<br class=3D"">Creating dir =
/home/vagrant/ietf/src/7.10.1.dev0/test/id/<br class=3D"">mkdir: cannot =
create directory '/home/vagrant/ietf/src/7.10.1.dev0/test/id/': =
Permission denied<br class=3D""></div><div class=3D""><br class=3D""><div =
class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D"">[vagrant@centos7 7.10.1.dev0]$ ./docker/run<br =
class=3D"">Running on Linux.<br class=3D"">Not trying to start a virtual =
docker machine on Linux<br class=3D""><br class=3D"">Starting a docker =
container for '7.10.1.dev0'.<br class=3D""><br class=3D"">The web =
interface for 'runserver' should appear on <br class=3D""><br =
class=3D"">User vagrant (1000:1000)<br class=3D"">Gathering info ...<br =
class=3D"">User vagrant (1000:1000)<br class=3D"">Checking if MySQL base =
data exists ...<br class=3D"">Setting up the 'mysql' user for database =
file access ...<br class=3D"">groupadd: group 'mysqldata' already =
exists<br class=3D"">Checking if MySQL is running ...<br class=3D"">[info]=
 MariaDB is stopped..<br class=3D"">Starting mysql ...<br =
class=3D"">[FAIL] Starting MariaDB database server: mysqld . . . . . . . =
. . . . . . . . . . . . . . . . . . . .. . . . failed!<br =
class=3D"">Checking if syslog is running ...<br class=3D"">[FAIL] =
rsyslogd is not running ... failed!<br class=3D"">Starting syslog ...<br =
class=3D"">[....] Starting enhanced syslogd: rsyslogdrsyslogd: pidfile =
'/run/rsyslogd.pid' and pid 514 already exist.<br class=3D"">If you want =
to run multiple instances of rsyslog, you need to specify<br =
class=3D"">different pid files for them (-i option).<br =
class=3D"">rsyslogd: run failed with error -3000 (see rsyslog.h or try =
<a href=3D"https://www.rsyslog.com/e/3000" =
class=3D"">https://www.rsyslog.com/e/3000</a> to learn what that number =
means)<br class=3D"">[ ok ady started.<br class=3D"">ERROR 2002 (HY000): =
Can't connect to local MySQL server through socket =
'/var/run/mysqld/mysqld.sock' (2)<br class=3D"">Checking if the IETF =
database exists at /var/lib/mysql/ ...<br class=3D"">Creating group =
entry for GID '1000' ...<br class=3D"">groupadd: GID '1000' already =
exists<br class=3D"">Checking that there's a virtual environment for =
7.10.1.dev0 ...<br class=3D"">Using virtual environment at =
/opt/home/vagrant/7.10.1.dev0<br class=3D"">Activating the virtual =
python environment ...<br class=3D"">Setting up a default =
settings_local.py ...<br class=3D"">cp: cannot stat =
'/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': =
Permission denied<br class=3D"">Creating dir =
/home/vagrant/ietf/src/7.10.1.dev0/test/id/<br class=3D"">mkdir: cannot =
create directory '/home/vagrant/ietf/src/7.10.1.dev0/test/id/': =
Permission denied<br class=3D""></div></div></div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D"">Thanks,</div><div class=3D"">Hongwei</div></div>
_______________________________________________<br class=3D"">codesprints =
mailing list<br class=3D""><a href=3D"mailto:codesprints@ietf.org" =
class=3D"">codesprints@ietf.org</a><br =
class=3D"">https://www.ietf.org/mailman/listinfo/codesprints<br =
class=3D""></div></blockquote></div><br class=3D""></div></body></html>=

--Apple-Mail=_C67EC718-7275-4C52-BD34-E955FEF41861--


From nobody Sat Jul 25 08:25:37 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 CF2793A0AC4 for <codesprints@ietfa.amsl.com>; Sat, 25 Jul 2020 08:25:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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 IXqGycez0ZXI for <codesprints@ietfa.amsl.com>; Sat, 25 Jul 2020 08:25:34 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0008A3A0ABC for <codesprints@ietf.org>; Sat, 25 Jul 2020 08:25:33 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:50107 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1jzM3H-0000Xu-AQ; Sat, 25 Jul 2020 08:25:32 -0700
To: Russ Housley <housley@vigilsec.com>, Hongwei Li <flycoolman@gmail.com>
References: <CAL73O_yKcyS_c+oX=xqaaDjjVWckpdO76kdo3c-EsuQujnjb9w@mail.gmail.com> <062D1BBF-64D1-475D-9D9D-82A9C65A20A3@vigilsec.com>
Cc: IETF Codesprints <codesprints@ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <3d79a83a-251c-7444-f207-202fa4876c8f@levkowetz.com>
Date: Sat, 25 Jul 2020 17:25:23 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <062D1BBF-64D1-475D-9D9D-82A9C65A20A3@vigilsec.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="o41m61TTUf2W6nPwcQI36SPO3jNA2PpRx"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: codesprints@ietf.org, flycoolman@gmail.com, housley@vigilsec.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/VXnKWRNv6tqO0A5am1CMHnr2cz8>
Subject: Re: [codesprints] Help: setup on CentOS 7
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: Sat, 25 Jul 2020 15:25:36 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--o41m61TTUf2W6nPwcQI36SPO3jNA2PpRx
Content-Type: multipart/mixed; boundary="xKoBHS2lTPcJVLLnFRwbHUoqlGSxAnsB8";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Russ Housley <housley@vigilsec.com>, Hongwei Li <flycoolman@gmail.com>
Cc: IETF Codesprints <codesprints@ietf.org>
Message-ID: <3d79a83a-251c-7444-f207-202fa4876c8f@levkowetz.com>
Subject: Re: [codesprints] Help: setup on CentOS 7
References: <CAL73O_yKcyS_c+oX=xqaaDjjVWckpdO76kdo3c-EsuQujnjb9w@mail.gmail.com>
 <062D1BBF-64D1-475D-9D9D-82A9C65A20A3@vigilsec.com>
In-Reply-To: <062D1BBF-64D1-475D-9D9D-82A9C65A20A3@vigilsec.com>

--xKoBHS2lTPcJVLLnFRwbHUoqlGSxAnsB8
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Hongwei,

The warning about syslogd can be ignored.  The container is running
mariadb (replacing mysql) internally, but expects the database content
in external mysql files.  The database content is not part of the image.

To put the database in place, please run docker/setupdb before you start
the docker image.

I'm available on xmpp:codesprint@jabber.ietf.org?join for IM.


Best regards,

	Henrik

On 2020-07-25 17:16, Russ Housley wrote:
> This looks like a problem that I was having yesterday.  Henrik released=
 a new docker image, and it sorted out my problems,
>=20
> Russ
>=20
>=20
>> On Jul 25, 2020, at 12:38 AM, Hongwei Li <flycoolman@gmail.com> wrote:=

>>=20
>> Did anybody see the issue like below?
>> When I ran the script ./docker/run, I got the below errors.
>>=20
>> Why is the script trying to connect database on the host server? I don=
't have mysql installed. Shouldn't it be in the docker image?
>>=20
>> I see the permission denied for every action in the script. Confusing =
with the permission thing.
>>=20
>>=20
>> Setting up a default settings_local.py ...
>> cp: cannot stat '/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_lo=
cal.py': Permission denied
>> Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
>> mkdir: cannot create directory '/home/vagrant/ietf/src/7.10.1.dev0/tes=
t/id/': Permission denied
>>=20
>>=20
>>=20
>> [vagrant@centos7 7.10.1.dev0]$ ./docker/run
>> Running on Linux.
>> Not trying to start a virtual docker machine on Linux
>>=20
>> Starting a docker container for '7.10.1.dev0'.
>>=20
>> The web interface for 'runserver' should appear on=20
>>=20
>> User vagrant (1000:1000)
>> Gathering info ...
>> User vagrant (1000:1000)
>> Checking if MySQL base data exists ...
>> Setting up the 'mysql' user for database file access ...
>> groupadd: group 'mysqldata' already exists
>> Checking if MySQL is running ...
>> [info] MariaDB is stopped..
>> Starting mysql ...
>> [FAIL] Starting MariaDB database server: mysqld . . . . . . . . . . . =
=2E . . . . . . . . . . . . . . .. . . . failed!
>> Checking if syslog is running ...
>> [FAIL] rsyslogd is not running ... failed!
>> Starting syslog ...
>> [....] Starting enhanced syslogd: rsyslogdrsyslogd: pidfile '/run/rsys=
logd.pid' and pid 514 already exist.
>> If you want to run multiple instances of rsyslog, you need to specify
>> different pid files for them (-i option).
>> rsyslogd: run failed with error -3000 (see rsyslog.h or try https://ww=
w.rsyslog.com/e/3000 <https://www.rsyslog.com/e/3000> to learn what that =
number means)
>> [ ok ady started.
>> ERROR 2002 (HY000): Can't connect to local MySQL server through socket=
 '/var/run/mysqld/mysqld.sock' (2)
>> Checking if the IETF database exists at /var/lib/mysql/ ...
>> Creating group entry for GID '1000' ...
>> groupadd: GID '1000' already exists
>> Checking that there's a virtual environment for 7.10.1.dev0 ...
>> Using virtual environment at /opt/home/vagrant/7.10.1.dev0
>> Activating the virtual python environment ...
>> Setting up a default settings_local.py ...
>> cp: cannot stat '/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_lo=
cal.py': Permission denied
>> Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
>> mkdir: cannot create directory '/home/vagrant/ietf/src/7.10.1.dev0/tes=
t/id/': Permission denied
>>=20
>>=20
>> Thanks,
>> Hongwei
>> _______________________________________________
>> codesprints mailing list
>> codesprints@ietf.org
>> https://www.ietf.org/mailman/listinfo/codesprints
>=20
>=20


--xKoBHS2lTPcJVLLnFRwbHUoqlGSxAnsB8--

--o41m61TTUf2W6nPwcQI36SPO3jNA2PpRx
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAl8cTuQACgkQTptXS4+7
FxpoAQ//RpxkxAUQz59M52TIwSDSReYZN0MqSZsECepHa1Pojm4tvU94dh0877ik
w4YoUXApDcd7nXNgDBZ2KJm6xd1yE/3W9Pbwg4oLQQ9msqBRU/+rXHKYotgGm7En
y7cdAG4IcUAb7Wu41KiHgi/jm3EDoUm6y8QsnZFWyXkPTiKjAeMox+n1ZI/NG96S
0R4Wkk8jiUTKg/tvWCxH+z5YdfAMfHcYKpi9QqadAkra5MDSQudQwtepwj5RV4Ce
WoX6dnNJ+EMJ+TxIx4w1DIhsbb3cpiKeZasRLo37ydJE3hfw5aIR8NRTj3R++edF
UtTEVz2O1UlH3A0At3JxrdSZHZhp5xXlfCDGx5qJFyZYcOaAHdZ4yjkRKgl9QhQp
BWemAlpSuzQHu3D5r6XdKmOSJhNYPYLufSeew46xUtTaayGc4QSa95ZY4+LmNVop
ccsNxsLuOhjYD0HVelk6LMmXJAbmK5rL8vjVK3NIvw6N47hvgAGbr4VT9oQTvD6w
tKQnz+lIAMO5uW2PdzXGLZbDjBbIsHV84C/Cp+oWoYqt0DIzuJtaYaCOG6J/ZlGS
zuXO9mVyLOOGBJDN9qBAoe0FJmiflQP6QpcEU7s/6Nj29fWrWhFGfH5ROK1q3whh
7oamqwe2oyrSs0F60yIsqOYzVlUnPTruns/dMY4eKf5ywoWCqN4=
=BI4Q
-----END PGP SIGNATURE-----

--o41m61TTUf2W6nPwcQI36SPO3jNA2PpRx--


From nobody Sat Jul 25 10:00:45 2020
Return-Path: <flycoolman@gmail.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 267D73A0CCE for <codesprints@ietfa.amsl.com>; Sat, 25 Jul 2020 10:00:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.855
X-Spam-Level: 
X-Spam-Status: No, score=-0.855 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, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, NUMERIC_HTTP_ADDR=1.242, SPF_HELO_NONE=0.001, 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=gmail.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 jKriiifx3Gb7 for <codesprints@ietfa.amsl.com>; Sat, 25 Jul 2020 10:00:42 -0700 (PDT)
Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) (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 DFA223A0CC6 for <codesprints@ietf.org>; Sat, 25 Jul 2020 10:00:41 -0700 (PDT)
Received: by mail-lj1-x22c.google.com with SMTP id q7so13048018ljm.1 for <codesprints@ietf.org>; Sat, 25 Jul 2020 10:00:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=psqrI/3B33o8VTCOP+r5m6QnF8GgyfYDYaFwu8yZX+Q=; b=PG5UH50TbS+IPmdqx5Qf6T8tqII8tVUIckap3CEoHPV9EJQUkUNqUXzAFNSlUiS+Pg WPUECUzKHaaR4XIl2MIGVWwMerPpNPSiFM6q4/dOtVsazQuFU75FJipVoNBP+tbpCFLX wXSvfb9sPXGVREsr6GBAET86BWpSe6KIN2CiIciRas9d7cpP91a8iE5si+PmW+3RAQw1 B8a+kZ4uitbxTDAn4BBBSjOoVJ7OubfPdmZjr5sBzmCpqLb4bmp8FD7tMpBvSM28TkLl k0/SkZjcHKmuqikDSqOmKGJ8dzeR0RcUWDtwGtrVhI0G4aYCVg5sDhIhYx+uRbe79xZV sfpQ==
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; bh=psqrI/3B33o8VTCOP+r5m6QnF8GgyfYDYaFwu8yZX+Q=; b=GLQ+53N6hbRBFNFkPaCha45OsOQ9TnjJvVeZCzR/3u4MbTDIZHfKY4k9K+uMEwgCN/ Y7ln0giWj+yJxBMWkAX1UFhWOd1Adyybt7ua6jL8ZYEL8bhNn9g+R0YLejeCdlzAi/0K oslwUgYWMdIgL9PEqmzHPH8hfz52PhE3jweF43MkKji9tD48tHI9BVA5wqxEqL5jWhX/ wWV5UxEVNUos6JGRm1YUjb3wz8f1EgbpGFFIR9G56F+0cipS0pyh5+pBH2rGX2mdZzO1 SidcxhV+dW0vH5tZYubMIuIc7tlcVu9Epl4VQYly9UDZ1YpAaj9T1ZlDOCSPA2X3Qdvo 3eXw==
X-Gm-Message-State: AOAM533OaFkOmNHG9XAZK0iRq7RrKbGsz42i33IUik5pmBy3S4ctmqPQ D0VAhKgzRLFWtR7PsKt6NKt4bY9wAX0J/pXByP0=
X-Google-Smtp-Source: ABdhPJyB3pk805TbegrNTRJT80U6sMKTa8g1Ig4jO6vm+B/YN9IbcFaILW/ZsunPyXws5h4IIqUrbR0NoL6+25tdr18=
X-Received: by 2002:a2e:87d9:: with SMTP id v25mr6128726ljj.53.1595696439911;  Sat, 25 Jul 2020 10:00:39 -0700 (PDT)
MIME-Version: 1.0
References: <CAL73O_yKcyS_c+oX=xqaaDjjVWckpdO76kdo3c-EsuQujnjb9w@mail.gmail.com> <062D1BBF-64D1-475D-9D9D-82A9C65A20A3@vigilsec.com> <3d79a83a-251c-7444-f207-202fa4876c8f@levkowetz.com>
In-Reply-To: <3d79a83a-251c-7444-f207-202fa4876c8f@levkowetz.com>
From: Hongwei Li <flycoolman@gmail.com>
Date: Sat, 25 Jul 2020 13:00:27 -0400
Message-ID: <CAL73O_w_Y7o4MVh3OeejU7NpZJW4tSmpdmXtciqa3kn1WoCUeA@mail.gmail.com>
To: Henrik Levkowetz <henrik@levkowetz.com>
Cc: Russ Housley <housley@vigilsec.com>, IETF Codesprints <codesprints@ietf.org>
Content-Type: multipart/alternative; boundary="0000000000007869d305ab4707b0"
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/idhUdFHvm8Ndr90xC7BIAffdPzY>
Subject: Re: [codesprints] Help: setup on CentOS 7
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: Sat, 25 Jul 2020 17:00:44 -0000

--0000000000007869d305ab4707b0
Content-Type: text/plain; charset="UTF-8"

Hi Henrik,
I did run docker/setupdb before I started the docker image.
I will run it again. I will find you on chat.

Thanks for the help.
Hongwei

On Sat, Jul 25, 2020 at 11:25 AM Henrik Levkowetz <henrik@levkowetz.com>
wrote:

> Hi Hongwei,
>
> The warning about syslogd can be ignored.  The container is running
> mariadb (replacing mysql) internally, but expects the database content
> in external mysql files.  The database content is not part of the image.
>
> To put the database in place, please run docker/setupdb before you start
> the docker image.
>
> I'm available on xmpp:codesprint@jabber.ietf.org?join for IM.
>
>
> Best regards,
>
>         Henrik
>
> On 2020-07-25 17:16, Russ Housley wrote:
> > This looks like a problem that I was having yesterday.  Henrik released
> a new docker image, and it sorted out my problems,
> >
> > Russ
> >
> >
> >> On Jul 25, 2020, at 12:38 AM, Hongwei Li <flycoolman@gmail.com> wrote:
> >>
> >> Did anybody see the issue like below?
> >> When I ran the script ./docker/run, I got the below errors.
> >>
> >> Why is the script trying to connect database on the host server? I
> don't have mysql installed. Shouldn't it be in the docker image?
> >>
> >> I see the permission denied for every action in the script. Confusing
> with the permission thing.
> >>
> >>
> >> Setting up a default settings_local.py ...
> >> cp: cannot stat
> '/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': Permission
> denied
> >> Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
> >> mkdir: cannot create directory
> '/home/vagrant/ietf/src/7.10.1.dev0/test/id/': Permission denied
> >>
> >>
> >>
> >> [vagrant@centos7 7.10.1.dev0]$ ./docker/run
> >> Running on Linux.
> >> Not trying to start a virtual docker machine on Linux
> >>
> >> Starting a docker container for '7.10.1.dev0'.
> >>
> >> The web interface for 'runserver' should appear on
> >>
> >> User vagrant (1000:1000)
> >> Gathering info ...
> >> User vagrant (1000:1000)
> >> Checking if MySQL base data exists ...
> >> Setting up the 'mysql' user for database file access ...
> >> groupadd: group 'mysqldata' already exists
> >> Checking if MySQL is running ...
> >> [info] MariaDB is stopped..
> >> Starting mysql ...
> >> [FAIL] Starting MariaDB database server: mysqld . . . . . . . . . . . .
> . . . . . . . . . . . . . . .. . . . failed!
> >> Checking if syslog is running ...
> >> [FAIL] rsyslogd is not running ... failed!
> >> Starting syslog ...
> >> [....] Starting enhanced syslogd: rsyslogdrsyslogd: pidfile
> '/run/rsyslogd.pid' and pid 514 already exist.
> >> If you want to run multiple instances of rsyslog, you need to specify
> >> different pid files for them (-i option).
> >> rsyslogd: run failed with error -3000 (see rsyslog.h or try
> https://www.rsyslog.com/e/3000 <https://www.rsyslog.com/e/3000> to learn
> what that number means)
> >> [ ok ady started.
> >> ERROR 2002 (HY000): Can't connect to local MySQL server through socket
> '/var/run/mysqld/mysqld.sock' (2)
> >> Checking if the IETF database exists at /var/lib/mysql/ ...
> >> Creating group entry for GID '1000' ...
> >> groupadd: GID '1000' already exists
> >> Checking that there's a virtual environment for 7.10.1.dev0 ...
> >> Using virtual environment at /opt/home/vagrant/7.10.1.dev0
> >> Activating the virtual python environment ...
> >> Setting up a default settings_local.py ...
> >> cp: cannot stat
> '/home/vagrant/ietf/src/7.10.1.dev0/docker/settings_local.py': Permission
> denied
> >> Creating dir /home/vagrant/ietf/src/7.10.1.dev0/test/id/
> >> mkdir: cannot create directory
> '/home/vagrant/ietf/src/7.10.1.dev0/test/id/': Permission denied
> >>
> >>
> >> Thanks,
> >> Hongwei
> >> _______________________________________________
> >> codesprints mailing list
> >> codesprints@ietf.org
> >> https://www.ietf.org/mailman/listinfo/codesprints
> >
> >
>
>

--0000000000007869d305ab4707b0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi=C2=A0Henrik,<div>I did run docker/setupdb before I star=
ted the docker image.</div><div>I will run it again. I will find you on cha=
t.</div><div><br></div><div>Thanks for the help.</div><div>Hongwei</div></d=
iv><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On =
Sat, Jul 25, 2020 at 11:25 AM Henrik Levkowetz &lt;<a href=3D"mailto:henrik=
@levkowetz.com">henrik@levkowetz.com</a>&gt; wrote:<br></div><blockquote cl=
ass=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid=
 rgb(204,204,204);padding-left:1ex">Hi Hongwei,<br>
<br>
The warning about syslogd can be ignored.=C2=A0 The container is running<br=
>
mariadb (replacing mysql) internally, but expects the database content<br>
in external mysql files.=C2=A0 The database content is not part of the imag=
e.<br>
<br>
To put the database in place, please run docker/setupdb before you start<br=
>
the docker image.<br>
<br>
I&#39;m available on <a href=3D"http://xmpp:codesprint@jabber.ietf.org?join=
" rel=3D"noreferrer" target=3D"_blank">xmpp:codesprint@jabber.ietf.org?join=
</a> for IM.<br>
<br>
<br>
Best regards,<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 Henrik<br>
<br>
On 2020-07-25 17:16, Russ Housley wrote:<br>
&gt; This looks like a problem that I was having yesterday.=C2=A0 Henrik re=
leased a new docker image, and it sorted out my problems,<br>
&gt; <br>
&gt; Russ<br>
&gt; <br>
&gt; <br>
&gt;&gt; On Jul 25, 2020, at 12:38 AM, Hongwei Li &lt;<a href=3D"mailto:fly=
coolman@gmail.com" target=3D"_blank">flycoolman@gmail.com</a>&gt; wrote:<br=
>
&gt;&gt; <br>
&gt;&gt; Did anybody see the issue like below?<br>
&gt;&gt; When I ran the script ./docker/run, I got the below errors.<br>
&gt;&gt; <br>
&gt;&gt; Why is the script trying to connect database on the host server? I=
 don&#39;t have mysql installed. Shouldn&#39;t it be in the docker image?<b=
r>
&gt;&gt; <br>
&gt;&gt; I see the permission denied for every action in the script. Confus=
ing with the permission thing.<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; Setting up a default settings_local.py ...<br>
&gt;&gt; cp: cannot stat &#39;/home/vagrant/ietf/src/7.10.1.dev0/docker/set=
tings_local.py&#39;: Permission denied<br>
&gt;&gt; Creating dir /home/vagrant/ietf/src/<a href=3D"http://7.10.1." tar=
get=3D"_blank">7.10.1.</a>dev0/test/id/<br>
&gt;&gt; mkdir: cannot create directory &#39;/home/vagrant/ietf/src/7.10.1.=
dev0/test/id/&#39;: Permission denied<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; [vagrant@centos7 7.10.1.dev0]$ ./docker/run<br>
&gt;&gt; Running on Linux.<br>
&gt;&gt; Not trying to start a virtual docker machine on Linux<br>
&gt;&gt; <br>
&gt;&gt; Starting a docker container for &#39;7.10.1.dev0&#39;.<br>
&gt;&gt; <br>
&gt;&gt; The web interface for &#39;runserver&#39; should appear on <br>
&gt;&gt; <br>
&gt;&gt; User vagrant (1000:1000)<br>
&gt;&gt; Gathering info ...<br>
&gt;&gt; User vagrant (1000:1000)<br>
&gt;&gt; Checking if MySQL base data exists ...<br>
&gt;&gt; Setting up the &#39;mysql&#39; user for database file access ...<b=
r>
&gt;&gt; groupadd: group &#39;mysqldata&#39; already exists<br>
&gt;&gt; Checking if MySQL is running ...<br>
&gt;&gt; [info] MariaDB is stopped..<br>
&gt;&gt; Starting mysql ...<br>
&gt;&gt; [FAIL] Starting MariaDB database server: mysqld . . . . . . . . . =
. . . . . . . . . . . . . . . . . .. . . . failed!<br>
&gt;&gt; Checking if syslog is running ...<br>
&gt;&gt; [FAIL] rsyslogd is not running ... failed!<br>
&gt;&gt; Starting syslog ...<br>
&gt;&gt; [....] Starting enhanced syslogd: rsyslogdrsyslogd: pidfile &#39;/=
run/rsyslogd.pid&#39; and pid 514 already exist.<br>
&gt;&gt; If you want to run multiple instances of rsyslog, you need to spec=
ify<br>
&gt;&gt; different pid files for them (-i option).<br>
&gt;&gt; rsyslogd: run failed with error -3000 (see rsyslog.h or try <a hre=
f=3D"https://www.rsyslog.com/e/3000" rel=3D"noreferrer" target=3D"_blank">h=
ttps://www.rsyslog.com/e/3000</a> &lt;<a href=3D"https://www.rsyslog.com/e/=
3000" rel=3D"noreferrer" target=3D"_blank">https://www.rsyslog.com/e/3000</=
a>&gt; to learn what that number means)<br>
&gt;&gt; [ ok ady started.<br>
&gt;&gt; ERROR 2002 (HY000): Can&#39;t connect to local MySQL server throug=
h socket &#39;/var/run/mysqld/mysqld.sock&#39; (2)<br>
&gt;&gt; Checking if the IETF database exists at /var/lib/mysql/ ...<br>
&gt;&gt; Creating group entry for GID &#39;1000&#39; ...<br>
&gt;&gt; groupadd: GID &#39;1000&#39; already exists<br>
&gt;&gt; Checking that there&#39;s a virtual environment for 7.10.1.dev0 ..=
.<br>
&gt;&gt; Using virtual environment at /opt/home/vagrant/7.10.1.dev0<br>
&gt;&gt; Activating the virtual python environment ...<br>
&gt;&gt; Setting up a default settings_local.py ...<br>
&gt;&gt; cp: cannot stat &#39;/home/vagrant/ietf/src/7.10.1.dev0/docker/set=
tings_local.py&#39;: Permission denied<br>
&gt;&gt; Creating dir /home/vagrant/ietf/src/<a href=3D"http://7.10.1." tar=
get=3D"_blank">7.10.1.</a>dev0/test/id/<br>
&gt;&gt; mkdir: cannot create directory &#39;/home/vagrant/ietf/src/7.10.1.=
dev0/test/id/&#39;: Permission denied<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; Thanks,<br>
&gt;&gt; Hongwei<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; codesprints mailing list<br>
&gt;&gt; <a href=3D"mailto:codesprints@ietf.org" target=3D"_blank">codespri=
nts@ietf.org</a><br>
&gt;&gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codesprints" rel=
=3D"noreferrer" target=3D"_blank">https://www.ietf.org/mailman/listinfo/cod=
esprints</a><br>
&gt; <br>
&gt; <br>
<br>
</blockquote></div>

--0000000000007869d305ab4707b0--


From nobody Tue Jul 28 07:54:01 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 D79323A0D69; Tue, 28 Jul 2020 07:53:51 -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 vWu84_lclpjg; Tue, 28 Jul 2020 07:53:50 -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 6F9953A0E3D; Tue, 28 Jul 2020 07:53:45 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1k0Qz9-0006Ej-Pk; Tue, 28 Jul 2020 16:53:43 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1k0Qz9-0006Ej-Pk@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 28 Jul 2020 16:53:43 +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/uG8_JbAk3iYjpDnaeHtnzbirVf8>
Subject: [codesprints] New datatracker release: v7.11.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, 28 Jul 2020 14:53:52 -0000

Hi,

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

Release notes:

ietfdb (7.11.0) ietf; urgency=medium

  **Codesprint 108 release 1, bugfixes and tweaks**

  This release contains the first set of code sprint merges, and some
  important fixes; additional code sprint contributions will come in
  another release.

  * Changed the URL to use for meeting attendees information in the new 
    registration system.

  * Merged in [18250] from jennifer@painless-security.com:
    Reject or require manual processing for submissions when inconsistent 
    SubmissionDocEvent revs exist. Fixes #2909.  

  * Tweaked the messages from bin/rfc-editor-index-updates to be slightly 
    more informative.

  * Refined the code in ietf.sync.rfceditor that deals with errata to 
    distinguish between rejected errata and other errata.

  * Merged in [18270] from valery@smyslov.net:
    Added display of verified errata in red, not verified in orange in 
    document lists.  Fixes issue #2997.

  * Merged in [18271] from valery@smyslov.net:
    Improved support of CygWin environment for the docker image.

  * Added a few extra modules (in particular enscript and ghostscript, 
    which is needed for the agenda pdf materials) to the docker/install-extras 
    script.

  * Added a workaround to display text/markdown as text in agenda popups.  
    More work is needed to convert markdown to HTML for this view.
    See issue #3039.

  * Improved the handling in the OpenID Connect userinfo response where there
    are multiple meeting registrations with different email addresses for the
    same person.

  * Merged in [18285] from rjsparks@nostrum.com:
    Better handle materials with names that end with a string that looks 
    like a version (-nn). May address #3040.  

 -- Henrik Levkowetz <henrik@levkowetz.com>  28 Jul 2020 14:24:16 +0000

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Jul 29 13:53:18 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 30C883A0EFE; Wed, 29 Jul 2020 13:53:11 -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 XuzrbqwucEqq; Wed, 29 Jul 2020 13:53:09 -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 364473A0EFC; Wed, 29 Jul 2020 13:53:09 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1k0t4V-0004Ei-FQ; Wed, 29 Jul 2020 22:53:07 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1k0t4V-0004Ei-FQ@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 29 Jul 2020 22:53:07 +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/UHxZx8vDpbaTFKJv9vZRihTGTig>
Subject: [codesprints] New datatracker release: v7.12.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: Wed, 29 Jul 2020 20:53:11 -0000

Hi,

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

Release notes:

ietfdb (7.12.0) ietf; urgency=medium

  **IETF 108 Code Sprint release 2, bugfixes and tweaks**

  This release contains the second bunch of datatracker bug fixes and
  enhancements from the IETF-108 Virtual Code Sprint.  Again, there has 
  been a lot of good contributions :-)

  Thanks to everyone who contributed!

  * Changed the error logging propagation setting for some errors.

  * Added some normalisation of the reg_type and ticket_type entries in the 
    OIDC registration scope.

  * Merged in [18272] from fenton@bluepopcorn.net:
    This is an interim change to prevent chairs from editing milestone 
    description.  Fixes #3036.  

  * Merged in [18275] from fenton@bluepopcorn.net:
    Added programs to concluded groups page. Fixes #3023.  

  * Merged in [18276] from housley@vigilsec.com:
    Send email to AD when an IETF Last Call expires that contains downrefs. 
    Fixes #2472 

  * Merged in [18282] from mark@painless-security.com:
    Added IETF sessions to the types that emit parent group name in the session
    assignment slug, so that the parent group name will be present on the HTML
    row ID in the agenda for IAB sessions.  Also update the wording on special
    sessions.  Fixes #3034.  

  * Merged in [18296], [18297], and [18299] from rjsparks@nostrum.com:
    Show RSOC from the Group menu.  Fixes #3024.  

  * Added 'text/x-markdown' as an accepted MIME type for agenda and minutes 
    uploads.

 -- Henrik Levkowetz <henrik@levkowetz.com>  29 Jul 2020 20:33:24 +0000

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

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

Regards,

	Henrik
	(via the mkrelease script)

