
From nobody Wed Mar  1 04:28:22 2017
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 456E2129551; Wed,  1 Mar 2017 04:28:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 yEB6ncWBrm8a; Wed,  1 Mar 2017 04:28:06 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70D8C129542; Wed,  1 Mar 2017 04:28:06 -0800 (PST)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cj3MS-0003oz-R0; Wed, 01 Mar 2017 04:28:04 -0800
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1cj3MS-0003oz-R0@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 01 Mar 2017 04:28:04 -0800
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/ucxBd5n6OxJsD_mjXLb5tajedoQ>
Subject: [codesprints] New datatracker release: v6.46.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.17
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 Mar 2017 12:28:08 -0000

Hi,

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

Release notes:

ietfdb (6.46.1) ietf; urgency=medium

  This is a bugfix release with some minor enhancements.  From the commit
  log:

  * Merged in [12932] from rjsparks@nostrum.com:
    Changed primary but inactive email addresses to the most recently touched
    active email for a Person. If a person has more than one primary email,
    make all but the first be not primary. Fixes #2214.  

  * Merged in [12930] from rjsparks@nostrum.com:
    Use the Role email associated with a reviewer as the From when emailing 
    a review. Fixes #2201.  

  * Created a special function, log.unreachable(), to mark code unreachable, 
    and changed a function name from log.affirm() to log.assertion().

  * Added ordering to Role, and a roles section at the top of the personal 
    profile page.

  * Added svn symlink check and creation to the test suite setup.  Forced test
    settings to use an empty INTERNAL_IPS list for improved consistency in
    code coverage figures.

  * Preparation for dead code removal: Marked probable dead code with 
    affirm() statements which will signal if we ever reach that point in the 
    code.  If no signals seen, the marked functions/methods will be removed 
    after one release cycle.

  * Removed a big chunk of dead code: placement.py and related.

  * Cleaned up the remaining explicit url names, using dotted-paths to view
    functions instead.  In total almost 700 changes.

  * Tweaked an import to make Python 2to3 able to handle it, while testing
    conversion to Python 3 by means of the 2to3 tool.

  * Fixed an issue that left html meta-characters unescaped in the
    release-notes shown under /release/

  * Added an alert on the login form, to be shown if a user's password has 
    been cleared.  Adjusted url reverse strings to match the changed view 
    function.

  * Tweaked the wording on the account creation whitelisting page to 
    emphasise the wording to be asked then emailing a querent.

  * Personal profile pages already show the primary (unicode) name of a 
    person.  Added the asciified name in parentheses, if different from the 
    primary name, in the page header.

  * Tweaked the release script's bower update part.

 -- Henrik Levkowetz <henrik@levkowetz.com>  28 Feb 2017 16:04:00 -0800

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Tue Mar  7 02:38:34 2017
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 8FE6612957C; Tue,  7 Mar 2017 02:38:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 God8bfz4wgrg; Tue,  7 Mar 2017 02:38:32 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0C41F129510; Tue,  7 Mar 2017 02:38:32 -0800 (PST)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1clCVj-0005L2-Lb; Tue, 07 Mar 2017 02:38:31 -0800
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1clCVj-0005L2-Lb@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 07 Mar 2017 02:38:31 -0800
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/og6NvqlW1gw17RiTvRZO7xbWsGQ>
Subject: [codesprints] New datatracker release: v6.47.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.17
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, 07 Mar 2017 10:38:33 -0000

Hi,

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

Release notes:

ietfdb (6.47.0) ietf; urgency=medium

  **New document WG states: Waiting for Implementation, and Held by WG**

  This is a mixed feature and bugfix release.  It adds two new document WG
  States, provides several internal enhancements, and removes a bunch of dead
  code.  Bugfixes are as indicated in this excerpt from the commit log:

  * Added a data migration which adds 2 new document WG states: 'Waiting for
    Implementation' and 'Held by WG'.

  * Added a 'rev' field to DocEvent, and removed the corresponding field from
    NewRevisionDocEvent and SubmissionDocEvent.  Added a migration for an
    initial schema change, one data migration to copy and infer revision
    information, another schema migration to remove extraneous revision field,
    and another data migration to fix up bad timestamps and bad revision info
    from the period 2016-09-10 to 2016-10-04.  Updated more than 200 instances
    of DocEvent creation to supply a 'rev' value.

  * Fixed a problem with assertion() and unreachable(), which could break if
    certain names (like 'args') were set in the calling frame.

  * Removed dead code marked as unreachable in the previous release, and added
    unreachable marks for newly identified probable dead code.

  * Added a msgid (Message-ID) field to the Message model, and added needed
    migrations for the field.  The first migration creates the new column with
    NULL values for existing rows, the second adds creation of msgid values by
    default for new rows.

  * Added a data migration to add author information to existing reviews.

  * Added code to create all appropriate aliases when a Person record is
    created, both in ietfauth and in PersonFactory.  This was not consistently
    done earlier, leading to test-suite failures for test factory persons with
    more than one given name.

  * Added document author information for review document objects.

  * Improved handling of a case where a meeting floor have been defined, but
    no floor image uploaded yet.

  * Changed email notification code for reviews done, in order to save the
    message as a Message instance before sending it.  Added test code to check
    that a Message instance is created and matches what goes out.

  * Merged in [12917] from rcross@amsl.com: Fixes #2207.
    bin/merge-person-records remove _meta.get_all_related_objects() deprecated
    in Django 1.10.  

  * Merged in [12950] from rcross@amsl.com: Provide material management access
    to Area Group chairs.  Fixes #2219.

  * Changed the state choices in the document adoption form to exclude the few
    that should not be available, rather than explicitly list all others.
    This makes it possible to add new document WG states without editing the
    code, in many cases.

 -- Henrik Levkowetz <henrik@levkowetz.com>  04 Mar 2017 05:46:38 -0800

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Mon Mar 13 10:10:14 2017
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 E274E1298AF; Mon, 13 Mar 2017 10:10:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 02QK2lBZ09eQ; Mon, 13 Mar 2017 10:10:08 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ADA331298AC; Mon, 13 Mar 2017 10:10:08 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cnTU0-0007os-Bm; Mon, 13 Mar 2017 10:10:08 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1cnTU0-0007os-Bm@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Mon, 13 Mar 2017 10:10:08 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/5FcD627rMX6TzwV7JS-RSNbZIuo>
Subject: [codesprints] New datatracker release: v6.47.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 13 Mar 2017 17:10:10 -0000

Hi,

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

Release notes:

ietfdb (6.47.1) ietf; urgency=medium

  This is a small patch release which provides a few bug fixes and
  enhancements:  If no description is available for a group in the database,
  the first paragraph of the charter (if available) is provided in the REST
  API, in order to better support the new www.ietf.org website.  For cases
  where email issue reports is wanted, there is now an email address provided
  in the page footer, in addition to the issue tracker address.  Bugfixes
  as shown in the commit log:

  * Improved the log.assertion() and unreachable() functions to send a 
    deeper traceback when reporting by email, rather than just the last stack 
    frame.

  * Merged in [12990] and [12991] from rcross@amsl.com:
    Refactor session audio file import.  Add informative email.  Fixes #2164.

  * Made the default navbar colour match the production navbar, rather than 
    the dev navbar.  Gives 500 errors in production a regular navbar, rather 
    than a dev navbar.

  * Require bleach<2.0.0.  Bleach 2 requires html5lib 1.x, which requires a 
    rewrite of ietf.utils.html.

  * Modified the REST API to provide group descriptions taken from the 
    group charters if group.description is blank.

  * Added a text() methods on Document, to help with display of htmlized text.

  * Added a guard against trying to fetch milestones for a group value of 
    None.

  * Added a link to report bugs by email to the page footer.

  * Fixed a reverse url lookup issue in a template.

 -- Henrik Levkowetz <henrik@levkowetz.com>  12 Mar 2017 22:37:16 -0700

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Mon Mar 13 12:28:16 2017
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 C4285129ABC for <codesprints@ietfa.amsl.com>; Mon, 13 Mar 2017 12:28:14 -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, RP_MATCHES_RCVD=-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 KduCZzc60oaA for <codesprints@ietfa.amsl.com>; Mon, 13 Mar 2017 12:28:13 -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 4E496129AC3 for <codesprints@ietf.org>; Mon, 13 Mar 2017 12:28:13 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v2DJSCj1010694 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <codesprints@ietf.org>; Mon, 13 Mar 2017 14:28:12 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: codesprints@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <fe61bcd1-68ab-a386-f2ac-20730c84aead@nostrum.com>
Date: Mon, 13 Mar 2017 14:28:12 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/GnVlQeEwhYVBIw8bYqJP_UEE8qY>
Subject: [codesprints] IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 13 Mar 2017 19:28:14 -0000

If you are planning to join us at the codesprint in Chicago, and have 
not signed up here:

<https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>

please do so today!

RjS


From nobody Mon Mar 20 05:03:20 2017
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 26C8112F4B2; Mon, 20 Mar 2017 05:03:19 -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] 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 SRgNL4erEWAh; Mon, 20 Mar 2017 05:03:17 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 14D2A12F28B; Mon, 20 Mar 2017 05:03:17 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cpw1s-0006Ys-9l; Mon, 20 Mar 2017 05:03:16 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1cpw1s-0006Ys-9l@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Mon, 20 Mar 2017 05:03:16 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/6ogk8CNhuousMmc5uB-8jxR0dE8>
Subject: [codesprints] New datatracker release: v6.47.2
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 20 Mar 2017 12:03:19 -0000

Hi,

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

Release notes:

ietfdb (6.47.2) ietf; urgency=medium

  This is a patch release with bug fixes related to ballot grids and
  secretariat meeting functionality, and internal enhancements.  It also
  clears the way for the upcoming merge in of new draft htmlization code from
  tools.ietf.org.

  From the commit log:

  * Added a check to bin/mkrelease, preventing releases with both schema 
    change migrations and data migrations.  Data migrations often take some 
    time, which will delay the time between the schema changes and deployment 
    of the matching new code.

  * Refined the test crawler a bit, to avoid extracting URLs from html which
    is outside the datatracker's control, such as uploaded WG agendas.  (These
    could lead to false warnings about problems with the datatracker's links).
    Also exempted some pages with known-bad character issues from html
    validation, and refined the error reporting for html validation failures.

  * Added a utility function to create temporary directories with distinct
    name based on test-class name and given labels.  This will help in
    parallelizing the runs.

  * Silenced an unnecessary error which could occur when looking for charter
    documents for groups (such as bofs) without them, when asking the REST API
    for group descriptions.

  * Merged in [13022] from rcross@amsl.com:
    Fixed the interim meeting edit form returning 500 when the duration field
    is empty.  Fixes #2206.  

  * Merged in [13021] from rcross@amsl.com:
    Fixed an issue where editing an interim meeting duration does not update
    underlying timeslot duration.  Fixes #2203.  

  * Merged in [13018] from rcross@amsl.com:
    Fixed an issue with interim meeting time-zone getting reset on edit.
    Fixes issue #2204.  

  * Merged in [13017] from rcross@amsl.com:
    Added placeholders and validations to secretariat non-session time input 
    fields.  Fixes #2208.   

  * Applied a patch from rjsparks@nostrum.com to make ballot grids show for 
    statchg documents in ietf last call.

  * Added more email validation for draft submission author emails, and 
    blocked some paths that could lead to bad email addresses ('none') being 
    set as document author email addresses.

 -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 3:41:15 -0700

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Tue Mar 21 06:03:17 2017
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 0A638129865; Tue, 21 Mar 2017 06:03:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 2j55FSxpwlGq; Tue, 21 Mar 2017 06:03:04 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C907129864; Tue, 21 Mar 2017 06:03:04 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cqJRH-0004dW-UV; Tue, 21 Mar 2017 06:03:04 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 21 Mar 2017 06:03:03 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/1ZpnVpaFrR4Ty2yKljLgNLYissc>
Subject: [codesprints] New datatracker release: v6.48.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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, 21 Mar 2017 13:03:06 -0000

Hi,

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

Release notes:

ietfdb (6.48.0) ietf; urgency=medium

  **HTMLized drafts and RFCs**

  This introduces improved htmlization of drafts and RFCs in the datatracker,
  using the code originally developed for tools.ietf.org.  This initial
  changeset does not update all internal links to point at the htmlized
  document instead of at the document meta-information tab; it is expected
  that further work will change some, but certainly not all, of the internal
  document links to do so.

  Document search-result lines (and lines in document lists which use the same
  format) now link to the document meta-information tab using a circled 'i'
  information symbol, while the text link points at the htmlized text.  This
  may also change, pending feedback from users.

  Here's the changeset: https://tools.ietf.org/tools/ietfdb/changeset/13041

 -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 08:58:26 -0700

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Tue Mar 21 10:35:14 2017
Return-Path: <acee@cisco.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 08C20129C3D; Tue, 21 Mar 2017 10:35:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -14.522
X-Spam-Level: 
X-Spam-Status: No, score=-14.522 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.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 ZjsrkGDFHCr8; Tue, 21 Mar 2017 10:35:06 -0700 (PDT)
Received: from rcdn-iport-2.cisco.com (rcdn-iport-2.cisco.com [173.37.86.73]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6CF68129C5E; Tue, 21 Mar 2017 10:34:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=3242; q=dns/txt; s=iport; t=1490117690; x=1491327290; h=from:to:subject:date:message-id:references:in-reply-to: content-id:content-transfer-encoding:mime-version; bh=dsJdT09++kM2zkBWd7uNVg4jqSl0fP6N/oNgPCF41ew=; b=FDjb4oMqDU8eTP6syahFJMtDKGab78hQGHj9MKLEewnXbcfDiWG/8MYz MwcZA4oGGkemYGd0g3GfQVqCfc9eCgt7NGQJxyUvLd4a1WZkshQmtpgnm A+nVubRFTbcCMzeq8Fsnd4U6MsfzS2E6/drJSIoKQ2H0s2ttXeMPZ0tX/ A=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0ASAQCmY9FY/5hdJa1eGQEBAQEBAQEBA?= =?us-ascii?q?QEBBwEBAQEBg1FhgQoHjWunIoIOKoV4AoMUPxgBAgEBAQEBAQFrKIUWBjo2GQI?= =?us-ascii?q?BCDYQMiUCBAESigQOrEyKSwEBAQEBAQEBAQEBAQEBAQEBAQEfiz2EJhEBhgEFj?= =?us-ascii?q?12McwGGeYtMgXtUjl6IVYsJAR84fAhYFYcYdQEBAQGHAAINFwQDgQOBDQEBAQ?=
X-IronPort-AV: E=Sophos;i="5.36,200,1486425600"; d="scan'208";a="226133349"
Received: from rcdn-core-1.cisco.com ([173.37.93.152]) by rcdn-iport-2.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 17:34:49 +0000
Received: from XCH-RTP-012.cisco.com (xch-rtp-012.cisco.com [64.101.220.152]) by rcdn-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id v2LHYnFd020148 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Tue, 21 Mar 2017 17:34:49 GMT
Received: from xch-rtp-015.cisco.com (64.101.220.155) by XCH-RTP-012.cisco.com (64.101.220.152) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Tue, 21 Mar 2017 13:34:48 -0400
Received: from xch-rtp-015.cisco.com ([64.101.220.155]) by XCH-RTP-015.cisco.com ([64.101.220.155]) with mapi id 15.00.1210.000; Tue, 21 Mar 2017 13:34:48 -0400
From: "Acee Lindem (acee)" <acee@cisco.com>
To: Henrik Levkowetz <henrik@levkowetz.com>, "codesprints@ietf.org" <codesprints@ietf.org>, "iesg@ietf.org" <iesg@ietf.org>, "wgchairs@ietf.org" <wgchairs@ietf.org>
Thread-Topic: New datatracker release: v6.47.2
Thread-Index: AQHSoXIOF08HdDD5O02YlWv5pEsTXKGfj/YA
Date: Tue, 21 Mar 2017 17:34:48 +0000
Message-ID: <D4F6DC24.A3923%acee@cisco.com>
References: <E1cpw1s-0006Ys-9l@zinfandel.tools.ietf.org>
In-Reply-To: <E1cpw1s-0006Ys-9l@zinfandel.tools.ietf.org>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.116.152.198]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <9D6A14DFBEA0D64BBEDB3CE7D52613D3@emea.cisco.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/B6xOu14sl2CIPUbOFRe7aU2s_D0>
Subject: Re: [codesprints] New datatracker release: v6.47.2
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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, 21 Mar 2017 17:35:08 -0000

Hi Henrik,

It seems one can no longer retrieve the text version of a draft. What am I
missing?=20

Thanks,
Acee=20

On 3/20/17, 8:03 AM, "WGChairs on behalf of Henrik Levkowetz"
<wgchairs-bounces@ietf.org on behalf of henrik@levkowetz.com> wrote:

