From owner-svn-src-all@FreeBSD.ORG Mon Dec 9 22:09:27 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28440D12 for ; Mon, 9 Dec 2013 22:09:27 +0000 (UTC) Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5E4B14E0 for ; Mon, 9 Dec 2013 22:09:26 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id j5so3077692qaq.7 for ; Mon, 09 Dec 2013 14:09:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=88AOo0qlu9SCZ5QJaahbNuNROA1EuHqQsM/hajm7xh4=; b=IeW27gy3pBY+/0OtE+e8V+bXx+aRe0aydJFeQFtCTIYCL9g6qy6qfmgrQCgGWwArHD 3ucmcjVlLXFht0jAlh7l2k3PUJvRBKZ84l7d/pr7hbmaYBUqZTCpPiMV8uc2mqIyeD4Z dKiTRQXTnUOrZmOLXrGE8MVe7sRw8JbdZoBqE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=88AOo0qlu9SCZ5QJaahbNuNROA1EuHqQsM/hajm7xh4=; b=TA/AuRTWq19itppeb7mKFGlJRSo9bVdcUPxvh6j4ykUIImwa7Pp8emr0B2Ez3afjt2 DY9uM0dtiazgs8roKPzR++sqBINwE4FOSXLxZX1wS26MdiFLBqVkNiCtznhzHGIWtJHB 5NxeBh6SC0w+9RRJiQYmaxGiRDNzbycgDCzynNDeHFHTFnQ196g1l4LR3t3KcCRpIbFh FuwrjgpsQXqQTdeBAQ//UNhSTrmh7aAFAg8uG5hKADAaJYe6X6wE4RMBdHN4ZzxgE6pg WdfNFZbatYIeqQwEbcfiAuO4YYVU93aw5DK2vTAp0awJD0biFYaraSIiYuq8PctZCZzA Vz9g== X-Gm-Message-State: ALoCoQlXWftxwiIwiYtNeaCGW+4eLFLT4t/s0G+1B56xVqUKxVlFxFuRb1VwibElK+XD31XbSJCF X-Received: by 10.49.24.211 with SMTP id w19mr37640573qef.9.1386626965500; Mon, 09 Dec 2013 14:09:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.86.42 with HTTP; Mon, 9 Dec 2013 14:08:55 -0800 (PST) In-Reply-To: <201312092029.rB9KTsAu073625@svn.freebsd.org> References: <201312092029.rB9KTsAu073625@svn.freebsd.org> From: Eitan Adler Date: Mon, 9 Dec 2013 17:08:55 -0500 Message-ID: Subject: Re: svn commit: r259137 - svnadmin/conf To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , svn-src-svnadmin@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 22:09:27 -0000 On Mon, Dec 9, 2013 at 3:29 PM, Glen Barber wrote: > Author: gjb > Date: Mon Dec 9 20:29:54 2013 > New Revision: 259137 > URL: http://svnweb.freebsd.org/changeset/base/259137 > > Log: > Expand the branch list to include stable/10 for approval requirements to > random(4). Can we just use a wildcard to avoid having to update this file for every branch? -- Eitan Adler