Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2015 18:04:38 +0000 (UTC)
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r287043 - in projects/routing: . share/man/man9 sys/net
Message-ID:  <201508231804.t7NI4cGC037988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: melifaro
Date: Sun Aug 23 18:04:37 2015
New Revision: 287043
URL: https://svnweb.freebsd.org/changeset/base/287043

Log:
  Cleanup things from last commits.

Deleted:
  projects/routing/share/man/man9/lltable.9
  projects/routing/sys/net/if_llatbl_var.h
  projects/routing/sys/net/route_internal.h
  projects/routing/sys/net/rt_nhops.c
  projects/routing/sys/net/rt_nhops.h
Modified:
  projects/routing/.arcconfig
  projects/routing/.arclint
Directory Properties:
  projects/routing/   (props changed)

Modified: projects/routing/.arcconfig
==============================================================================
--- projects/routing/.arcconfig	Sun Aug 23 18:03:43 2015	(r287042)
+++ projects/routing/.arcconfig	Sun Aug 23 18:04:37 2015	(r287043)
@@ -1,5 +1,6 @@
 {
 	"project.name": "S",
+	"repository.callsign" : "S",
 	"phabricator.uri" : "https://reviews.freebsd.org/",
 	"history.immutable" : true
 }

Modified: projects/routing/.arclint
==============================================================================
--- projects/routing/.arclint	Sun Aug 23 18:03:43 2015	(r287042)
+++ projects/routing/.arclint	Sun Aug 23 18:04:37 2015	(r287043)
@@ -1,9 +1,25 @@
 {
+  "exclude": "(contrib|crypto)",
   "linters": {
     "python": {
       "type": "pep8",
-      "exclude": "(contrib)",
       "include": "(\\.py$)"
+    },
+    "spelling": {
+      "type": "spelling"
+    },
+    "chmod": {
+      "type": "chmod"
+    },
+    "merge-conflict": {
+      "type": "merge-conflict"
+    },
+    "filename": {
+      "type": "filename"
+    },
+    "json": {
+      "type": "json",
+      "include": "(\\.arclint|\\.json$)"
     }
   }
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508231804.t7NI4cGC037988>