>
>Hi,
>
>This is an automatic notification about a new datatracker release,
>v6.47.2, generated when running the mkrelease script.
>
>Release notes:
>
>ietfdb (6.47.2) ietf; urgency=3Dmedium
>
>  This is a patch release with bug fixes related to ballot grids and
>  secretariat meeting functionality, and internal enhancements.  It also
>  clears the way for the upcoming merge in of new draft htmlization code
>from
>  tools.ietf.org.
>
>  From the commit log:
>
>  * Added a check to bin/mkrelease, preventing releases with both schema
>    change migrations and data migrations.  Data migrations often take
>some=20
>    time, which will delay the time between the schema changes and
>deployment=20
>    of the matching new code.
>
>  * Refined the test crawler a bit, to avoid extracting URLs from html
>which
>    is outside the datatracker's control, such as uploaded WG agendas.
>(These
>    could lead to false warnings about problems with the datatracker's
>links).
>    Also exempted some pages with known-bad character issues from html
>    validation, and refined the error reporting for html validation
>failures.
>
>  * Added a utility function to create temporary directories with distinct
>    name based on test-class name and given labels.  This will help in
>    parallelizing the runs.
>
>  * Silenced an unnecessary error which could occur when looking for
>charter
>    documents for groups (such as bofs) without them, when asking the
>REST API
>    for group descriptions.
>
>  * Merged in [13022] from rcross@amsl.com:
>    Fixed the interim meeting edit form returning 500 when the duration
>field
>    is empty.  Fixes #2206.
>
>  * Merged in [13021] from rcross@amsl.com:
>    Fixed an issue where editing an interim meeting duration does not
>update
>    underlying timeslot duration.  Fixes #2203.
>
>  * Merged in [13018] from rcross@amsl.com:
>    Fixed an issue with interim meeting time-zone getting reset on edit.
>    Fixes issue #2204.
>
>  * Merged in [13017] from rcross@amsl.com:
>    Added placeholders and validations to secretariat non-session time
>input=20
>    fields.  Fixes #2208.
>
>  * Applied a patch from rjsparks@nostrum.com to make ballot grids show
>for=20
>    statchg documents in ietf last call.
>
>  * Added more email validation for draft submission author emails, and
>    blocked some paths that could lead to bad email addresses ('none')
>being=20
>    set as document author email addresses.
>
> -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 3:41:15 -0700
>
>The new version is available for installation through SVN checkout, with
>  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.47.2'
>
>For development, copy the new development version instead:
>  'svn copy=20
>https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.47.3.dev0'
><YOURBRANCH>
>
>Regards,
>
>	Henrik
>	(via the mkrelease script)
>


From nobody Tue Mar 21 10:39:27 2017
Return-Path: <acee@cisco.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 A3617129542; Tue, 21 Mar 2017 10:39:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -14.522
X-Spam-Level: 
X-Spam-Status: No, score=-14.522 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.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 abhzgqjAZ862; Tue, 21 Mar 2017 10:39:20 -0700 (PDT)
Received: from rcdn-iport-5.cisco.com (rcdn-iport-5.cisco.com [173.37.86.76]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D22631294D4; Tue, 21 Mar 2017 10:39:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=3534; q=dns/txt; s=iport; t=1490117959; x=1491327559; h=from:to:subject:date:message-id:references:in-reply-to: content-id:content-transfer-encoding:mime-version; bh=RpXfktscc3l4jrdRz5zMJkyW1dOt+6hT3bCxek6Wfzk=; b=ffdHS5SVWZNiCN0g2KJJZahbXNiVfMGeouOEZ9nPA6clbzuhFiewampj NQCfXsKugZQc+ajXjLXEg5EFqxsg8PCgPXtmDt7Ct0Nzs7P/HWQyd1Ahn uaQcejYSukKMEcf0F1HpeH+J41Z7g5+0qYVcEmf3hJ+B3viTA6UgIFoCc U=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0ATAQDXZNFY/5ldJa1eGQEBAQEBAQEBA?= =?us-ascii?q?QEBBwEBAQEBg1FhgQoHjWuRXpVEgg4qhXgCgxQ/GAECAQEBAQEBAWsohRYBBQx?= =?us-ascii?q?kGQIBCBguMiUCBAESigQOqQuDRopLAQEBAQEBAQEBAQEBAQEBAQEBAR+LPYQmE?= =?us-ascii?q?QEchWUFj11BjDIBhnmLTIF7VI5eiFWLCQEfOHwIWBWHGHUBAQEBhwACDRcEA4E?= =?us-ascii?q?DgQ0BAQE?=
X-IronPort-AV: E=Sophos;i="5.36,200,1486425600";  d="scan'208";a="5147018"
Received: from rcdn-core-2.cisco.com ([173.37.93.153]) by rcdn-iport-5.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 17:39:17 +0000
Received: from XCH-RTP-014.cisco.com (xch-rtp-014.cisco.com [64.101.220.154]) by rcdn-core-2.cisco.com (8.14.5/8.14.5) with ESMTP id v2LHdHXo015763 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Tue, 21 Mar 2017 17:39:17 GMT
Received: from xch-rtp-015.cisco.com (64.101.220.155) by XCH-RTP-014.cisco.com (64.101.220.154) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Tue, 21 Mar 2017 13:39:16 -0400
Received: from xch-rtp-015.cisco.com ([64.101.220.155]) by XCH-RTP-015.cisco.com ([64.101.220.155]) with mapi id 15.00.1210.000; Tue, 21 Mar 2017 13:39:16 -0400
From: "Acee Lindem (acee)" <acee@cisco.com>
To: Henrik Levkowetz <henrik@levkowetz.com>, "codesprints@ietf.org" <codesprints@ietf.org>, "iesg@ietf.org" <iesg@ietf.org>, "wgchairs@ietf.org" <wgchairs@ietf.org>
Thread-Topic: New datatracker release: v6.47.2
Thread-Index: AQHSoXIOF08HdDD5O02YlWv5pEsTXKGfj/YAgAABP4A=
Date: Tue, 21 Mar 2017 17:39:16 +0000
Message-ID: <D4F6DD33.A392C%acee@cisco.com>
References: <E1cpw1s-0006Ys-9l@zinfandel.tools.ietf.org> <D4F6DC24.A3923%acee@cisco.com>
In-Reply-To: <D4F6DC24.A3923%acee@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.116.152.198]
Content-Type: text/plain; charset="iso-8859-1"
Content-ID: <B7C20F1485149F41B6D9C87541B28634@emea.cisco.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/6OA2aVu3oeW-v-AbO0vGseFcME4>
Subject: Re: [codesprints] New datatracker release: v6.47.2
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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, 21 Mar 2017 17:39:22 -0000

Ok - I see, you need to click on the =B3I=B2 icon to get the page which all=
ows
retrieval.=20
Thanks,
Acee=20

On 3/21/17, 1:34 PM, "Acee Lindem (acee)" <acee@cisco.com> wrote:

>Hi Henrik,
>
>It seems one can no longer retrieve the text version of a draft. What am I
>missing?=20
>
>Thanks,
>Acee=20
>
>On 3/20/17, 8:03 AM, "WGChairs on behalf of Henrik Levkowetz"
><wgchairs-bounces@ietf.org on behalf of henrik@levkowetz.com> wrote:
>
>>
>>Hi,
>>
>>This is an automatic notification about a new datatracker release,
>>v6.47.2, generated when running the mkrelease script.
>>
>>Release notes:
>>
>>ietfdb (6.47.2) ietf; urgency=3Dmedium
>>
>>  This is a patch release with bug fixes related to ballot grids and
>>  secretariat meeting functionality, and internal enhancements.  It also
>>  clears the way for the upcoming merge in of new draft htmlization code
>>from
>>  tools.ietf.org.
>>
>>  From the commit log:
>>
>>  * Added a check to bin/mkrelease, preventing releases with both schema
>>    change migrations and data migrations.  Data migrations often take
>>some=20
>>    time, which will delay the time between the schema changes and
>>deployment=20
>>    of the matching new code.
>>
>>  * Refined the test crawler a bit, to avoid extracting URLs from html
>>which
>>    is outside the datatracker's control, such as uploaded WG agendas.
>>(These
>>    could lead to false warnings about problems with the datatracker's
>>links).
>>    Also exempted some pages with known-bad character issues from html
>>    validation, and refined the error reporting for html validation
>>failures.
>>
>>  * Added a utility function to create temporary directories with
>>distinct
>>    name based on test-class name and given labels.  This will help in
>>    parallelizing the runs.
>>
>>  * Silenced an unnecessary error which could occur when looking for
>>charter
>>    documents for groups (such as bofs) without them, when asking the
>>REST API
>>    for group descriptions.
>>
>>  * Merged in [13022] from rcross@amsl.com:
>>    Fixed the interim meeting edit form returning 500 when the duration
>>field
>>    is empty.  Fixes #2206.
>>
>>  * Merged in [13021] from rcross@amsl.com:
>>    Fixed an issue where editing an interim meeting duration does not
>>update
>>    underlying timeslot duration.  Fixes #2203.
>>
>>  * Merged in [13018] from rcross@amsl.com:
>>    Fixed an issue with interim meeting time-zone getting reset on edit.
>>    Fixes issue #2204.
>>
>>  * Merged in [13017] from rcross@amsl.com:
>>    Added placeholders and validations to secretariat non-session time
>>input=20
>>    fields.  Fixes #2208.
>>
>>  * Applied a patch from rjsparks@nostrum.com to make ballot grids show
>>for=20
>>    statchg documents in ietf last call.
>>
>>  * Added more email validation for draft submission author emails, and
>>    blocked some paths that could lead to bad email addresses ('none')
>>being=20
>>    set as document author email addresses.
>>
>> -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 3:41:15 -0700
>>
>>The new version is available for installation through SVN checkout, with
>>  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.47.2'
>>
>>For development, copy the new development version instead:
>>  'svn copy=20
>>https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.47.3.dev0'
>><YOURBRANCH>
>>
>>Regards,
>>
>>	Henrik
>>	(via the mkrelease script)
>>
>


From nobody Wed Mar 22 05:37:37 2017
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 3234D12975C; Wed, 22 Mar 2017 05:37: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] 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 X9XYsVKu3rK3; Wed, 22 Mar 2017 05:37:33 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70D2812973E; Wed, 22 Mar 2017 05:37:33 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cqfW8-0006uD-Cs; Wed, 22 Mar 2017 05:37:32 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1cqfW8-0006uD-Cs@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 22 Mar 2017 05:37:32 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/5qXJHzYGOsDqF7fSHT8HBEm1Xb8>
Subject: [codesprints] New datatracker release: v6.48.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 12:37:35 -0000

Hi,

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

Release notes:

ietfdb (6.48.1) ietf; urgency=medium

  This is a small patch release to catch up with patches for 6.48.0 before
  generating the IETF-98 sprint participant branches.

  * Added better handling of missing documents (such as rfc575, which was
    never issued, but is still requested.)

  * Improved Document.get_file_path() to return even more correct draft
    paths.

  * Changed some test assertions so they provide more information on failure.

  * Tweaked the 'rev' pattern, and added handling of revision number format
    exceptios when breaking apart name and rev for documents which don't use
    the charter rev model.

  * Tweaks to docker/copydb.

  * On request, reverted the document rendering on the document status page 
    to the old look.

  * Changed where to look for the text version of drafts, to always look in
    the comprehensive ID archive

  * Reverted a bad css change from the rfcmarkup work.

  * Made Document.htmlized() be a bit smarter about handling documents 
    which have not been provided in .txt format.

 -- Henrik Levkowetz <henrik@levkowetz.com>  22 Mar 2017 02:50:19 -0700

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Mar 22 10:02:13 2017
Return-Path: <akatlas@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 B0FC4129ADF for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 10:02:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.739
X-Spam-Level: 
X-Spam-Status: No, score=-1.739 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, HTML_OBFUSCATE_05_10=0.26, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-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 kZEMqvEl2F3e for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 10:02:10 -0700 (PDT)
Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (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 9D179127601 for <codesprints@ietf.org>; Wed, 22 Mar 2017 10:02:09 -0700 (PDT)
Received: by mail-wr0-x22a.google.com with SMTP id u108so132892482wrb.3 for <codesprints@ietf.org>; Wed, 22 Mar 2017 10:02:09 -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:cc; bh=yUIbN/+d5WWpXRp1x12kfPLAPuHHOnGzcbI3k8hTRl0=; b=ngJM2uYKfc8byNo62vgt+fXMnwHWb5rUeksYTlTPBm+o+AJ1KpF1+Bopn1ZcQXX4sj +pmpas8tnV3T7L8jv316Z45obCNxizpfAe3+0Y6X0stIlO6ezew/rWkcOVV5iW0BuLEf pCm/GCp1IrcM5w/ExDw1E/FdZrO6pia8DHyId10lcr0SlA0XRlH1S/eLS5nk5cLtbJMm RvoP8Ni4c2yaLfETez5qFa4tvPOqtlbylYKnUjEqDL44DiMKr/R3iCBxidc4e89yHC4D 2DltJ2HaHmRU4/lO/cybC6+0lDhRUnCt4HxDn+RWlzvfHqkPTiIx1MnHro2X8j+wR5uZ zOnQ==
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:cc; bh=yUIbN/+d5WWpXRp1x12kfPLAPuHHOnGzcbI3k8hTRl0=; b=DZqZ/RmT21rHQCufQts8DkbHktH6oM4Sq3s9O5H7pAiPFzi8hmEEKQxr7ls3s3O4DE PihUyMHVYgO4ElTwB35Y7WPoG/9jc5G7Eah2ye9moEJ759wZOFNFwDUAGIA3TsNsqp6s U3nB14LO2nivTZZ5TLO9CTch++QaAqeEw0HiiDGPkqHA9xrgvXVXHSgQRQfeUVbN6slm QjWlTpUCBkFp6N7DOFUfpbkL3h4lgvxfOiPOkePAiGiQ2dJDEc0Epj5M+ld69Hub09Nl Y92pT4Z7sM5f52u8ITJb2Cis08+nDwgRZMcjRahamfUJsb1ezEoLqS4xO2A8NSJKOnMV ALxA==
X-Gm-Message-State: AFeK/H3jzFcUQ73GGSF9tJEaN+vcqagC2zUztCVddVqXATIrxT3DhpqZw3TLfB0VL76x1ipwJzUieG6pHZtB6Q==
X-Received: by 10.223.150.81 with SMTP id c17mr4550637wra.85.1490202127794; Wed, 22 Mar 2017 10:02:07 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.223.145.69 with HTTP; Wed, 22 Mar 2017 10:02:07 -0700 (PDT)
From: Alia Atlas <akatlas@gmail.com>
Date: Wed, 22 Mar 2017 13:02:07 -0400
Message-ID: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com>
To: Robert Sparks <rjsparks@nostrum.com>
Cc: codesprints@ietf.org
Content-Type: multipart/alternative; boundary=001a113c30b8789c78054b54b84e
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/309v7CurZa3olwXQPMlJIkqa3Lo>
Subject: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 17:02:12 -0000

--001a113c30b8789c78054b54b84e
Content-Type: text/plain; charset=UTF-8

I'm trying to get my environment set up beforehand.
Has anyone done so successfully on a Windows 7 box?
I've got cygwin installed and docker and run the docker/setupdb -
but I'm trying to run docker/updatedb and it is running into issues
with "dv".

Happy to get clue off-list.

Thanks,
Alia

On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks <rjsparks@nostrum.com> wrote:

> If you are planning to join us at the codesprint in Chicago, and have not
> signed up here:
>
> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>
>
> please do so today!
>
> RjS
>
> _______________________________________________
> codesprints mailing list
> codesprints@ietf.org
> https://www.ietf.org/mailman/listinfo/codesprints
>

--001a113c30b8789c78054b54b84e
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I&#39;m trying to get my environment set up beforehand.<di=
v>Has anyone done so successfully on a Windows 7 box?</div><div>I&#39;ve go=
t cygwin installed and docker and run the docker/setupdb -=C2=A0</div><div>=
but I&#39;m trying to run docker/updatedb and it is running into issues</di=
v><div>with &quot;dv&quot;.</div><div><br></div><div>Happy to get clue off-=
list.</div><div><br></div><div>Thanks,</div><div>Alia</div><div><div class=
=3D"gmail_extra"><br><div class=3D"gmail_quote">On Mon, Mar 13, 2017 at 3:2=
8 PM, Robert Sparks <span dir=3D"ltr">&lt;<a href=3D"mailto:rjsparks@nostru=
m.com" target=3D"_blank">rjsparks@nostrum.com</a>&gt;</span> wrote:<br><blo=
ckquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #c=
cc solid;padding-left:1ex">If you are planning to join us at the codesprint=
 in Chicago, and have not signed up here:<br>
<br>
&lt;<a href=3D"https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSi=
gnUp" rel=3D"noreferrer" target=3D"_blank">https://trac.tools.ietf.org/t<wb=
r>ools/ietfdb/wiki/IETF98SprintS<wbr>ignUp</a>&gt;<br>
<br>
please do so today!<br>
<br>
RjS<br>
<br>
______________________________<wbr>_________________<br>
codesprints mailing list<br>
<a href=3D"mailto:codesprints@ietf.org" target=3D"_blank">codesprints@ietf.=
org</a><br>
<a href=3D"https://www.ietf.org/mailman/listinfo/codesprints" rel=3D"norefe=
rrer" target=3D"_blank">https://www.ietf.org/mailman/l<wbr>istinfo/codespri=
nts</a><br>
</blockquote></div><br></div></div></div>

--001a113c30b8789c78054b54b84e--


From nobody Wed Mar 22 10:47:08 2017
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 B5C6A129BDA for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 10:47:06 -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] 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 wWop2h0K16UD for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 10:47:04 -0700 (PDT)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3B6D31294BF for <codesprints@ietf.org>; Wed, 22 Mar 2017 10:47:02 -0700 (PDT)
Received: from h-43-30.a357.priv.bahnhof.se ([79.136.43.30]:61751 helo=[192.168.1.120]) by durif.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cqkLd-0005n7-CG; Wed, 22 Mar 2017 10:47:01 -0700
To: Alia Atlas <akatlas@gmail.com>, Robert Sparks <rjsparks@nostrum.com>
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com>
Cc: codesprints@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <58D2B88D.5010307@levkowetz.com>
Date: Wed, 22 Mar 2017 18:46:53 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="sBXvsN2OgcH5c3o5nsrRAMq40RNIv1nUr"
X-SA-Exim-Connect-IP: 79.136.43.30
X-SA-Exim-Rcpt-To: codesprints@ietf.org, rjsparks@nostrum.com, akatlas@gmail.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 durif.tools.ietf.org)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/DMw1jc0D0oAZUllzWiU0kQOXPlA>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 17:47:06 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--sBXvsN2OgcH5c3o5nsrRAMq40RNIv1nUr
Content-Type: multipart/mixed; boundary="3xhN13rUflcdFGXbFXtBR93Dg6eJX0LbO";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Alia Atlas <akatlas@gmail.com>, Robert Sparks <rjsparks@nostrum.com>
Cc: codesprints@ietf.org
Message-ID: <58D2B88D.5010307@levkowetz.com>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com>
In-Reply-To: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com>

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

