From owner-svn-src-projects@freebsd.org Sun Aug 23 18:04:38 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC4399C15C9 for ; Sun, 23 Aug 2015 18:04:38 +0000 (UTC) (envelope-from melifaro@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCF9E16BE; Sun, 23 Aug 2015 18:04:38 +0000 (UTC) (envelope-from melifaro@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NI4c78037990; Sun, 23 Aug 2015 18:04:38 GMT (envelope-from melifaro@FreeBSD.org) Received: (from melifaro@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7NI4cGC037988; Sun, 23 Aug 2015 18:04:38 GMT (envelope-from melifaro@FreeBSD.org) Message-Id: <201508231804.t7NI4cGC037988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: melifaro set sender to melifaro@FreeBSD.org using -f From: "Alexander V. Chernikov" Date: Sun, 23 Aug 2015 18:04:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r287043 - in projects/routing: . share/man/man9 sys/net X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2015 18:04:39 -0000 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$)" } } }