Re: [TOOLS-DEVELOPMENT] IETF tools github organizational repository

Robert Sparks <rjsparks@nostrum.com> Thu, 11 April 2019 13:49 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: tools-development@ietfa.amsl.com
Delivered-To: tools-development@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 66F1812030C for <tools-development@ietfa.amsl.com>; Thu, 11 Apr 2019 06:49:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.979
X-Spam-Level:
X-Spam-Status: No, score=-1.979 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CRfs-PNdDiR6 for <tools-development@ietfa.amsl.com>; Thu, 11 Apr 2019 06:49:25 -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 126CD120368 for <tools-development@ietf.org>; Thu, 11 Apr 2019 06:49:21 -0700 (PDT)
Received: from unescapeable.local ([47.186.39.7]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id x3BDnJS6025897 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 11 Apr 2019 08:49:20 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1554990560; bh=Fu1IxooXE0gqnUdh7h1pu2UgereZ3JhN6E9yc92on8g=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=d8yL6nsdbabFKu9zTypC+np1DAEfXseTj7RIlRarTSBklOzYWjQopLEECgBKgafOu vFfw4C5SPpf9xyi2xzqF5Pj+SX3COQWVgrorqMfbtRrpa6DQRyXnhg8CTvj6gFNTkk m6w5EXbIMJVIT/qnPvWFA/GB8V1LmxRZ0nzVBaWg=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.39.7] claimed to be unescapeable.local
To: Mark Nottingham <mnot@mnot.net>
Cc: IETF Tools Development <tools-development@ietf.org>
References: <c2155d74-aa16-41ec-388e-551917d108c6@nostrum.com> <056F7500-BF87-47FE-87E1-69F005B10772@mnot.net>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <b61640db-ff5b-a0c0-4f00-54145e8d52e8@nostrum.com>
Date: Thu, 11 Apr 2019 08:49:17 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:60.0) Gecko/20100101 Thunderbird/60.6.1
MIME-Version: 1.0
In-Reply-To: <056F7500-BF87-47FE-87E1-69F005B10772@mnot.net>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-development/jrhZVBt-Npps-8v1muq7UxqsytA>
Subject: Re: [TOOLS-DEVELOPMENT] IETF tools github organizational repository
X-BeenThere: tools-development@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Tools Development list server <tools-development.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-development>, <mailto:tools-development-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-development/>
List-Post: <mailto:tools-development@ietf.org>
List-Help: <mailto:tools-development-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-development>, <mailto:tools-development-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Apr 2019 13:49:26 -0000

Btw - I will work the location of the datatracker source into the IRSG 
ballot SoW, but so I don't leave you waiting for an edit, you can find it at

<https://trac.tools.ietf.org/tools/ietfdb/browser/>

The various DocEvent classes mentioned are here:

<https://trac.tools.ietf.org/tools/ietfdb/browser/trunk/ietf/doc/models.py>

RjS

On 4/10/19 9:56 PM, Mark Nottingham wrote:
> Hi Robert,
>
> That's great!
>
> I took a quick look through the mail archive, but didn't see any context for this. Is the intent to eventually get all of the tools here? Moved, or mirrored? Will we be able to take pull requests?
>
> One thing that would be super-helpful is a brief summary of the scope and structure of the repo (and mappings to Web locations, where appropriate) in README.md. E.g., because this included `datatracker`, I was expecting to find the ballot classes discussed in the SoW for the IRSG here, but a search came up empty.
>
> Happy to help where and how I can.
>
> Cheers,
>
>
>
>> On 11 Apr 2019, at 6:38 am, Robert Sparks <rjsparks@nostrum.com> wrote:
>>
>> FYI
>>
>> I have created an ietf-tools github organizational repository (attached to the LLC) and placed the website code in it as the first project.
>>
>> It sits here:
>>
>> https://github.com/ietf-tools
>>
>> RjS
>>
>> _______________________________________________
>> TOOLS-DEVELOPMENT mailing list
>> TOOLS-DEVELOPMENT@ietf.org
>> https://www.ietf.org/mailman/listinfo/tools-development
> --
> Mark Nottingham   https://www.mnot.net/
>