Hi Alia,

On 2017-03-22 18:02, Alia Atlas wrote:
> I'm trying to get my environment set up beforehand.
> Has anyone done so successfully on a Windows 7 box?
> I've got cygwin installed and docker and run the docker/setupdb -
> but I'm trying to run docker/updatedb and it is running into issues
> with "dv".
>=20
> Happy to get clue off-list.

This may apply also to other code-sprinters, so I'll reply on-list:

Are you running docker/updatedb inside the docker environment?

I.e., you should first be able to successfully run docker/run,
and get a bash shell prompt, something like 'alia@f3207746ed43 $ ',
and then inside the new shell, you should run docker/updatedb.

If cygwin is still early on your path when you are in the docker
shell, it's likely to cause problems, though -- you actually do not
need to have cygwin installed at all (the enviroment contained in
the datatracker-environment docker image should provide all the unix
tools you need), so if you have cygwin installed, make sure it's not
on your path when you're running inside docker.


Best regards,

Henrik


>=20
> Thanks,
> Alia
>=20
> On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks <rjsparks@nostrum.com> w=
rote:
>=20
>> If you are planning to join us at the codesprint in Chicago, and have =
not
>> signed up here:
>>
>> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>
>>
>> please do so today!
>>
>> RjS
>>
>> _______________________________________________
>> codesprints mailing list
>> codesprints@ietf.org
>> https://www.ietf.org/mailman/listinfo/codesprints
>>
>=20
>=20
>=20
> _______________________________________________
> codesprints mailing list
> codesprints@ietf.org
> https://www.ietf.org/mailman/listinfo/codesprints
>=20


--3xhN13rUflcdFGXbFXtBR93Dg6eJX0LbO--

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

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

iQIcBAEBCAAGBQJY0riNAAoJEE6bV0uPuxcaIs0QAIq3/KnO7cyFYyGojEKLD2ls
Jv61W1T2mi4hdggtrS03XN2UjgjZMzessSIa1XO0PlB/KjfqyAw00ZeAnkDJQDUU
lutn68ZU04srHSi+iLr6Q2D12pkw0Y2wS96QzsFOEHZ2cipf6KXm/RWkZT0K+Jrj
VMKot/J0vPsYwXp/grWEMH1j3G+bF4cPtyqZxhZcRcHO3gzoAzNDpYmdLPLjgzNS
dvYjNShEAmWas9snoIGrk+ajWqgzdTF+//u1RkHSkXX6VNP1h3Tj6YAoEm7go+La
gok2mEUiGDLqyFLmixyhy4hKGe6Go0beUGAsnFxirjeRUST66DZ57Y8D8naU3D3T
YkP1ExgaJoNeszDtHfAPV3Ntud3c6jk3pGXzC+drbg+oYJXyIzvAo/8tNiGfmCPu
4TKFrrQvI+UlSSdNArXtIR07npXIG2C49xbKKPlszX1Ifs0d4y2CEp/lIunINPvI
CVt33svHCr4ed6qFaeaSTvnlHkx4m8oyttuU36Wg61mhXQUB12Xbuce4Qb7e0WOE
8O90VQ5Ur0tfPE0I0+BtXxah4hFTp9bdxZEBpKtfII7jqHuPsAFbHqQpoIDS5DMN
0Rf/7twH4ZN6uEfOeJy23RRF7THYId2zflH8h9ELvOx7q4+klA4fN9fpqODqpqQS
J8HKPM3qTsVuO7rHOExe
=kg6V
-----END PGP SIGNATURE-----

--sBXvsN2OgcH5c3o5nsrRAMq40RNIv1nUr--


From nobody Wed Mar 22 12:08:29 2017
Return-Path: <akatlas@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 9FF541286B2 for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 12:08:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.699
X-Spam-Level: 
X-Spam-Status: No, score=-2.699 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-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 N095Oim0RItY for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 12:08:26 -0700 (PDT)
Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::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 9D9421294F8 for <codesprints@ietf.org>; Wed, 22 Mar 2017 12:08:25 -0700 (PDT)
Received: by mail-wm0-x22c.google.com with SMTP id n11so45136586wma.1 for <codesprints@ietf.org>; Wed, 22 Mar 2017 12:08:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=GoMztWlEhk7+/uaIVUFBhgeSoA1uxNS7rDdWpm5nkRE=; b=odg8BavG6wuuxUAKRJiNC7GZkV7T3X8XPjLRBFpC0g6HCln1eMqppz7Tg7bXUamal1 bKgBbrWt5Jm/7jAa1HO9pXWxZfdNh5KAuk9wL+0+VlRQ14a3fDCIRnHSIoBsemxV6E+C CVEv12LLKpmDiTkSf8a3MBXISswHFmxAnoZBraTQQ2/5cA7xjV45woo81x072jyTqHTy UPEGZi+VzZmEC7E9NB6yong7pvDknciEX2m+H2UmJDcooGMMceYfJQ+O4msEbPGGL/1G iUN59nnUaHwmRJNbq66Oslf2KCF+k56vIkcmwPqGJ7EpfpcPf9k7z8b8X8xmun0BDzFy zcAQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=GoMztWlEhk7+/uaIVUFBhgeSoA1uxNS7rDdWpm5nkRE=; b=j4bvTWPdeliKaeuBEcf9a/PofNuARBRUdc1auJIqIHEUv97MI5ryr8fkNLu/MacORv ZpkRwQO/zDSicc6R0JHg73Ej1zzxMeNhvL8RvmwoXS6ovEYrIvDqxJNEiVhcLIi5n6Ik YvuC/LrjRXvN7sxuH4GW+M9Og6POO+UMymTd72MgjVx39hiri9gEkWW2hoUK/rxaFHwO YLGHfBXUksgNuXd0IF9kFI6Cnk7S5Q9E5l8eHXHV8iIXd6JbVru21CT2UUcDxn6C9dtV wmD2mN3nSQRLHUFtl9LGv2kUc0nL1UCU+NgjnXUDaAG2p6ry9jFJHM3s6XaRQmDiNDV/ WhEg==
X-Gm-Message-State: AFeK/H2tDL2dJiB4i6b5T/F28GogeDYbXlEpDNVLiu6snoNeQyjHMkEhNkt0o1sgRfoh1rtOQy6m9S+/tskeZQ==
X-Received: by 10.28.211.9 with SMTP id k9mr9218492wmg.96.1490209703690; Wed, 22 Mar 2017 12:08:23 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.223.145.69 with HTTP; Wed, 22 Mar 2017 12:08:23 -0700 (PDT)
In-Reply-To: <58D2B88D.5010307@levkowetz.com>
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com> <58D2B88D.5010307@levkowetz.com>
From: Alia Atlas <akatlas@gmail.com>
Date: Wed, 22 Mar 2017 15:08:23 -0400
Message-ID: <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>
To: Henrik Levkowetz <henrik@levkowetz.com>
Cc: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
Content-Type: multipart/alternative; boundary=001a1146edfa078a79054b567c3a
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/G3YTguFqHfUktZKPuDhpjOEbzQg>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 19:08:29 -0000

--001a1146edfa078a79054b567c3a
Content-Type: text/plain; charset=UTF-8

Hi Henrik & Robert,

Thanks for reaching out to help.  My issue was that that setupdb had an odd
failure (permission problem on mysql directory) that appears to have been
transient.
Therefore, I was trying to run updatedb not in the docker instance, which
was obviously
foolish.

I am now trying to do "docker/run" and hit the error:
  error: This script does not have support for your architecture
