From owner-svn-doc-svnadmin@FreeBSD.ORG Wed Oct 1 04:00:09 2014 Return-Path: Delivered-To: svn-doc-svnadmin@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7285120F; Wed, 1 Oct 2014 04:00:09 +0000 (UTC) Received: from svn.freebsd.org (svn.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 5F17B26C; Wed, 1 Oct 2014 04:00:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91409qf017112; Wed, 1 Oct 2014 04:00:09 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91409g4017111; Wed, 1 Oct 2014 04:00:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410010400.s91409g4017111@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Oct 2014 04:00:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-svnadmin@freebsd.org Subject: svn commit: r45702 - svnadmin/conf X-SVN-Group: doc-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-svnadmin@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for svnadmin of the doc trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 04:00:09 -0000 Author: bdrewery (src,ports committer) Date: Wed Oct 1 04:00:08 2014 New Revision: 45702 URL: https://svnweb.freebsd.org/changeset/doc/45702 Log: Fix commit mail case to also use https:// for svnweb. Approved by: doceng (gjb, implicit from r45679) Modified: svnadmin/conf/mailer.conf Modified: svnadmin/conf/mailer.conf ============================================================================== --- svnadmin/conf/mailer.conf Wed Oct 1 02:46:58 2014 (r45701) +++ svnadmin/conf/mailer.conf Wed Oct 1 04:00:08 2014 (r45702) @@ -202,7 +202,7 @@ generate_diffs = add copy modify # # The available substitution variable is: rev #commit_url = http://diffs.server.com/trac/software/changeset/%(rev)s -commit_url = http://svnweb.freebsd.org/changeset/doc/%(rev)s +commit_url = https://svnweb.freebsd.org/changeset/doc/%(rev)s # Diff URL construction. For the configured diff URL types, the diff # section (which follows the message header) will include the URL