[sacm] [sacmwg/draft-ietf-sacm-information-model] (WIP) Build the xml for elements from a CSV file (#77)

Jim Schaad <notifications@github.com> Mon, 03 April 2017 02:58 UTC

Return-Path: <noreply@github.com>
X-Original-To: sacm@ietfa.amsl.com
Delivered-To: sacm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 36CB5127078 for <sacm@ietfa.amsl.com>; Sun, 2 Apr 2017 19:58:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.52
X-Spam-Level:
X-Spam-Status: No, score=-6.52 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.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 yf32nrPnw0h3 for <sacm@ietfa.amsl.com>; Sun, 2 Apr 2017 19:58:27 -0700 (PDT)
Received: from github-smtp2a-ext-cp1-prd.iad.github.net (github-smtp2-ext7.iad.github.net [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BBEB126C25 for <sacm@ietf.org>; Sun, 2 Apr 2017 19:58:27 -0700 (PDT)
Date: Sun, 02 Apr 2017 19:58:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1491188306; bh=EUmUCqQQYK1CZgmihBSmHRCUf3FS3k7FEWoxuRXIvvQ=; h=From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=HZyGBc9mUVw14078nk1QB0BRvhsPsTmPscXORSdaKWjigO+ifB62SFuzmsjJdPhHo pNp36QTBXTxMnBHDrgoP7/sS7/Tr1shRaV5VbSB3VvvnAtZeoE4DwjdpLq17ryA13c gX9ppS0n0YnyCJY77M8DpHpFA0Y5KEREz0630krk=
From: Jim Schaad <notifications@github.com>
Reply-To: sacmwg/draft-ietf-sacm-information-model <reply+00a6c4d13358553c86901bfe26cc0f77b8a6e8af796da02b92cf0000000114f97c5292a169ce0d0ae967@reply.github.com>
To: sacmwg/draft-ietf-sacm-information-model <draft-ietf-sacm-information-model@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <sacmwg/draft-ietf-sacm-information-model/pull/77@github.com>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_58e1ba5254595_6db93fc99b27bc2c13957c"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jimsch
X-GitHub-Recipient: sacm
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: sacm@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/sacm/xfGH37l7icsrTApuRRREtmnZngY>
Subject: [sacm] [sacmwg/draft-ietf-sacm-information-model] (WIP) Build the xml for elements from a CSV file (#77)
X-BeenThere: sacm@ietf.org
X-Mailman-Version: 2.1.22
List-Id: SACM WG mail list <sacm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sacm>, <mailto:sacm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sacm/>
List-Post: <mailto:sacm@ietf.org>
List-Help: <mailto:sacm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sacm>, <mailto:sacm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 03 Apr 2017 02:58:29 -0000

Do not merge as this is a work in progress

Changes to build the XML file from a CSV file for better looking item.
You can view, comment on, or merge this pull request online at:

  https://github.com/sacmwg/draft-ietf-sacm-information-model/pull/77

-- Commit Summary --

  * Merge remote-tracking branch 'refs/remotes/sacmwg/master'
  * Start to use a python script for generation

-- File Changes --

    M .travis.yml (19)
    M Makefile (12)
    M check/check.py (10)
    A check/generate.py (536)
    M draft-ietf-sacm-information-model.xml (5988)
    A im.csv (407)
    D lib (1)

-- Patch Links --

https://github.com/sacmwg/draft-ietf-sacm-information-model/pull/77.patch
https://github.com/sacmwg/draft-ietf-sacm-information-model/pull/77.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/sacmwg/draft-ietf-sacm-information-model/pull/77