(MINGW64_NT-6.1); sorry :-(

I did check out the general 6.48.1.dev0 branch, because (not having yet
signed up for the codesprint),
I don't have a current personal branch.

Thanks,
Alia



On Wed, Mar 22, 2017 at 1:46 PM, Henrik Levkowetz <henrik@levkowetz.com>
wrote:

> Hi Alia,
>
> On 2017-03-22 18:02, Alia Atlas wrote:
> > I'm trying to get my environment set up beforehand.
> > Has anyone done so successfully on a Windows 7 box?
> > I've got cygwin installed and docker and run the docker/setupdb -
> > but I'm trying to run docker/updatedb and it is running into issues
> > with "dv".
> >
> > Happy to get clue off-list.
>
> This may apply also to other code-sprinters, so I'll reply on-list:
>
> Are you running docker/updatedb inside the docker environment?
>
> I.e., you should first be able to successfully run docker/run,
> and get a bash shell prompt, something like 'alia@f3207746ed43 $ ',
> and then inside the new shell, you should run docker/updatedb.
>
> If cygwin is still early on your path when you are in the docker
> shell, it's likely to cause problems, though -- you actually do not
> need to have cygwin installed at all (the enviroment contained in
> the datatracker-environment docker image should provide all the unix
> tools you need), so if you have cygwin installed, make sure it's not
> on your path when you're running inside docker.
>
>
> Best regards,
>
> Henrik
>
>
> >
> > Thanks,
> > Alia
> >
> > On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks <rjsparks@nostrum.com>
> wrote:
> >
> >> If you are planning to join us at the codesprint in Chicago, and have
> not
> >> signed up here:
> >>
> >> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>
> >>
> >> please do so today!
> >>
> >> 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
> >
>
>

--001a1146edfa078a79054b567c3a
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Henrik &amp; Robert,<div><br></div><div>Thanks for reac=
hing out to help.=C2=A0 My issue was that that setupdb had an odd</div><div=
>failure (permission problem on mysql directory) that appears to have been =
transient.</div><div>Therefore, I was trying to run updatedb not in the doc=
ker instance, which was obviously</div><div>foolish.</div><div><br></div><d=
iv>I am now trying to do &quot;docker/run&quot; and hit the error:</div><di=
v>=C2=A0 error: This script does not have support for your architecture (MI=
NGW64_NT-6.1); sorry :-(</div><div><br></div><div>I did check out the gener=
al 6.48.1.dev0 branch, because (not having yet signed up for the codesprint=
),</div><div>I don&#39;t have a current personal branch.</div><div><br></di=
v><div>Thanks,</div><div>Alia</div><div><br></div><div><br></div></div><div=
 class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Wed, Mar 22, 2017 =
at 1:46 PM, Henrik Levkowetz <span dir=3D"ltr">&lt;<a href=3D"mailto:henrik=
@levkowetz.com" target=3D"_blank">henrik@levkowetz.com</a>&gt;</span> wrote=
:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-le=
ft:1px #ccc solid;padding-left:1ex">Hi Alia,<br>
<span class=3D""><br>
On 2017-03-22 18:02, Alia Atlas wrote:<br>
&gt; I&#39;m trying to get my environment set up beforehand.<br>
&gt; Has anyone done so successfully on a Windows 7 box?<br>
&gt; I&#39;ve got cygwin installed and docker and run the docker/setupdb -<=
br>
&gt; but I&#39;m trying to run docker/updatedb and it is running into issue=
s<br>
&gt; with &quot;dv&quot;.<br>
&gt;<br>
&gt; Happy to get clue off-list.<br>
<br>
</span>This may apply also to other code-sprinters, so I&#39;ll reply on-li=
st:<br>
<br>
Are you running docker/updatedb inside the docker environment?<br>
<br>
I.e., you should first be able to successfully run docker/run,<br>
and get a bash shell prompt, something like &#39;alia@f3207746ed43 $ &#39;,=
<br>
and then inside the new shell, you should run docker/updatedb.<br>
<br>
If cygwin is still early on your path when you are in the docker<br>
shell, it&#39;s likely to cause problems, though -- you actually do not<br>
need to have cygwin installed at all (the enviroment contained in<br>
the datatracker-environment docker image should provide all the unix<br>
tools you need), so if you have cygwin installed, make sure it&#39;s not<br=
>
on your path when you&#39;re running inside docker.<br>
<br>
<br>
Best regards,<br>
<br>
Henrik<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Alia<br>
&gt;<br>
&gt; On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks &lt;<a href=3D"mailto:r=
jsparks@nostrum.com">rjsparks@nostrum.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; If you are planning to join us at the codesprint in Chicago, and h=
ave not<br>
&gt;&gt; signed up here:<br>
&gt;&gt;<br>
&gt;&gt; &lt;<a href=3D"https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF9=
8SprintSignUp" rel=3D"noreferrer" target=3D"_blank">https://trac.tools.ietf=
.org/<wbr>tools/ietfdb/wiki/<wbr>IETF98SprintSignUp</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; please do so today!<br>
&gt;&gt;<br>
&gt;&gt; RjS<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; codesprints mailing list<br>
&gt;&gt; <a href=3D"mailto:codesprints@ietf.org">codesprints@ietf.org</a><b=
r>
&gt;&gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codesprints" rel=
=3D"noreferrer" target=3D"_blank">https://www.ietf.org/mailman/<wbr>listinf=
o/codesprints</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; codesprints mailing list<br>
&gt; <a href=3D"mailto:codesprints@ietf.org">codesprints@ietf.org</a><br>
&gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codesprints" rel=3D"n=
oreferrer" target=3D"_blank">https://www.ietf.org/mailman/<wbr>listinfo/cod=
esprints</a><br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>

--001a1146edfa078a79054b567c3a--


From nobody Wed Mar 22 12:35:44 2017
Return-Path: <vinayakh@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 475E0129BE6 for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 12:35:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.7
X-Spam-Level: 
X-Spam-Status: No, score=-2.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-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 sv85aZFbaCfP for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 12:35:41 -0700 (PDT)
Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (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 7F265129502 for <codesprints@ietf.org>; Wed, 22 Mar 2017 12:35:41 -0700 (PDT)
Received: by mail-qk0-x22d.google.com with SMTP id v127so164478282qkb.2 for <codesprints@ietf.org>; Wed, 22 Mar 2017 12:35:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jBtP4UUZTNfwtM4bauLJCNR43n5jcY4i4Z714+5I0hs=; b=kxrgsJIlP/oGCI2L2wYdCHncI3/EOFk8XlPDbEtMgxSpx+rHwaAj53S+E0C8cBCnZF Gta7o2tLkbDjcTR2YoKeB8C2CJ4qWU1qh4iCMmXkuC1b75zdmy8OHTK9WqEeSMOhLHrd VAIN8sYCpxQ/iv8hv8J1y+NgbNdwSTtpLbyxYXaR/tw52jv+SU5tR9rTRqTlmWsHnPLS bqTr1MCMP10erXfsh+Ede3zhKtvMG7c/XCGTIvC01ZCFhjW0fnHCg678yIYNNFCwJsa7 1nAZj9YCGgtskQQx64FrB5h1WWXVGIGM89zythMNP+GOqbwsOE7ntkvDx6MRm8T9FzO3 lQ/Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jBtP4UUZTNfwtM4bauLJCNR43n5jcY4i4Z714+5I0hs=; b=B+17JnMRp3z6HAZnwgZKDiFuHYYKsVk8xLxZJaDBIwyZtLt5LRr27INGe7dgVHPImB O0OpEkjABDuLH+VcFqVtTLSD0WwvfKUNf824uz4daUaaO/6sPlFxY2lT7GcMxz4flIe/ /jt57RCIjhhy+ymQVJZW9tkDECDwN5ZJ0RZ+EVKb6BDYxLskhJOB0qLaLjQxzYBSSyCN Y8RWMr7LwNPPZx9+c4Q4/xYngE3H845Mj8G1hj4/2b/gIanqXLANiVyL3UjuZcV4Lge8 3jjnowq3zAY/wKuMudZzYmwvDvm9SaX+42XJq5fVXrRf081u/WhyfDeyX1kmOao0a045 Birw==
X-Gm-Message-State: AFeK/H3MVVSWm1vP+PMOiyjwxVJX/Af/OPapaiHEyGCBCpLkAuGmZ0XvjNxwnRpy2gReRFrawd+ymtBgxdGi9A==
X-Received: by 10.55.87.198 with SMTP id l189mr16828686qkb.304.1490211340571;  Wed, 22 Mar 2017 12:35:40 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.237.50.228 with HTTP; Wed, 22 Mar 2017 12:35:40 -0700 (PDT)
In-Reply-To: <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com> <58D2B88D.5010307@levkowetz.com> <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>
From: Vinayak Hegde <vinayakh@gmail.com>
Date: Thu, 23 Mar 2017 01:05:40 +0530
Message-ID: <CAKe6YvPNiGoZ5gTGMJUmsbQUjAgNco_QpzCd9ihgT3LSkoB9hw@mail.gmail.com>
To: Alia Atlas <akatlas@gmail.com>
Cc: Henrik Levkowetz <henrik@levkowetz.com>, codesprints@ietf.org
Content-Type: text/plain; charset=UTF-8
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/ph4JTc0erF3EhNEbd-vqqwb0Bso>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 19:35:43 -0000

Hi Alia,

Not specific to this project, but I have found that there are always
compatibility and support issues when using cygwin for any slightly
complex project (such as Python/Django project here).

I have had better success using virtualbox on windows and then
installing a linux distro like ubuntu more useful in such scenarios.
Thought that this might help if you have this option.

Regards
Vinayak

On Thu, Mar 23, 2017 at 12:38 AM, Alia Atlas <akatlas@gmail.com> wrote:
> Hi Henrik & Robert,
>
> Thanks for reaching out to help.  My issue was that that setupdb had an odd
> failure (permission problem on mysql directory) that appears to have been
> transient.
> Therefore, I was trying to run updatedb not in the docker instance, which
> was obviously
> foolish.
>
> I am now trying to do "docker/run" and hit the error:
>   error: This script does not have support for your architecture
> (MINGW64_NT-6.1); sorry :-(
>
> I did check out the general 6.48.1.dev0 branch, because (not having yet
> signed up for the codesprint),
> I don't have a current personal branch.
>
> Thanks,
> Alia
>
>
>
> On Wed, Mar 22, 2017 at 1:46 PM, Henrik Levkowetz <henrik@levkowetz.com>
> wrote:
>>
>> Hi Alia,
>>
>> On 2017-03-22 18:02, Alia Atlas wrote:
>> > I'm trying to get my environment set up beforehand.
>> > Has anyone done so successfully on a Windows 7 box?
>> > I've got cygwin installed and docker and run the docker/setupdb -
>> > but I'm trying to run docker/updatedb and it is running into issues
>> > with "dv".
>> >
>> > Happy to get clue off-list.
>>
>> This may apply also to other code-sprinters, so I'll reply on-list:
>>
>> Are you running docker/updatedb inside the docker environment?
>>
>> I.e., you should first be able to successfully run docker/run,
>> and get a bash shell prompt, something like 'alia@f3207746ed43 $ ',
>> and then inside the new shell, you should run docker/updatedb.
>>
>> If cygwin is still early on your path when you are in the docker
>> shell, it's likely to cause problems, though -- you actually do not
>> need to have cygwin installed at all (the enviroment contained in
>> the datatracker-environment docker image should provide all the unix
>> tools you need), so if you have cygwin installed, make sure it's not
>> on your path when you're running inside docker.
>>
>>
>> Best regards,
>>
>> Henrik
>>
>>
>> >
>> > Thanks,
>> > Alia
>> >
>> > On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks <rjsparks@nostrum.com>
>> > wrote:
>> >
>> >> If you are planning to join us at the codesprint in Chicago, and have
>> >> not
>> >> signed up here:
>> >>
>> >> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>
>> >>
>> >> please do so today!
>> >>
>> >> 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
>> >
>>
>
>
> _______________________________________________
> codesprints mailing list
> codesprints@ietf.org
> https://www.ietf.org/mailman/listinfo/codesprints
>


From nobody Wed Mar 22 12:40:25 2017
Return-Path: <akatlas@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 00A86128D2E for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 12:40:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.699
X-Spam-Level: 
X-Spam-Status: No, score=-2.699 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-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 3PDSIBpVVKgf for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 12:40:20 -0700 (PDT)
Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (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 76251129BE6 for <codesprints@ietf.org>; Wed, 22 Mar 2017 12:40:20 -0700 (PDT)
Received: by mail-wm0-x22a.google.com with SMTP id t189so47349820wmt.1 for <codesprints@ietf.org>; Wed, 22 Mar 2017 12:40:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SpVsUVBqtf3e9BVLx8os/rB0+g+Z5Djrl1fI1WGTROo=; b=mm+Lk53tvuDVULK15qQ899Bihpife6v10sN5ZHXF54Xek4lkrZ6uLZeZsQzhDXY1t7 Zz6pjrBk7JbNt3u59gFJph7gsAu3IXQQWqSGEpsHcErX2bk2+E1ADkZsGCdCGGZv5bZD DIKJS+HrK0e3/nNViy4gotmmnHfD/Hf2CejV1ow/3jNc2ZpO7MO3/0eNoQaC9AuQEi/n kWYAqeBgVeeGwLoONr88DXcfdjFOpa1CpRoZdV+rFIOLHeER6G2y3BvW07SB7LhXEACz MHrLqmgTs0tKDChzTQOaK/nZcJDgLqlX+nPQVWQBWscheOKaUrfCjjE+sZWjLSiXq09l 8IXw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SpVsUVBqtf3e9BVLx8os/rB0+g+Z5Djrl1fI1WGTROo=; b=gvvsAOCc0d7XcBsG+YtTmc4EkIKWPCJwbNOYy/9Htns5mbiw7qF9HzC5LpcjvU7d5z D+XQJMwzUCazEF40UDiy07lHtU7HhSLEVt3ZTtHeyUq3bCfzqvBM9xX86nxbQAZ+RiO+ sDl3HZLoqfnr3i9gbBAbZVGwtBLMVNnrEqDOC2nv85UmBdbxuaqPWv15kwQHtmisPGf7 mOSR2KlOfisUgkilALhsv3ZPpr0YqWW1vu4ZeMg2/NjAqIGWSvkPtW221/+Nh6TdwcxJ YK4we6GCpZLxipc+Hf7tTW+2Aw5nn/ytQ/r/sJ0NESmcqsxyRJbyfkp95V47bmB+2q8s LC5g==
X-Gm-Message-State: AFeK/H22M0tRMj6yoTz8PX0od93KgRwQdpKFnFj1SlBD5Ip4FqKtYCaPyleR+3NIITK0BbzpiIOk/rgmNkyD6Q==
X-Received: by 10.28.5.8 with SMTP id 8mr9052344wmf.70.1490211618585; Wed, 22 Mar 2017 12:40:18 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.223.145.69 with HTTP; Wed, 22 Mar 2017 12:40:18 -0700 (PDT)
In-Reply-To: <CAKe6YvPNiGoZ5gTGMJUmsbQUjAgNco_QpzCd9ihgT3LSkoB9hw@mail.gmail.com>
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com> <58D2B88D.5010307@levkowetz.com> <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com> <CAKe6YvPNiGoZ5gTGMJUmsbQUjAgNco_QpzCd9ihgT3LSkoB9hw@mail.gmail.com>
From: Alia Atlas <akatlas@gmail.com>
Date: Wed, 22 Mar 2017 15:40:18 -0400
Message-ID: <CAG4d1rc22HZPcQPbMXp6ESDS9XMPy3Xc=GNOesUi-bzEwUipjw@mail.gmail.com>
To: Vinayak Hegde <vinayakh@gmail.com>
Cc: Henrik Levkowetz <henrik@levkowetz.com>, codesprints@ietf.org
Content-Type: multipart/alternative; boundary=001a1144369a2a86a0054b56ee14
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/xL1jQBSWrb6b3g06vRt2Wi6uKyE>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 19:40:23 -0000

--001a1144369a2a86a0054b56ee14
Content-Type: text/plain; charset=UTF-8

Hi Vinayak,

Right - that's what the docker image is supposed to do.
I'm crawling through docker/run now - trying to figure out where it
is getting wedged (beyond the obvious error happening from a check).

Regards,
Alia

On Wed, Mar 22, 2017 at 3:35 PM, Vinayak Hegde <vinayakh@gmail.com> wrote:

> Hi Alia,
>
> Not specific to this project, but I have found that there are always
> compatibility and support issues when using cygwin for any slightly
> complex project (such as Python/Django project here).
>
> I have had better success using virtualbox on windows and then
> installing a linux distro like ubuntu more useful in such scenarios.
> Thought that this might help if you have this option.
>
> Regards
> Vinayak
>
> On Thu, Mar 23, 2017 at 12:38 AM, Alia Atlas <akatlas@gmail.com> wrote:
> > Hi Henrik & Robert,
> >
> > Thanks for reaching out to help.  My issue was that that setupdb had an
> odd
> > failure (permission problem on mysql directory) that appears to have been
> > transient.
> > Therefore, I was trying to run updatedb not in the docker instance, which
> > was obviously
> > foolish.
> >
> > I am now trying to do "docker/run" and hit the error:
> >   error: This script does not have support for your architecture
> > (MINGW64_NT-6.1); sorry :-(
> >
> > I did check out the general 6.48.1.dev0 branch, because (not having yet
> > signed up for the codesprint),
> > I don't have a current personal branch.
> >
> > Thanks,
> > Alia
> >
> >
> >
> > On Wed, Mar 22, 2017 at 1:46 PM, Henrik Levkowetz <henrik@levkowetz.com>
> > wrote:
> >>
> >> Hi Alia,
> >>
> >> On 2017-03-22 18:02, Alia Atlas wrote:
> >> > I'm trying to get my environment set up beforehand.
> >> > Has anyone done so successfully on a Windows 7 box?
> >> > I've got cygwin installed and docker and run the docker/setupdb -
> >> > but I'm trying to run docker/updatedb and it is running into issues
> >> > with "dv".
> >> >
> >> > Happy to get clue off-list.
> >>
> >> This may apply also to other code-sprinters, so I'll reply on-list:
> >>
> >> Are you running docker/updatedb inside the docker environment?
> >>
> >> I.e., you should first be able to successfully run docker/run,
> >> and get a bash shell prompt, something like 'alia@f3207746ed43 $ ',
> >> and then inside the new shell, you should run docker/updatedb.
> >>
> >> If cygwin is still early on your path when you are in the docker
> >> shell, it's likely to cause problems, though -- you actually do not
> >> need to have cygwin installed at all (the enviroment contained in
> >> the datatracker-environment docker image should provide all the unix
> >> tools you need), so if you have cygwin installed, make sure it's not
> >> on your path when you're running inside docker.
> >>
> >>
> >> Best regards,
> >>
> >> Henrik
> >>
> >>
> >> >
> >> > Thanks,
> >> > Alia
> >> >
> >> > On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks <rjsparks@nostrum.com>
> >> > wrote:
> >> >
> >> >> If you are planning to join us at the codesprint in Chicago, and have
> >> >> not
> >> >> signed up here:
> >> >>
> >> >> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>
> >> >>
> >> >> please do so today!
> >> >>
> >> >> 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
> >> >
> >>
> >
> >
> > _______________________________________________
> > codesprints mailing list
> > codesprints@ietf.org
> > https://www.ietf.org/mailman/listinfo/codesprints
> >
>

--001a1144369a2a86a0054b56ee14
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Vinayak,<div><br></div><div>Right - that&#39;s what the=
 docker image is supposed to do.</div><div>I&#39;m crawling through docker/=
run now - trying to figure out where it</div><div>is getting wedged (beyond=
 the obvious error happening from a check).</div><div><br></div><div>Regard=
s,</div><div>Alia</div></div><div class=3D"gmail_extra"><br><div class=3D"g=
mail_quote">On Wed, Mar 22, 2017 at 3:35 PM, Vinayak Hegde <span dir=3D"ltr=
">&lt;<a href=3D"mailto:vinayakh@gmail.com" target=3D"_blank">vinayakh@gmai=
l.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"m=
argin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alia,<br>
<br>
Not specific to this project, but I have found that there are always<br>
compatibility and support issues when using cygwin for any slightly<br>
complex project (such as Python/Django project here).<br>
<br>
I have had better success using virtualbox on windows and then<br>
installing a linux distro like ubuntu more useful in such scenarios.<br>
Thought that this might help if you have this option.<br>
<br>
Regards<br>
<span class=3D"HOEnZb"><font color=3D"#888888">Vinayak<br>
</font></span><div class=3D"HOEnZb"><div class=3D"h5"><br>
On Thu, Mar 23, 2017 at 12:38 AM, Alia Atlas &lt;<a href=3D"mailto:akatlas@=
gmail.com">akatlas@gmail.com</a>&gt; wrote:<br>
&gt; Hi Henrik &amp; Robert,<br>
&gt;<br>
&gt; Thanks for reaching out to help.=C2=A0 My issue was that that setupdb =
had an odd<br>
&gt; failure (permission problem on mysql directory) that appears to have b=
een<br>
&gt; transient.<br>
&gt; Therefore, I was trying to run updatedb not in the docker instance, wh=
ich<br>
&gt; was obviously<br>
&gt; foolish.<br>
&gt;<br>
&gt; I am now trying to do &quot;docker/run&quot; and hit the error:<br>
&gt;=C2=A0 =C2=A0error: This script does not have support for your architec=
ture<br>
&gt; (MINGW64_NT-6.1); sorry :-(<br>
&gt;<br>
&gt; I did check out the general 6.48.1.dev0 branch, because (not having ye=
t<br>
&gt; signed up for the codesprint),<br>
&gt; I don&#39;t have a current personal branch.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Alia<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Mar 22, 2017 at 1:46 PM, Henrik Levkowetz &lt;<a href=3D"mailt=
o:henrik@levkowetz.com">henrik@levkowetz.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Alia,<br>
&gt;&gt;<br>
&gt;&gt; On 2017-03-22 18:02, Alia Atlas wrote:<br>
&gt;&gt; &gt; I&#39;m trying to get my environment set up beforehand.<br>
&gt;&gt; &gt; Has anyone done so successfully on a Windows 7 box?<br>
&gt;&gt; &gt; I&#39;ve got cygwin installed and docker and run the docker/s=
etupdb -<br>
&gt;&gt; &gt; but I&#39;m trying to run docker/updatedb and it is running i=
nto issues<br>
&gt;&gt; &gt; with &quot;dv&quot;.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Happy to get clue off-list.<br>
&gt;&gt;<br>
&gt;&gt; This may apply also to other code-sprinters, so I&#39;ll reply on-=
list:<br>
&gt;&gt;<br>
&gt;&gt; Are you running docker/updatedb inside the docker environment?<br>
&gt;&gt;<br>
&gt;&gt; I.e., you should first be able to successfully run docker/run,<br>
&gt;&gt; and get a bash shell prompt, something like &#39;alia@f3207746ed43=
 $ &#39;,<br>
&gt;&gt; and then inside the new shell, you should run docker/updatedb.<br>
&gt;&gt;<br>
&gt;&gt; If cygwin is still early on your path when you are in the docker<b=
r>
&gt;&gt; shell, it&#39;s likely to cause problems, though -- you actually d=
o not<br>
&gt;&gt; need to have cygwin installed at all (the enviroment contained in<=
br>
&gt;&gt; the datatracker-environment docker image should provide all the un=
ix<br>
&gt;&gt; tools you need), so if you have cygwin installed, make sure it&#39=
;s not<br>
&gt;&gt; on your path when you&#39;re running inside docker.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt;<br>
&gt;&gt; Henrik<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; Alia<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks &lt;<a href=3D=
"mailto:rjsparks@nostrum.com">rjsparks@nostrum.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; If you are planning to join us at the codesprint in Chica=
go, and have<br>
&gt;&gt; &gt;&gt; not<br>
&gt;&gt; &gt;&gt; signed up here:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &lt;<a href=3D"https://trac.tools.ietf.org/tools/ietfdb/w=
iki/IETF98SprintSignUp" rel=3D"noreferrer" target=3D"_blank">https://trac.t=
ools.ietf.org/<wbr>tools/ietfdb/wiki/<wbr>IETF98SprintSignUp</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; please do so today!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; RjS<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; &gt;&gt; codesprints mailing list<br>
&gt;&gt; &gt;&gt; <a href=3D"mailto:codesprints@ietf.org">codesprints@ietf.=
org</a><br>
&gt;&gt; &gt;&gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codespri=
nts" rel=3D"noreferrer" target=3D"_blank">https://www.ietf.org/mailman/<wbr=
>listinfo/codesprints</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ______________________________<wbr>_________________<br>
&gt;&gt; &gt; codesprints mailing list<br>
&gt;&gt; &gt; <a href=3D"mailto:codesprints@ietf.org">codesprints@ietf.org<=
/a><br>
&gt;&gt; &gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codesprints"=
 rel=3D"noreferrer" target=3D"_blank">https://www.ietf.org/mailman/<wbr>lis=
tinfo/codesprints</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; codesprints mailing list<br>
&gt; <a href=3D"mailto:codesprints@ietf.org">codesprints@ietf.org</a><br>
&gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codesprints" rel=3D"n=
oreferrer" target=3D"_blank">https://www.ietf.org/mailman/<wbr>listinfo/cod=
esprints</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>

--001a1144369a2a86a0054b56ee14--


From nobody Wed Mar 22 13:19:34 2017
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 553AE1292D3 for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 13:19:33 -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] 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 IeFnGr9a4e2G for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 13:19:31 -0700 (PDT)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BDB31128C83 for <codesprints@ietf.org>; Wed, 22 Mar 2017 13:19:31 -0700 (PDT)
Received: from h-43-30.a357.priv.bahnhof.se ([79.136.43.30]:57308 helo=[192.168.1.120]) by durif.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cqmjA-0008QE-HZ; Wed, 22 Mar 2017 13:19:31 -0700
To: Alia Atlas <akatlas@gmail.com>
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com> <58D2B88D.5010307@levkowetz.com> <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>
Cc: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <58D2DC48.7090405@levkowetz.com>
Date: Wed, 22 Mar 2017 21:19:20 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jBclDG5DgwVlJ6dWpovoFKOt47LwpadGp"
X-SA-Exim-Connect-IP: 79.136.43.30
X-SA-Exim-Rcpt-To: codesprints@ietf.org, rjsparks@nostrum.com, akatlas@gmail.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 durif.tools.ietf.org)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/LOUlxy25xttoECOG5C4rwWJghtc>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 20:19:33 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--jBclDG5DgwVlJ6dWpovoFKOt47LwpadGp
Content-Type: multipart/mixed; boundary="lfNd1J9pd1PCkG9LOSeCf4peO4QDL4uvW";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Alia Atlas <akatlas@gmail.com>
Cc: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
Message-ID: <58D2DC48.7090405@levkowetz.com>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com>
 <58D2B88D.5010307@levkowetz.com>
 <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>
In-Reply-To: <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>

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

Hi Alia,

On 2017-03-22 20:08, Alia Atlas wrote:
> Hi Henrik & Robert,
>=20
> Thanks for reaching out to help.  My issue was that that setupdb had an=
 odd
> failure (permission problem on mysql directory) that appears to have be=
en
> transient.
> Therefore, I was trying to run updatedb not in the docker instance, whi=
ch
> was obviously
> foolish.
>=20
> I am now trying to do "docker/run" and hit the error:
>   error: This script does not have support for your architecture
> (MINGW64_NT-6.1); sorry :-(

Ahh.  Right.  Yes, of course -- silly of me -- in order to launch and
enter into docker using docker/run you'll need to have a functioning
bash which the script recognizes.

So in other words, we need a docker/run.bat, or something similar, to
make things easy, until we can build out docker/run to work with
cygwin under windows for the startup process.

Instead, let's see if we can just get the right things done and start
the docker image manually.  I'm using docker's documentation here, so
I've not tested these steps myself:

 1. Find the Docker Toolbox app, and click it to start.
 2. You should now have a terminal window with a bash shell.
 3. In that terminal, navigate to your datatracker checkout (working
    directory).  There should be a directory 'ietf' below that directory.=

 4. In that terminal, run 'docker pull ietf/datatracker-environment:lates=
t'
 5. In that terminal, run 'docker run -ti -p 8000:8000 -e USER=3Dalia -e =
DATADIR=3D$PWD/../data -e CWD=3D$PWD -e TAG=3Dlatest -e FILEDIR=3D$PWD/..=
/data ietf/datatracker-environment:latest'

Since I've typed the points above on the fly without testing, it's not
very likely you'll get to the end and have the docker environment up
on the first try, but I hope it can get you further.

>=20
> I did check out the general 6.48.1.dev0 branch, because (not having yet=

> signed up for the codesprint),
> I don't have a current personal branch.

Ok.  If you would be so kind as to sign up for the codesprint, I'll run
the script which will create a branch for you.


Best regards,

	Henrik

> Thanks,
> Alia
>=20
>=20
>=20
> On Wed, Mar 22, 2017 at 1:46 PM, Henrik Levkowetz <henrik@levkowetz.com=
>
> wrote:
>=20
>> Hi Alia,
>>
>> On 2017-03-22 18:02, Alia Atlas wrote:
>> > I'm trying to get my environment set up beforehand.
>> > Has anyone done so successfully on a Windows 7 box?
>> > I've got cygwin installed and docker and run the docker/setupdb -
>> > but I'm trying to run docker/updatedb and it is running into issues
>> > with "dv".
>> >
>> > Happy to get clue off-list.
>>
>> This may apply also to other code-sprinters, so I'll reply on-list:
>>
>> Are you running docker/updatedb inside the docker environment?
>>
>> I.e., you should first be able to successfully run docker/run,
>> and get a bash shell prompt, something like 'alia@f3207746ed43 $ ',
>> and then inside the new shell, you should run docker/updatedb.
>>
>> If cygwin is still early on your path when you are in the docker
>> shell, it's likely to cause problems, though -- you actually do not
>> need to have cygwin installed at all (the enviroment contained in
>> the datatracker-environment docker image should provide all the unix
>> tools you need), so if you have cygwin installed, make sure it's not
>> on your path when you're running inside docker.
>>
>>
>> Best regards,
>>
>> Henrik
>>
>>
>> >
>> > Thanks,
>> > Alia
>> >
>> > On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks <rjsparks@nostrum.com=
>
>> wrote:
>> >
>> >> If you are planning to join us at the codesprint in Chicago, and ha=
ve
>> not
>> >> signed up here:
>> >>
>> >> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>
>> >>
>> >> please do so today!
>> >>
>> >> 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
>> >
>>
>>
>=20


--lfNd1J9pd1PCkG9LOSeCf4peO4QDL4uvW--

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

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

iQIcBAEBCAAGBQJY0txJAAoJEE6bV0uPuxcaI2QQAMai65fCc8EFzx2LsdhOJHDV
HcI3ywBUvFj1rFTF1l3eelYHDkcGtvSbXlDo6Gf3lZ+y1GnsIMdpM0pHFXw/zFod
7o1etmyVHGg0JnvhLWTmLT7GL3jMBKyTfvFgqC1L3qv3u/ooyf5ivis2xGBKcL1/
dSaZ22RLzOlPUCCocengbs5miq9dJf1mHp+R8+OyKr8xagf4SDBeP8Cbndyg6aW5
+MzT6g/k+KDGqByBK8stmJbtwnvt6Mj1Sgk8fcYweCy6dFzbZ/ZuZCcpaZUXXqc+
Rb2bU/c6hh5s3NzguqypPOz9q3JcUVS6FrkrK8jKbSuqHVnUrQ1rJ47UhQyY1Yrd
NdIcYSAuG3nuRoUDjb395HLu/mDnnkySKP9sr5UTd4ec7Na6W+WOA7aI8r5x1nho
Jbz62mg5QsnhB7CCEoa7mvSHojf3Ye/2lFhOJpC6e9asd2r+nXRFUPc7LL9UfgY5
/mn0ZrIBP46ozCLCZiItOzaH9Y1MIkJBQQ1ONM+4ZwjoA2aXIiX6mMKUKA4lQnUe
BqLBxT4v8Fc1eBH6EAv3Q5RnnhbM4FWEGMmyckZczpjGgwwf2pyJod6PKvPCEvc1
w76iDYBj2GYTpPwWTkL9uyCX47uMUZi72P23wvCPD/ZqoKYOgn1G4H+S+szbHae0
cIp8eev7uJRDnTRgM0Re
=fY2l
-----END PGP SIGNATURE-----

--jBclDG5DgwVlJ6dWpovoFKOt47LwpadGp--


From nobody Wed Mar 22 13:44:25 2017
Return-Path: <akatlas@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 C350812894A for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 13:44:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level: 
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-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 fHX_8pwWlsBF for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 13:44:22 -0700 (PDT)
Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 1889612778D for <codesprints@ietf.org>; Wed, 22 Mar 2017 13:44:22 -0700 (PDT)
Received: by mail-wr0-x22e.google.com with SMTP id u1so1516730wra.2 for <codesprints@ietf.org>; Wed, 22 Mar 2017 13:44:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Hf8e8WhI9bY+jJYJTr4u23r2Eh0bEem/xPyszw9HMnw=; b=TStaLn7A1f88GgjWdeELLp47omp0wuEHV7CQsjVZKhWodjP7nZvzdOOCOl2Tx9F3Ye SVgTC0aDyhU2KYZRIvPZmRqb3mHtIvofNbCoWek4z9YlLKCqx4im2qUxyiob0BbLlGaj 6Mv8Bj0xzQBKT0FZT5zQL8+0Lmd2akwSi5VJD2545lKCpMiGEoK+SWec83EVQ3eFQqOV 4XmGR/q1tWqOlX9cPTWi11bC40nGgPCLaLhwgRKuJTXhVR2ropKtfCgkVXB3jrTb32I1 1QUTnCk0Af6sWsxDdKTBFHl4cTNrantFK0w2NpLDTklfV0NGzAkkoBdA189NBBj71IZU K0Qg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Hf8e8WhI9bY+jJYJTr4u23r2Eh0bEem/xPyszw9HMnw=; b=V9r4id3+p88vbDU8GwELGaFUE++E4heChNmYhusnJOUs+Muu/u7Gw6vuXPLDlgPqey ii9y+FskfMiQJHelv6psbvnoeoNqaK9/2XnV4JPwbqzhPCO6XhlW/GBgklza6ZuUjJpe GFfY10vDkk24M2qnL9H5Ih3DJ86DyK8LxrI5hz+tYIHofLkxSVOQJR3I4Un3PpcE3lSP AiKpBCil6kVsaYrxjYbJv7u+PQdk3OIvdnnka/H2Hf5XmhBYcxxgeKUXLYrI649kabHg 5+V5uwI9cvUvcnv68Uq0uwVfTzXCZ8JwRg8YrSB5GKnOEURiOxjwAuvEmffcMkCHsUjY ZiJQ==
X-Gm-Message-State: AFeK/H1X7PRxe4OWXactRNEAb2+ruUsm8MQaW2CJ3F1fvyTa6FtqvZlrjU+CEri6vEconxJioS2BHy5vkYqWTg==
X-Received: by 10.223.155.193 with SMTP id e1mr38617808wrc.86.1490215460077; Wed, 22 Mar 2017 13:44:20 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.223.145.69 with HTTP; Wed, 22 Mar 2017 13:44:19 -0700 (PDT)
In-Reply-To: <58D2DC48.7090405@levkowetz.com>
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com> <58D2B88D.5010307@levkowetz.com> <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com> <58D2DC48.7090405@levkowetz.com>
From: Alia Atlas <akatlas@gmail.com>
Date: Wed, 22 Mar 2017 16:44:19 -0400
Message-ID: <CAG4d1rftDjFQ3m9rFZMSXpuQw7QSzrA5V6O6b1L5i6VD=yvY+A@mail.gmail.com>
To: Henrik Levkowetz <henrik@levkowetz.com>
Cc: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
Content-Type: multipart/alternative; boundary=94eb2c1b31f2230a10054b57d3a6
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/yUreSPfcIaIoiSewsanb3HwnvP4>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 20:44:25 -0000

--94eb2c1b31f2230a10054b57d3a6
Content-Type: text/plain; charset=UTF-8

Hi Henrik,

On Wed, Mar 22, 2017 at 4:19 PM, Henrik Levkowetz <henrik@levkowetz.com>
wrote:

> Hi Alia,
>
> On 2017-03-22 20:08, Alia Atlas wrote:
> > Hi Henrik & Robert,
> >
> > Thanks for reaching out to help.  My issue was that that setupdb had an
> odd
> > failure (permission problem on mysql directory) that appears to have been
> > transient.
> > Therefore, I was trying to run updatedb not in the docker instance, which
> > was obviously
> > foolish.
> >
> > I am now trying to do "docker/run" and hit the error:
> >   error: This script does not have support for your architecture
> > (MINGW64_NT-6.1); sorry :-(
>
> Ahh.  Right.  Yes, of course -- silly of me -- in order to launch and
> enter into docker using docker/run you'll need to have a functioning
> bash which the script recognizes.
>
> So in other words, we need a docker/run.bat, or something similar, to
> make things easy, until we can build out docker/run to work with
> cygwin under windows for the startup process.
>

I can play with it under the cygwin shell and see how that goes.  I've been
just using the "Docker Quickstart Terminal" which does a "docker start".

I did make progress to get the docker/run script to run by changing to:

#    else
# die "This script does not have support for your architecture ($(uname));
sorry :-("
    fi
    if [ -n "$(type -p docker-machine)" ]; then
basemachine=$(type -p docker-machine)
        machine=$( printf %q "$basemachine")


This still has issues as far as errors before the testing (because the path
for $machine
has spaces in it) and after I exit the machine (because "docker images -f
dangling=true -q" returns nothing).

I'm up to step 9 of https://trac.tools.ietf.org/tools/ietfdb/wiki/Docker -
running the tests which seems
to be going just fine.


> Instead, let's see if we can just get the right things done and start
> the docker image manually.  I'm using docker's documentation here, so
> I've not tested these steps myself:
>
>  1. Find the Docker Toolbox app, and click it to start.
>  2. You should now have a terminal window with a bash shell.
>  3. In that terminal, navigate to your datatracker checkout (working
>     directory).  There should be a directory 'ietf' below that directory.
>  4. In that terminal, run 'docker pull ietf/datatracker-environment:
> latest'
>  5. In that terminal, run 'docker run -ti -p 8000:8000 -e USER=alia -e
> DATADIR=$PWD/../data -e CWD=$PWD -e TAG=latest -e FILEDIR=$PWD/../data
> ietf/datatracker-environment:latest'
>
> Since I've typed the points above on the fly without testing, it's not
> very likely you'll get to the end and have the docker environment up
> on the first try, but I hope it can get you further.
>
> >
> > I did check out the general 6.48.1.dev0 branch, because (not having yet
> > signed up for the codesprint),
> > I don't have a current personal branch.
>
> Ok.  If you would be so kind as to sign up for the codesprint, I'll run
> the script which will create a branch for you.


Of course - I have done so. I didn't want to waste anyone's time if I
couldn't at least get the
environment up before the CodeSprint.

Thank you for all your work on this.  Getting set up with the docker image
does seem to be
much more straightforward.

Regards,
Alia


>
> Best regards,
>
>         Henrik
>
> > Thanks,
> > Alia
> >
> >
> >
> > On Wed, Mar 22, 2017 at 1:46 PM, Henrik Levkowetz <henrik@levkowetz.com>
> > wrote:
> >
> >> Hi Alia,
> >>
> >> On 2017-03-22 18:02, Alia Atlas wrote:
> >> > I'm trying to get my environment set up beforehand.
> >> > Has anyone done so successfully on a Windows 7 box?
> >> > I've got cygwin installed and docker and run the docker/setupdb -
> >> > but I'm trying to run docker/updatedb and it is running into issues
> >> > with "dv".
> >> >
> >> > Happy to get clue off-list.
> >>
> >> This may apply also to other code-sprinters, so I'll reply on-list:
> >>
> >> Are you running docker/updatedb inside the docker environment?
> >>
> >> I.e., you should first be able to successfully run docker/run,
> >> and get a bash shell prompt, something like 'alia@f3207746ed43 $ ',
> >> and then inside the new shell, you should run docker/updatedb.
> >>
> >> If cygwin is still early on your path when you are in the docker
> >> shell, it's likely to cause problems, though -- you actually do not
> >> need to have cygwin installed at all (the enviroment contained in
> >> the datatracker-environment docker image should provide all the unix
> >> tools you need), so if you have cygwin installed, make sure it's not
> >> on your path when you're running inside docker.
> >>
> >>
> >> Best regards,
> >>
> >> Henrik
> >>
> >>
> >> >
> >> > Thanks,
> >> > Alia
> >> >
> >> > On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks <rjsparks@nostrum.com>
> >> wrote:
> >> >
> >> >> If you are planning to join us at the codesprint in Chicago, and have
> >> not
> >> >> signed up here:
> >> >>
> >> >> <https://trac.tools.ietf.org/tools/ietfdb/wiki/IETF98SprintSignUp>
> >> >>
> >> >> please do so today!
> >> >>
> >> >> 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
> >> >
> >>
> >>
> >
>
>

--94eb2c1b31f2230a10054b57d3a6
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Henrik,<div class=3D"gmail_extra"><br><div class=3D"gma=
il_quote">On Wed, Mar 22, 2017 at 4:19 PM, Henrik Levkowetz <span dir=3D"lt=
r">&lt;<a href=3D"mailto:henrik@levkowetz.com" target=3D"_blank">henrik@lev=
kowetz.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=
=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding=
-left:1ex">Hi Alia,<br>
<span class=3D"gmail-"><br>
On 2017-03-22 20:08, Alia Atlas wrote:<br>
&gt; Hi Henrik &amp; Robert,<br>
&gt;<br>
&gt; Thanks for reaching out to help.=C2=A0 My issue was that that setupdb =
had an odd<br>
&gt; failure (permission problem on mysql directory) that appears to have b=
een<br>
&gt; transient.<br>
&gt; Therefore, I was trying to run updatedb not in the docker instance, wh=
ich<br>
&gt; was obviously<br>
&gt; foolish.<br>
&gt;<br>
&gt; I am now trying to do &quot;docker/run&quot; and hit the error:<br>
&gt;=C2=A0 =C2=A0error: This script does not have support for your architec=
ture<br>
&gt; (MINGW64_NT-6.1); sorry :-(<br>
<br>
</span>Ahh.=C2=A0 Right.=C2=A0 Yes, of course -- silly of me -- in order to=
 launch and<br>
enter into docker using docker/run you&#39;ll need to have a functioning<br=
>
bash which the script recognizes.<br>
<br>
So in other words, we need a docker/run.bat, or something similar, to<br>
make things easy, until we can build out docker/run to work with<br>
cygwin under windows for the startup process.<br></blockquote><div><br></di=
v><div>I can play with it under the cygwin shell and see how that goes.=C2=
=A0 I&#39;ve been</div><div>just using the &quot;Docker Quickstart Terminal=
&quot; which does a &quot;docker start&quot;.</div><div><br></div><div>I di=
d make progress to get the docker/run script to run by changing to:</div><d=
iv><br></div></div></div><blockquote style=3D"margin:0px 0px 0px 40px;borde=
r:none;padding:0px"><div class=3D"gmail_extra"><div class=3D"gmail_quote"><=
div><div># =C2=A0 =C2=A0else</div></div></div></div><div class=3D"gmail_ext=
ra"><div class=3D"gmail_quote"><div><div>#<span class=3D"gmail-Apple-tab-sp=
an" style=3D"white-space:pre">	</span>die &quot;This script does not have s=
upport for your architecture ($(uname)); sorry :-(&quot;</div></div></div><=
/div><div class=3D"gmail_extra"><div class=3D"gmail_quote"><div><div>=C2=A0=
 =C2=A0 fi</div></div></div></div><div class=3D"gmail_extra"><div class=3D"=
gmail_quote"><div><div>=C2=A0 =C2=A0 if [ -n &quot;$(type -p docker-machine=
)&quot; ]; then</div></div></div></div><div class=3D"gmail_extra"><div clas=
s=3D"gmail_quote"><div><div><span class=3D"gmail-Apple-tab-span" style=3D"w=
hite-space:pre">	</span>basemachine=3D$(type -p docker-machine)</div></div>=
</div></div><div class=3D"gmail_extra"><div class=3D"gmail_quote"><div><div=
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 machine=3D$( printf %q &quot;$basemachine&quot=
;)</div></div></div></div></blockquote><div><br></div>This still has issues=
 as far as errors before the testing (because the path for $machine<div>has=
 spaces in it) and after I exit the machine (because &quot;docker images -f=
 dangling=3Dtrue -q&quot; returns nothing).<br><div class=3D"gmail_extra"><=
div class=3D"gmail_quote"><div><br></div><div>I&#39;m up to step 9 of=C2=A0=
<a href=3D"https://trac.tools.ietf.org/tools/ietfdb/wiki/Docker">https://tr=
ac.tools.ietf.org/tools/ietfdb/wiki/Docker</a> - running the tests which se=
ems</div><div>to be going just fine.</div><div>=C2=A0</div><blockquote clas=
s=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid r=
gb(204,204,204);padding-left:1ex">
Instead, let&#39;s see if we can just get the right things done and start<b=
r>
the docker image manually.=C2=A0 I&#39;m using docker&#39;s documentation h=
ere, so<br>
I&#39;ve not tested these steps myself:<br>
<br>
=C2=A01. Find the Docker Toolbox app, and click it to start.<br>
=C2=A02. You should now have a terminal window with a bash shell.<br>
=C2=A03. In that terminal, navigate to your datatracker checkout (working<b=
r>
=C2=A0 =C2=A0 directory).=C2=A0 There should be a directory &#39;ietf&#39; =
below that directory.<br>
=C2=A04. In that terminal, run &#39;docker pull ietf/datatracker-environmen=
t:<wbr>latest&#39;<br>
=C2=A05. In that terminal, run &#39;docker run -ti -p 8000:8000 -e USER=3Da=
lia -e DATADIR=3D$PWD/../data -e CWD=3D$PWD -e TAG=3Dlatest -e FILEDIR=3D$P=
WD/../data ietf/datatracker-environment:<wbr>latest&#39;<br>
<br>
Since I&#39;ve typed the points above on the fly without testing, it&#39;s =
not<br>
very likely you&#39;ll get to the end and have the docker environment up<br=
>
on the first try, but I hope it can get you further.<br>
<span class=3D"gmail-"><br>
&gt;<br>
&gt; I did check out the general 6.48.1.dev0 branch, because (not having ye=
t<br>
&gt; signed up for the codesprint),<br>
&gt; I don&#39;t have a current personal branch.<br>
<br>
</span>Ok.=C2=A0 If you would be so kind as to sign up for the codesprint, =
I&#39;ll run<br>
the script which will create a branch for you.</blockquote><div><br></div><=
div>Of course - I have done so. I didn&#39;t want to waste anyone&#39;s tim=
e if I couldn&#39;t at least get the</div><div>environment up before the Co=
deSprint.</div><div><br></div><div>Thank you for all your work on this.=C2=
=A0 Getting set up with the docker image does seem to be</div><div>much mor=
e straightforward.</div><div><br></div><div>Regards,</div><div>Alia</div><d=
iv>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0p=
x 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=
=3D"gmail-HOEnZb"><div class=3D"gmail-h5">
<br>
Best regards,<br>
<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 Henrik<br>
<br>
&gt; Thanks,<br>
&gt; Alia<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Mar 22, 2017 at 1:46 PM, Henrik Levkowetz &lt;<a href=3D"mailt=
o:henrik@levkowetz.com">henrik@levkowetz.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi Alia,<br>
&gt;&gt;<br>
&gt;&gt; On 2017-03-22 18:02, Alia Atlas wrote:<br>
&gt;&gt; &gt; I&#39;m trying to get my environment set up beforehand.<br>
&gt;&gt; &gt; Has anyone done so successfully on a Windows 7 box?<br>
&gt;&gt; &gt; I&#39;ve got cygwin installed and docker and run the docker/s=
etupdb -<br>
&gt;&gt; &gt; but I&#39;m trying to run docker/updatedb and it is running i=
nto issues<br>
&gt;&gt; &gt; with &quot;dv&quot;.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Happy to get clue off-list.<br>
&gt;&gt;<br>
&gt;&gt; This may apply also to other code-sprinters, so I&#39;ll reply on-=
list:<br>
&gt;&gt;<br>
&gt;&gt; Are you running docker/updatedb inside the docker environment?<br>
&gt;&gt;<br>
&gt;&gt; I.e., you should first be able to successfully run docker/run,<br>
&gt;&gt; and get a bash shell prompt, something like &#39;alia@f3207746ed43=
 $ &#39;,<br>
&gt;&gt; and then inside the new shell, you should run docker/updatedb.<br>
&gt;&gt;<br>
&gt;&gt; If cygwin is still early on your path when you are in the docker<b=
r>
&gt;&gt; shell, it&#39;s likely to cause problems, though -- you actually d=
o not<br>
&gt;&gt; need to have cygwin installed at all (the enviroment contained in<=
br>
&gt;&gt; the datatracker-environment docker image should provide all the un=
ix<br>
&gt;&gt; tools you need), so if you have cygwin installed, make sure it&#39=
;s not<br>
&gt;&gt; on your path when you&#39;re running inside docker.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt;<br>
&gt;&gt; Henrik<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; Alia<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Mon, Mar 13, 2017 at 3:28 PM, Robert Sparks &lt;<a href=3D=
"mailto:rjsparks@nostrum.com">rjsparks@nostrum.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; If you are planning to join us at the codesprint in Chica=
go, and have<br>
&gt;&gt; not<br>
&gt;&gt; &gt;&gt; signed up here:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &lt;<a href=3D"https://trac.tools.ietf.org/tools/ietfdb/w=
iki/IETF98SprintSignUp" rel=3D"noreferrer" target=3D"_blank">https://trac.t=
ools.ietf.org/<wbr>tools/ietfdb/wiki/<wbr>IETF98SprintSignUp</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; please do so today!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; RjS<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; &gt;&gt; codesprints mailing list<br>
&gt;&gt; &gt;&gt; <a href=3D"mailto:codesprints@ietf.org">codesprints@ietf.=
org</a><br>
&gt;&gt; &gt;&gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codespri=
nts" rel=3D"noreferrer" target=3D"_blank">https://www.ietf.org/mailman/<wbr=
>listinfo/codesprints</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ______________________________<wbr>_________________<br>
&gt;&gt; &gt; codesprints mailing list<br>
&gt;&gt; &gt; <a href=3D"mailto:codesprints@ietf.org">codesprints@ietf.org<=
/a><br>
&gt;&gt; &gt; <a href=3D"https://www.ietf.org/mailman/listinfo/codesprints"=
 rel=3D"noreferrer" target=3D"_blank">https://www.ietf.org/mailman/<wbr>lis=
tinfo/codesprints</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div></div></div>

--94eb2c1b31f2230a10054b57d3a6--


From nobody Wed Mar 22 14:14:29 2017
Return-Path: <lberger@labn.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 EFDD912778D for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 14:14:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.197
X-Spam-Level: 
X-Spam-Status: No, score=-4.197 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.796, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (768-bit key) header.d=labn.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 gMKzn-ZHyQJV for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 14:14:25 -0700 (PDT)
Received: from gproxy5-pub.mail.unifiedlayer.com (gproxy5-pub.mail.unifiedlayer.com [67.222.38.55]) by ietfa.amsl.com (Postfix) with SMTP id 954C81293D6 for <codesprints@ietf.org>; Wed, 22 Mar 2017 14:14:20 -0700 (PDT)
Received: (qmail 12618 invoked by uid 0); 22 Mar 2017 21:14:14 -0000
Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy5.mail.unifiedlayer.com with SMTP; 22 Mar 2017 21:14:14 -0000
Received: from box313.bluehost.com ([69.89.31.113]) by cmgw4 with  id z9EB1u0082SSUrH019EEGL; Wed, 22 Mar 2017 15:14:14 -0600
X-Authority-Analysis: v=2.1 cv=R4+QR7hX c=1 sm=1 tr=0 a=h1BC+oY+fLhyFmnTBx92Jg==:117 a=h1BC+oY+fLhyFmnTBx92Jg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=N659UExz7-8A:10 a=xqWC_Br6kY4A:10 a=6Iz7jQTuP9IA:10 a=WiVod9pSvdkA:10 a=48vgC7mUAAAA:8 a=QF2H0--CAAAA:8 a=OjzKpcbDMKhB8Z3urowA:9 a=pILNOxqGKmIA:10 a=w1C3t2QeGrPiZgrLijVG:22 a=qLCvuMKpmWptj0pRGMQE:22
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=labn.net; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version :Date:Message-ID:Cc:From:References:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=pf/sKvkywaEVC9bYdv7XPTY57cducxr/r/rRARclQOA=; b=0UdZPQiexy+y1IA3+wVSstnbbT MqvbnOWlaMZCBnQ4Dr6IWl0PI4aiXtyYr28LxiT2RxH4tx9e1Xjeco0G3OywS+vJ30GOrGGAlxwGh hlDcd80jza7vtwyCY66FkHl9S;
Received: from pool-100-15-84-20.washdc.fios.verizon.net ([100.15.84.20]:43218 helo=[IPv6:::1]) by box313.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from <lberger@labn.net>) id 1cqna7-0006Op-0B; Wed, 22 Mar 2017 15:14:11 -0600
To: Henrik Levkowetz <henrik@levkowetz.com>, tools-discuss@ietf.org
References: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org>
From: Lou Berger <lberger@labn.net>
Cc: codesprints@ietf.org
Message-ID: <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net>
Date: Wed, 22 Mar 2017 17:14:09 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - box313.bluehost.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - labn.net
X-BWhitelist: no
X-Source-IP: 100.15.84.20
X-Exim-ID: 1cqna7-0006Op-0B
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-Source-Sender: pool-100-15-84-20.washdc.fios.verizon.net ([IPv6:::1]) [100.15.84.20]:43218
X-Source-Auth: lberger@labn.net
X-Email-Count: 13
X-Source-Cap: bGFibm1vYmk7bGFibm1vYmk7Ym94MzEzLmJsdWVob3N0LmNvbQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/CXlXS8wb6fivUMlzUgjZW8Qmi6c>
Subject: Re: [codesprints] New datatracker release: v6.48.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 21:14:27 -0000

Hi Henrik,

    The new version of html docs does not render properly on mobiles and
is far less useful on normal browsers due to the top and side menus.  Is
there any way to restore the (or add a) link to the 'full page' view
that was/is available on the tools site?

Thanks,

Lou


On 3/21/2017 9:03 AM, Henrik Levkowetz wrote:
> Hi,
>
> This is an automatic notification about a new datatracker release, 
> v6.48.0, generated when running the mkrelease script.
>
> Release notes:
>
> ietfdb (6.48.0) ietf; urgency=medium
>
>   **HTMLized drafts and RFCs**
>
>   This introduces improved htmlization of drafts and RFCs in the datatracker,
>   using the code originally developed for tools.ietf.org.  This initial
>   changeset does not update all internal links to point at the htmlized
>   document instead of at the document meta-information tab; it is expected
>   that further work will change some, but certainly not all, of the internal
>   document links to do so.
>
>   Document search-result lines (and lines in document lists which use the same
>   format) now link to the document meta-information tab using a circled 'i'
>   information symbol, while the text link points at the htmlized text.  This
>   may also change, pending feedback from users.
>
>   Here's the changeset: https://tools.ietf.org/tools/ietfdb/changeset/13041
>
>  -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 08:58:26 -0700
>
> The new version is available for installation through SVN checkout, with
>   'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.48.0'
>
> For development, copy the new development version instead:
>   'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.48.1.dev0' <YOURBRANCH>
>
> Regards,
>
> 	Henrik
> 	(via the mkrelease script)
>
>


From nobody Wed Mar 22 14:49:28 2017
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 8620D1293DA for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 14:49:27 -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] 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 wnzBy8DCYAFg for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 14:49:26 -0700 (PDT)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 14480129353 for <codesprints@ietf.org>; Wed, 22 Mar 2017 14:49:26 -0700 (PDT)
Received: from h-43-30.a357.priv.bahnhof.se ([79.136.43.30]:64544 helo=[192.168.1.120]) by durif.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cqo8D-0003YL-5M; Wed, 22 Mar 2017 14:49:25 -0700
To: Alia Atlas <akatlas@gmail.com>
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com> <58D2B88D.5010307@levkowetz.com> <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com> <58D2DC48.7090405@levkowetz.com> <CAG4d1rftDjFQ3m9rFZMSXpuQw7QSzrA5V6O6b1L5i6VD=yvY+A@mail.gmail.com>
Cc: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <58D2F15D.5090900@levkowetz.com>
Date: Wed, 22 Mar 2017 22:49:17 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <CAG4d1rftDjFQ3m9rFZMSXpuQw7QSzrA5V6O6b1L5i6VD=yvY+A@mail.gmail.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4rfu42OLF9JCQquETWh7tbOJP0kRW8UD5"
X-SA-Exim-Connect-IP: 79.136.43.30
X-SA-Exim-Rcpt-To: codesprints@ietf.org, rjsparks@nostrum.com, akatlas@gmail.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 durif.tools.ietf.org)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/8UhAjRDgQkWx4J60WVqgxnaA0TI>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 21:49:27 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--4rfu42OLF9JCQquETWh7tbOJP0kRW8UD5
Content-Type: multipart/mixed; boundary="HGECRNj51gBKtgtHhjJ6gG9C69HcNER2b";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Alia Atlas <akatlas@gmail.com>
Cc: Robert Sparks <rjsparks@nostrum.com>, codesprints@ietf.org
Message-ID: <58D2F15D.5090900@levkowetz.com>
Subject: Re: [codesprints] setting up docker environment for IETF98 Codesprint
References: <CAG4d1rcKgiYpahdBVzKctNoADg-NG-rcdE0DrGppO9579rwQYA@mail.gmail.com>
 <58D2B88D.5010307@levkowetz.com>
 <CAG4d1rf8z-TF-m0DUFOvc9WZkRePywVE455-rq=VN4PBXrAg6g@mail.gmail.com>
 <58D2DC48.7090405@levkowetz.com>
 <CAG4d1rftDjFQ3m9rFZMSXpuQw7QSzrA5V6O6b1L5i6VD=yvY+A@mail.gmail.com>
In-Reply-To: <CAG4d1rftDjFQ3m9rFZMSXpuQw7QSzrA5V6O6b1L5i6VD=yvY+A@mail.gmail.com>

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


On 2017-03-22 21:44, Alia Atlas wrote:
> I'm up to step 9 of https://trac.tools.ietf.org/tools/ietfdb/wiki/Docke=
r -
> running the tests which seems
> to be going just fine.

Oh, cool :-))


Best regards,

	Henrik


--HGECRNj51gBKtgtHhjJ6gG9C69HcNER2b--

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

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

iQIcBAEBCAAGBQJY0vFdAAoJEE6bV0uPuxcadWwP/1e60PHpsul66p7M16sDu7mW
K8OpWDlqlZHpsrSXEst1lX7LxS04+sGP6pJTy7h2tpyL7pjOy/wzeXA6oiWQNqaG
GbOE8ZNBsTsmBfmIx1rFguvaU44PvID42DYc9P3S9N/Cw2+J8Nm6JmHCFWuu4SAK
PoRnVAgJrEUllYaA63hZZ+zpTnU+jl8LhFpoXNzuSx7ZKeZO8sdxFm6oA/2X9fHG
VkRLd7AGoh200CjYoZ055sUyYl37fFFuDFPObVxmRYOxbFYq9kjB6hp1Eo+YllAU
QPbv4oXaxpUwrM3kJgwU0xEqxKHZFnbuZ0KBoO8kya92dUIQ0UFg8aaxPZHCLP+e
3j5MKNF8k11faKq5LoIRvKjLBKG1d5PMuLT0TWkUwysrUFr6KPsUrSMHNAnPwwYB
Y9DEvHfvNQjywEJ8B5kK8Yq7DPVkalvVWVZQPd9H3GGsnrUb9HMcFnp86YNUc5Pe
HhR2mh+qnRfGzlq8q94+7EOaOG2FwuOBCED3tvDRHSlcKa+EEWFbwzEqENF9payp
cDiQiwLQsPFtkfLLNc5Buig6KRY1NfGUZ0jL7T6mlLr8xxefvxZyB/SNoL6lx+Eh
NoUbkSYR9IIq/TEMqLau5YYSmUxiW/iT72/Rgcq3A4uOZBGLPB5Y7XDyjblQJScq
tX6cmDZlFHNnlvETZFoa
=P91a
-----END PGP SIGNATURE-----

--4rfu42OLF9JCQquETWh7tbOJP0kRW8UD5--


From nobody Wed Mar 22 14:51:10 2017
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 D8443129506; Wed, 22 Mar 2017 14:51:08 -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] 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 kX9DKP9SGjbI; Wed, 22 Mar 2017 14:51:07 -0700 (PDT)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C9DF1294F6; Wed, 22 Mar 2017 14:51:07 -0700 (PDT)
Received: from h-43-30.a357.priv.bahnhof.se ([79.136.43.30]:64671 helo=[192.168.1.120]) by durif.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cqo9q-0003BT-P6; Wed, 22 Mar 2017 14:51:07 -0700
To: Lou Berger <lberger@labn.net>, tools-discuss@ietf.org
References: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org> <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net>
Cc: codesprints@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <58D2F1C3.9060504@levkowetz.com>
Date: Wed, 22 Mar 2017 22:50:59 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Wro7INKUBtTHWscPOeRV5P93qFs8Qt9HU"
X-SA-Exim-Connect-IP: 79.136.43.30
X-SA-Exim-Rcpt-To: codesprints@ietf.org, tools-discuss@ietf.org, lberger@labn.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 durif.tools.ietf.org)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/sfC6DVW9XuH1xkUqjLMjW1R-wDM>
Subject: Re: [codesprints] [Tools-discuss] New datatracker release: v6.48.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 21:51:09 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--Wro7INKUBtTHWscPOeRV5P93qFs8Qt9HU
Content-Type: multipart/mixed; boundary="uLbNDm9ihssVktDCFT04kOI13QtQgHtoa";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Lou Berger <lberger@labn.net>, tools-discuss@ietf.org
Cc: codesprints@ietf.org
Message-ID: <58D2F1C3.9060504@levkowetz.com>
Subject: Re: [Tools-discuss] New datatracker release: v6.48.0
References: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org>
 <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net>
In-Reply-To: <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net>

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

Hi Lou,

On 2017-03-22 22:14, Lou Berger wrote:
> Hi Henrik,
>=20
>     The new version of html docs does not render properly on mobiles an=
d
> is far less useful on normal browsers due to the top and side menus.  I=
s
> there any way to restore the (or add a) link to the 'full page' view
> that was/is available on the tools site?

Given the feedback to date, I'm seriously considering reverting the
default html links to the previous ones, yes.


Best regards,

	Henrik

>=20
> Thanks,
>=20
> Lou
>=20
>=20
> On 3/21/2017 9:03 AM, Henrik Levkowetz wrote:
>> Hi,
>>
>> This is an automatic notification about a new datatracker release,=20
>> v6.48.0, generated when running the mkrelease script.
>>
>> Release notes:
>>
>> ietfdb (6.48.0) ietf; urgency=3Dmedium
>>
>>   **HTMLized drafts and RFCs**
>>
>>   This introduces improved htmlization of drafts and RFCs in the datat=
racker,
>>   using the code originally developed for tools.ietf.org.  This initia=
l
>>   changeset does not update all internal links to point at the htmlize=
d
>>   document instead of at the document meta-information tab; it is expe=
cted
>>   that further work will change some, but certainly not all, of the in=
ternal
>>   document links to do so.
>>
>>   Document search-result lines (and lines in document lists which use =
the same
>>   format) now link to the document meta-information tab using a circle=
d 'i'
>>   information symbol, while the text link points at the htmlized text.=
  This
>>   may also change, pending feedback from users.
>>
>>   Here's the changeset: https://tools.ietf.org/tools/ietfdb/changeset/=
13041
>>
>>  -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 08:58:26 -070=
0
>>
>> The new version is available for installation through SVN checkout, wi=
th
>>   'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.48.=
0'
>>
>> For development, copy the new development version instead:
>>   'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.48.=
1.dev0' <YOURBRANCH>
>>
>> Regards,
>>
>> 	Henrik
>> 	(via the mkrelease script)
>>
>>
>=20


--uLbNDm9ihssVktDCFT04kOI13QtQgHtoa--

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

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

iQIcBAEBCAAGBQJY0vHDAAoJEE6bV0uPuxcaLCcP/0+MEgGNP2FR/RSDLyff0TCq
ondyFNacXkcUaaDDpsyazbkVGDmAIt6/ElC1jDQ6KK8UH3DJrBgBTeFfTYkdk7Mr
XaJaXpaptUQiT6ZZBYW8LP8Le/iplpxPCljYUTBlG8WX8f+h9yUcC6XhQJ9E2R7J
Ah6GI3dkCjoN3bZ6h1rIZdx6IRLTyUtneEH6m+CHNV2DWZepK/snKrGIRkVJ14rF
67RxKSJQQaoy9lQMfpCnYckqs3Gh3NO2tS/c/GPAOd/1ubH7QTazDIrD279A+lhe
k4LsveIexzKeHc3IsgdBf6kmXIQSFSLsMB+iwHvJjVgbKQ6QgUGjuCSsKJ+UM2CE
doZS5OYWgKKqhtAuJ4vWSRZFCCYP9bBNdN39e/jWplCImZ8BCCMVu3GHwxzuifxx
ChLXVNp7cSh6Fg3gmM8Qk4uA6U3gWgzwWWIZe9QYgQBjt+0dU1tKM7xQRZsIkQSP
qEvVRvSIMaAzyvL0KjuTBj8mH4f8lZxnKPZaZrII7a5autn1+3a5+vAkLrU9jgZA
/WEbjDVvv0XG9RglIA9V60sy/WVmUg5q78eH/9yqES2FUbjllzy8IeGKqKxxtSHE
KUNkYTbb0RrKRyP7GZBuHOCcQOLf2mlT9dX+bfyFzGNlJE0PdUi9g/qe1sdyCNjF
I9eSSq6F78TKZBIzVHSU
=LSEX
-----END PGP SIGNATURE-----

--Wro7INKUBtTHWscPOeRV5P93qFs8Qt9HU--


From nobody Wed Mar 22 15:37:47 2017
Return-Path: <lberger@labn.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 8731B1293E3 for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 15:37:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.697
X-Spam-Level: 
X-Spam-Status: No, score=-4.697 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.796, SPF_PASS=-0.001] autolearn=unavailable autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (768-bit key) header.d=labn.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 k-sqtqW5lRly for <codesprints@ietfa.amsl.com>; Wed, 22 Mar 2017 15:37:44 -0700 (PDT)
Received: from gproxy8-pub.mail.unifiedlayer.com (gproxy8-pub.mail.unifiedlayer.com [67.222.33.93]) by ietfa.amsl.com (Postfix) with SMTP id 282F71293E1 for <codesprints@ietf.org>; Wed, 22 Mar 2017 15:37:44 -0700 (PDT)
Received: (qmail 24278 invoked by uid 0); 22 Mar 2017 22:37:39 -0000
Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy8.mail.unifiedlayer.com with SMTP; 22 Mar 2017 22:37:39 -0000
Received: from box313.bluehost.com ([69.89.31.113]) by cmgw4 with  id zAdb1u00R2SSUrH01AdejZ; Wed, 22 Mar 2017 16:37:39 -0600
X-Authority-Analysis: v=2.1 cv=R4+QR7hX c=1 sm=1 tr=0 a=h1BC+oY+fLhyFmnTBx92Jg==:117 a=h1BC+oY+fLhyFmnTBx92Jg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=xqWC_Br6kY4A:10 a=6Iz7jQTuP9IA:10 a=WiVod9pSvdkA:10 a=48vgC7mUAAAA:8 a=QF2H0--CAAAA:8 a=oaA8p6DqSPkLKux42wkA:9 a=QEXdDO2ut3YA:10 a=w1C3t2QeGrPiZgrLijVG:22 a=qLCvuMKpmWptj0pRGMQE:22
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=labn.net; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version :Date:Message-ID:From:Cc:References:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=N8iJZw0z0WU+I1gvYjTKhPwuOJ2Zq58prvxsl+Q36qw=; b=g3iXKckMdjvLP4SoL5cT3Nae2Y xmCAX0WnHn/py5iiyRWDFsb/gTE5TTHQZwmfb29TxueshhiEdk1TqVDV2VFW9hnbbu6megddNlpP7 LwIl6XYm3ro6M19udCOxCpuze;
Received: from pool-100-15-84-20.washdc.fios.verizon.net ([100.15.84.20]:43826 helo=[IPv6:::1]) by box313.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from <lberger@labn.net>) id 1cqosp-0001vP-Gn; Wed, 22 Mar 2017 16:37:35 -0600
To: Henrik Levkowetz <henrik@levkowetz.com>, tools-discuss@ietf.org
References: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org> <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net> <58D2F1C3.9060504@levkowetz.com>
Cc: codesprints@ietf.org
From: Lou Berger <lberger@labn.net>
Message-ID: <c6938aa2-3557-2c62-0e4d-2861c6be65ae@labn.net>
Date: Wed, 22 Mar 2017 18:37:34 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <58D2F1C3.9060504@levkowetz.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - box313.bluehost.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - labn.net
X-BWhitelist: no
X-Source-IP: 100.15.84.20
X-Exim-ID: 1cqosp-0001vP-Gn
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-Source-Sender: pool-100-15-84-20.washdc.fios.verizon.net ([IPv6:::1]) [100.15.84.20]:43826
X-Source-Auth: lberger@labn.net
X-Email-Count: 3
X-Source-Cap: bGFibm1vYmk7bGFibm1vYmk7Ym94MzEzLmJsdWVob3N0LmNvbQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/3_R5CWPTJyLpwewNHUHV-deeCfw>
Subject: Re: [codesprints] [Tools-discuss] New datatracker release: v6.48.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 22:37:45 -0000

