Re: [sensors] Add script to easily publish to /TR/.

@dontcallmedom I've worked my way through part of the issues, but I'm 
confused about how to address the specrebus errors that are left:

```json
{
  "id": "8c2d4189-c510-473a-95ae-0608e2a829ec",
  "tar": "tar",
  "version": "1.11.5",
  "version-specberus": "3.1.2",
  "decision": 
"https://lists.w3.org/Archives/Public/public-device-apis/2015Oct/att-0037/minutes-2015-10-15.html#item05",
  "results": {
    "status": "failure",
    "jobs": {
      "retrieve-resources": {
        "status": "ok",
        "errors": []
      },
      "metadata": {
        "status": "ok",
        "errors": []
      },
      "user-checker": {
        "status": "ok",
        "errors": []
      },
      "specberus": {
        "status": "failure",
        "errors": [
          {
            "key": "this-latest-shortname",
            "type": {
              "name": "headers.dl",
              "section": "front-matter",
              "rule": "docIDFormat"
            }
          },
          {
            "key": "no-sotd-intro",
            "type": {
              "name": "sotd.supersedable",
              "section": "document-status",
              "rule": "boilerplateTRDoc"
            }
          },
          {
            "key": "latest-is-not-previous",
            "type": {
              "name": "headers.dl",
              "section": "front-matter",
              "rule": "docIDFormat"
            }
          }
        ]
      },
      "third-party-checker": {
        "status": "",
        "errors": []
      },
      "publish": {
        "status": "",
        "errors": []
      },
      "tr-install": {
        "status": "",
        "errors": []
      },
      "update-tr-shortlink": {
        "status": "",
        "errors": []
      }
    },
    "history": [
      {
        "time": "2017-01-30T09:20:51.718Z",
        "fact": "The file has been retrieved."
      },
      {
        "time": "2017-01-30T09:20:52.033Z",
        "fact": "The metadata have been extracted."
      },
      {
        "time": "2017-01-30T09:20:54.223Z",
        "fact": "The document failed Specberus."
      }
    ],
    "metadata": {
      "previousVersion": 
"https://www.w3.org/TR/2016/WD-generic-sensor-20160324/",
      "editors": [
        78102,
        50572
      ],
      "delivererIDs": [
        43696
      ],
      "docDate": "2017-1-30",
      "processRules": "https://www.w3.org/2015/Process-20150901/",
      "profile": "WD",
      "latestVersion": "https://www.w3.org/TR/generic-sensor/",
      "editorDraft": "https://w3c.github.io/sensors/",
      "title": "Generic Sensor API",
      "thisVersion": 
"https://www.w3.org/TR/2017/WD-generic-sensor-1-20170130/",
      "rectrack": true,
      "informative": false
    }
  }
}
```


Think you could help?

-- 
GitHub Notification of comment by tobie
Please view or discuss this issue at 
https://github.com/w3c/sensors/pull/166#issuecomment-276015603 using 
your GitHub account

Received on Monday, 30 January 2017 09:31:44 UTC