Thanks Henrick - why not just provided the same format? (And yes, I
agree the new one reduces/eliminates the value of the html link.)

Lou

On 3/22/2017 5:50 PM, Henrik Levkowetz wrote:
> Hi Lou,
>
> On 2017-03-22 22:14, Lou Berger wrote:
>> Hi Henrik,
>>
>>     The new version of html docs does not render properly on mobiles and
>> is far less useful on normal browsers due to the top and side menus.  Is
>> there any way to restore the (or add a) link to the 'full page' view
>> that was/is available on the tools site?
> Given the feedback to date, I'm seriously considering reverting the
> default html links to the previous ones, yes.
>
>
> Best regards,
>
> 	Henrik
>
>> Thanks,
>>
>> Lou
>>
>>
>> On 3/21/2017 9:03 AM, Henrik Levkowetz wrote:
>>> Hi,
>>>
>>> This is an automatic notification about a new datatracker release, 
>>> v6.48.0, generated when running the mkrelease script.
>>>
>>> Release notes:
>>>
>>> ietfdb (6.48.0) ietf; urgency=medium
>>>
>>>   **HTMLized drafts and RFCs**
>>>
>>>   This introduces improved htmlization of drafts and RFCs in the datatracker,
>>>   using the code originally developed for tools.ietf.org.  This initial
>>>   changeset does not update all internal links to point at the htmlized
>>>   document instead of at the document meta-information tab; it is expected
>>>   that further work will change some, but certainly not all, of the internal
>>>   document links to do so.
>>>
>>>   Document search-result lines (and lines in document lists which use the same
>>>   format) now link to the document meta-information tab using a circled 'i'
>>>   information symbol, while the text link points at the htmlized text.  This
>>>   may also change, pending feedback from users.
>>>
>>>   Here's the changeset: https://tools.ietf.org/tools/ietfdb/changeset/13041
>>>
>>>  -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 08:58:26 -0700
>>>
>>> The new version is available for installation through SVN checkout, with
>>>   'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.48.0'
>>>
>>> For development, copy the new development version instead:
>>>   'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.48.1.dev0' <YOURBRANCH>
>>>
>>> Regards,
>>>
>>> 	Henrik
>>> 	(via the mkrelease script)
>>>
>>>


From nobody Thu Mar 23 02:32:00 2017
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 9F9171314F0; Thu, 23 Mar 2017 02:31:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 ChZfsL9M0lMR; Thu, 23 Mar 2017 02:31:57 -0700 (PDT)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0C98A129A0B; Thu, 23 Mar 2017 02:31:57 -0700 (PDT)
Received: from h-43-30.a357.priv.bahnhof.se ([79.136.43.30]:50002 helo=[192.168.1.120]) by durif.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cqz63-0006Np-PJ; Thu, 23 Mar 2017 02:31:56 -0700
To: Lou Berger <lberger@labn.net>, tools-discuss@ietf.org
References: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org> <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net> <58D2F1C3.9060504@levkowetz.com> <c6938aa2-3557-2c62-0e4d-2861c6be65ae@labn.net>
Cc: codesprints@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <58D39603.1000607@levkowetz.com>
Date: Thu, 23 Mar 2017 10:31:47 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <c6938aa2-3557-2c62-0e4d-2861c6be65ae@labn.net>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vn0fGw7tF5c0dwx6Dou9RJ0rcJeQBhBrb"
X-SA-Exim-Connect-IP: 79.136.43.30
X-SA-Exim-Rcpt-To: henrik-sent@levkowetz.com, codesprints@ietf.org, tools-discuss@ietf.org, lberger@labn.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 durif.tools.ietf.org)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/tJX08Urfu23DCsRWwkUoxVkmhvg>
Subject: Re: [codesprints] [Tools-discuss] New datatracker release: v6.48.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 09:31:58 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--vn0fGw7tF5c0dwx6Dou9RJ0rcJeQBhBrb
Content-Type: multipart/mixed; boundary="1jobmxWJrIUnbSPQA1a75A2takhQ1Uuit";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Lou Berger <lberger@labn.net>, tools-discuss@ietf.org
Cc: codesprints@ietf.org
Message-ID: <58D39603.1000607@levkowetz.com>
Subject: Re: [Tools-discuss] New datatracker release: v6.48.0
References: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org>
 <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net>
 <58D2F1C3.9060504@levkowetz.com>
 <c6938aa2-3557-2c62-0e4d-2861c6be65ae@labn.net>
In-Reply-To: <c6938aa2-3557-2c62-0e4d-2861c6be65ae@labn.net>

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


On 2017-03-22 23:37, Lou Berger wrote:
>=20
> Thanks Henrick - why not just provided the same format?

If there's no change, and no integration with the datatracker, then
why do any work at all?   I haven't fully understood the reason for
the heavy push on this change, and what's actually wanted; and as
long as I don't understand what people really are after, I'm not
likely to produce what's wanted.

GiGo.


> (And yes, I
> agree the new one reduces/eliminates the value of the html link.)

Not sure what you mean here.

	Henrik


> Lou
>=20
> On 3/22/2017 5:50 PM, Henrik Levkowetz wrote:
>> Hi Lou,
>>
>> On 2017-03-22 22:14, Lou Berger wrote:
>>> Hi Henrik,
>>>
>>>     The new version of html docs does not render properly on mobiles =
and
>>> is far less useful on normal browsers due to the top and side menus. =
 Is
>>> there any way to restore the (or add a) link to the 'full page' view
>>> that was/is available on the tools site?
>> Given the feedback to date, I'm seriously considering reverting the
>> default html links to the previous ones, yes.
>>
>>
>> Best regards,
>>
>> 	Henrik
>>
>>> Thanks,
>>>
>>> Lou
>>>
>>>
>>> On 3/21/2017 9:03 AM, Henrik Levkowetz wrote:
>>>> Hi,
>>>>
>>>> This is an automatic notification about a new datatracker release,=20
>>>> v6.48.0, generated when running the mkrelease script.
>>>>
>>>> Release notes:
>>>>
>>>> ietfdb (6.48.0) ietf; urgency=3Dmedium
>>>>
>>>>   **HTMLized drafts and RFCs**
>>>>
>>>>   This introduces improved htmlization of drafts and RFCs in the dat=
atracker,
>>>>   using the code originally developed for tools.ietf.org.  This init=
ial
>>>>   changeset does not update all internal links to point at the htmli=
zed
>>>>   document instead of at the document meta-information tab; it is ex=
pected
>>>>   that further work will change some, but certainly not all, of the =
internal
>>>>   document links to do so.
>>>>
>>>>   Document search-result lines (and lines in document lists which us=
e the same
>>>>   format) now link to the document meta-information tab using a circ=
led 'i'
>>>>   information symbol, while the text link points at the htmlized tex=
t.  This
>>>>   may also change, pending feedback from users.
>>>>
>>>>   Here's the changeset: https://tools.ietf.org/tools/ietfdb/changese=
t/13041
>>>>
>>>>  -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 08:58:26 -0=
700
>>>>
>>>> The new version is available for installation through SVN checkout, =
with
>>>>   'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.4=
8.0'
>>>>
>>>> For development, copy the new development version instead:
>>>>   'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.4=
8.1.dev0' <YOURBRANCH>
>>>>
>>>> Regards,
>>>>
>>>> 	Henrik
>>>> 	(via the mkrelease script)
>>>>
>>>>
>=20
>=20


--1jobmxWJrIUnbSPQA1a75A2takhQ1Uuit--

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

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

iQIcBAEBCAAGBQJY05YDAAoJEE6bV0uPuxcaITgP/iVwm7ufvyE5GPQndWOHQLYd
FiXUvH4ldPOwAgPqojkVCxsSOwk50mSOAk1mtdSUsYowdWSnn8GzwCgDVjIH5kxT
4ABCLxA8xeYNCn3h5mbm3jTGwiZJ7GZ0qTaL/hvwz2fRC1Kl8GaqH11DwHt8FMZS
8gnS4I7m168RVa0P2ihHx2Vr4Rz6QFsQek85wS2H54cMPhRB8cO4YZjbIJvXj6A6
7ixiyXrnPfCKYnA1TgZ0udyDnep7VkcQnU/bYn51AcXRiAuW6r5sSxgAxrtNvgUm
6vJ+OfcGvMmn9lOJZLdZKIrKeH6E2YtSXkcY19+9Me8Fn09oSrA4XZTrs7p81fKB
TMnrCEtCgEGNrdHEgbRux6fGglb9bcyuWElbc5eqqD52JwJ2KKYGWZCmri5LmUij
vgqFDcxcEwHkRlfmsdXmD23r2cgQsysYd99lxsx/UzxVyIyWKhjVm846ty1JEtOU
QoQnntyEMpU60gFNLGiNNXvSmUENI4bkf3axlvLgjweiQSG1EiV4OLqD/cxt9g24
twM2GEsrJ5D2Y0uliDGNEyXr+Cp0EHz0zT/wGYAhLLHdcXuF6u/tARkf68vPUWYB
6Wc+pT9j+J0mk4/s5X62cFUV0QdfV2rX7m99SVEK4Wwf4GD2aZjdXSrCzn+jgSSH
dR6F+2pAwycgqn60FY+G
=/zMI
-----END PGP SIGNATURE-----

--vn0fGw7tF5c0dwx6Dou9RJ0rcJeQBhBrb--


From nobody Thu Mar 23 04:39:34 2017
Return-Path: <lberger@labn.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 13D3913159D for <codesprints@ietfa.amsl.com>; Thu, 23 Mar 2017 04:39:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.196
X-Spam-Level: 
X-Spam-Status: No, score=-4.196 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.796, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=unavailable autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (768-bit key) header.d=labn.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 Z6GI6hkfE4Fp for <codesprints@ietfa.amsl.com>; Thu, 23 Mar 2017 04:39:26 -0700 (PDT)
Received: from gproxy3-pub.mail.unifiedlayer.com (gproxy3-pub.mail.unifiedlayer.com [69.89.30.42]) by ietfa.amsl.com (Postfix) with SMTP id 6B1DC1315A3 for <codesprints@ietf.org>; Thu, 23 Mar 2017 04:39:23 -0700 (PDT)
Received: (qmail 26290 invoked by uid 0); 23 Mar 2017 11:39:18 -0000
Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy3.mail.unifiedlayer.com with SMTP; 23 Mar 2017 11:39:18 -0000
Received: from box313.bluehost.com ([69.89.31.113]) by cmgw4 with  id zPfE1u00a2SSUrH01PfHPX; Thu, 23 Mar 2017 05:39:18 -0600
X-Authority-Analysis: v=2.1 cv=R4+QR7hX c=1 sm=1 tr=0 a=h1BC+oY+fLhyFmnTBx92Jg==:117 a=h1BC+oY+fLhyFmnTBx92Jg==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=6Iz7jQTuP9IA:10 a=WiVod9pSvdkA:10 a=QF2H0--CAAAA:8 a=48vgC7mUAAAA:8 a=LxheTz0V8wwsijYxWXoA:9 a=CjuIK1q_8ugA:10 a=qLCvuMKpmWptj0pRGMQE:22 a=w1C3t2QeGrPiZgrLijVG:22
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=labn.net; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Subject: References:In-Reply-To:Message-ID:Date:CC:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=38Qn0T0vBZBfhsy5FFQ7+hh88mHiW7htqq1Z4QXBQbQ=; b=UTtw5XZRzw7HDeXoMkgU3trHta /ehh7wMjkvP8L3KNwf6woClN0SJFEZOfqVBgd4QICtSLUDz6I2uBJSHKPRTJl5PmmE9n36SgCRMjo s+iKAm9H2lGLlPPhHjJGC1oB8;
Received: from pool-100-15-84-20.washdc.fios.verizon.net ([100.15.84.20]:36534 helo=[192.168.2.236]) by box313.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from <lberger@labn.net>) id 1cr15G-00016m-4B; Thu, 23 Mar 2017 05:39:14 -0600
From: Lou Berger <lberger@labn.net>
To: Henrik Levkowetz <henrik@levkowetz.com>, <tools-discuss@ietf.org>
CC: <codesprints@ietf.org>
Date: Thu, 23 Mar 2017 07:39:13 -0400
Message-ID: <15afaf6a6e8.27d3.9b4188e636579690ba6c69f2c8a0f1fd@labn.net>
In-Reply-To: <58D39603.1000607@levkowetz.com>
References: <E1cqJRH-0004dW-UV@zinfandel.tools.ietf.org> <02fa364d-3753-3fc4-638d-5cfc2085fe03@labn.net> <58D2F1C3.9060504@levkowetz.com> <c6938aa2-3557-2c62-0e4d-2861c6be65ae@labn.net> <58D39603.1000607@levkowetz.com>
User-Agent: AquaMail/1.8.1-193 (build: 100800100)
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - box313.bluehost.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - labn.net
X-BWhitelist: no
X-Source-IP: 100.15.84.20
X-Exim-ID: 1cr15G-00016m-4B
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-Source-Sender: pool-100-15-84-20.washdc.fios.verizon.net ([192.168.2.236]) [100.15.84.20]:36534
X-Source-Auth: lberger@labn.net
X-Email-Count: 2
X-Source-Cap: bGFibm1vYmk7bGFibm1vYmk7Ym94MzEzLmJsdWVob3N0LmNvbQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/RjpQjXTDt7g3vDo0o0PwWpRvaOU>
Subject: Re: [codesprints] [Tools-discuss] New datatracker release: v6.48.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 11:39:28 -0000

Hi Henrick,


On March 23, 2017 5:32:31 AM Henrik Levkowetz <henrik@levkowetz.com> wrote:

>
> On 2017-03-22 23:37, Lou Berger wrote:
>>
>> Thanks Henrick - why not just provided the same format?
>
> If there's no change, and no integration with the datatracker, then
> why do any work at all?   I haven't fully understood the reason for
> the heavy push on this change, and what's actually wanted;

I have no idea.

> and as
> long as I don't understand what people really are after, I'm not
> likely to produce what's wanted.
>
> GiGo.
>

This sounds like a good discussion to have with whoever is the project manager.


>
>> (And yes, I
>> agree the new one reduces/eliminates the value of the html link.)
>
> Not sure what you mean here.
>

I was agreeing with the other comments you referred to.

Lou
> 	Henrik
>
>
>> Lou
>>
>> On 3/22/2017 5:50 PM, Henrik Levkowetz wrote:
>>> Hi Lou,
>>>
>>> On 2017-03-22 22:14, Lou Berger wrote:
>>>> Hi Henrik,
>>>>
>>>>     The new version of html docs does not render properly on mobiles and
>>>> is far less useful on normal browsers due to the top and side menus.  Is
>>>> there any way to restore the (or add a) link to the 'full page' view
>>>> that was/is available on the tools site?
>>> Given the feedback to date, I'm seriously considering reverting the
>>> default html links to the previous ones, yes.
>>>
>>>
>>> Best regards,
>>>
>>> 	Henrik
>>>
>>>> Thanks,
>>>>
>>>> Lou
>>>>
>>>>
>>>> On 3/21/2017 9:03 AM, Henrik Levkowetz wrote:
>>>>> Hi,
>>>>>
>>>>> This is an automatic notification about a new datatracker release,
>>>>> v6.48.0, generated when running the mkrelease script.
>>>>>
>>>>> Release notes:
>>>>>
>>>>> ietfdb (6.48.0) ietf; urgency=medium
>>>>>
>>>>>   **HTMLized drafts and RFCs**
>>>>>
>>>>>   This introduces improved htmlization of drafts and RFCs in the datatracker,
>>>>>   using the code originally developed for tools.ietf.org.  This initial
>>>>>   changeset does not update all internal links to point at the htmlized
>>>>>   document instead of at the document meta-information tab; it is expected
>>>>>   that further work will change some, but certainly not all, of the internal
>>>>>   document links to do so.
>>>>>
>>>>>   Document search-result lines (and lines in document lists which use the same
>>>>>   format) now link to the document meta-information tab using a circled 'i'
>>>>>   information symbol, while the text link points at the htmlized text.  This
>>>>>   may also change, pending feedback from users.
>>>>>
>>>>>   Here's the changeset: https://tools.ietf.org/tools/ietfdb/changeset/13041
>>>>>
>>>>>  -- Henrik Levkowetz <henrik@levkowetz.com>  20 Mar 2017 08:58:26 -0700
>>>>>
>>>>> The new version is available for installation through SVN checkout, with
>>>>>   'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.48.0'
>>>>>
>>>>> For development, copy the new development version instead:
>>>>>   'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.48.1.dev0' 
>>>>>   <YOURBRANCH>
>>>>>
>>>>> Regards,
>>>>>
>>>>> 	Henrik
>>>>> 	(via the mkrelease script)
>>>>>
>>>>>
>>
>>
>



From nobody Wed Mar 29 13:01:51 2017
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 EC4AD1298C7; Wed, 29 Mar 2017 13:01:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 g4tkZLks2wl5; Wed, 29 Mar 2017 13:01:47 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A5D31298AF; Wed, 29 Mar 2017 13:01:47 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1ctJms-0001S9-TX; Wed, 29 Mar 2017 13:01:46 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1ctJms-0001S9-TX@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 29 Mar 2017 13:01:46 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/ytOedimhv7dJlwDUU3AFvPLEVb8>
Subject: [codesprints] New datatracker release: v6.49.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
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 Mar 2017 20:01:49 -0000

Hi,

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

Release notes:

ietfdb (6.49.0) ietf; urgency=medium

  **IETF 98 code sprint release 1**

  This release contains datatracker bugfixes and enhancements from the IETF-98
  Code Sprint, where we had a record number of commits :-) The release brings
  in many useful bugfixes and enhancements, as described below. Many thanks to
  everyone who contributed!

  * Changed to use doc.canonical_name instead of doc.name when computing 
    the cache key for htmlized documents in order to trigger a new generation 
    when a draft goes to RFC.

  * Merged in [13137] from rcross@amsl.com:
    Added CANCELLED message to agenda for 'other' session types.

  * Merged in [13135] from peter@akayla.com:
    Added document titles to HTML titles.  Fixes #1957.  

  * Upgraded phantomjs in the docker image to 1.9.8.

  * Merged in [13134] from lars@netapp.com:
    Shrink all images with image_optim.  

  * Merged in [13129] from lars@netapp.com:
    Replaced a table with div.  

  * Merged in [13125] from rcross@amsl.com:

    Added a REST API endpoint to notify Datatracker that new session recording
    files are available, triggering an import.  For use by the Meetech crew.

  * Changed the creation of temporary test dirs to use names which include 
    the test class name, in order to make it possible to run test cases in 
    parallel.  Disabled coverage testing when running in parallel (those 
    classes cannot be pickled and distributed to the test runner threads, and 
    also won't pass coverage data back).  Tweaked the TestCase.tempdir() method.

  * Modified an API test to make it pickleable (for parallel test runs).

  * Merged in [13120] from rjsparks@nostrum.com:
    Be more explicit on review message subject lines. Fixes #2103.  

  * Merged in [13118] from lars@netapp.com:
    Updated vnu.jar and fixed various HTML5 nits it found during a test crawl. 

  * Merged in [13115] from mahoney@nostrum.com:
    Added draftname to email subject for review request (addresses #2144).  

  * Made relative paths work for the create_group_wikis commnand.  Added 
    wiki and svn dir patterns to docker/settings_local.py.

  * Merged in [13114] from rcross@amsl.com:
    Added the meetecho address to settings.AUDIO_IMPORT_EMAIL.   

  * Merged in [13113] from rcross@amsl.com:
    Added a Country column to meeting/NN/proceedings/attendees.  Fixes #2228.   

  * Merged in [13112] from lars@netapp.com:
    Fixed various RemovedInDjango20Warning warnings.  

  * Merged in [13109] from lars@netapp.com:
    Renamed crawl_history to make_rev_history, which is more descriptive.
    Fixes #2224 (thanks, Robert!) by generating graphs for the entire revision
    history of a doc, both forward and backward in time.  

  * Tweaked docker/run slightly.  Added 2 utility scripts docker/mailserver 
    and docker/devserver, to start a debug smtp server and a development 
    webserver in separate terminal windws.  These assume that the docker image 
    already is running.  Tweaked the settings_local in docker/ to send email to 
    the debug smtp server.

  * Changed docker/run in order to more easily be able to run multiple 
    terminals against the docker enviroment, and also start the dev server and 
    a debug smtp server in separate terminal windows.

  * Merged in [13108] from lars@netapp.com:
    Changed 'ID Tracker' to 'Datatracker' in various places. Addresses #2100. 

  * Merged in [13107] from lars@netapp.com:
    Changes to bower.json to correctly pick up assets for some new versions of
    various packages we use.  

  * Merged in [13102] from lars@netapp.com:
    Updated bootstrap-datepicker3 to 1.6.4.  

  * Merged in [13101] from lars@netapp.com:
    Updated jquery.tablesorter to v2.28.5.  

  * Merged in [13100] from lars@netapp.com:
    Removed empty template directory.  

  * Merged in [13099] from lars@netapp.com:
    Removed outdated (and unused) bootstrap version. 

  * Refined the selection of commit log info lines.

  * Merged in [13098] from lars@netapp.com:
    Updated bootstrap to 3.3.7.  

  * Updated DRAFT_NAMES_WITH_DOT for another dot draft.

  * Improved traceback for a logger.error() message.

 -- Henrik Levkowetz <henrik@levkowetz.com>  29 Mar 2017 08:12:21 -0700

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

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

Regards,

	Henrik
	(via the mkrelease script)

