From owner-freebsd-current@freebsd.org Tue Sep 11 19:35:56 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF2D5109B078 for ; Tue, 11 Sep 2018 19:35:56 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55C6586BCD for ; Tue, 11 Sep 2018 19:35:56 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x22e.google.com with SMTP id q5-v6so4567596iop.3 for ; Tue, 11 Sep 2018 12:35:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Ll4qmPW5DoRWT1koiLZOgZL0e/UBFSZiBHlrTdmrTt4=; b=ThgYC6TqSwY9tPqvpjsTQ8AA1k21DZunUZNAn1aBqhDm1G3V6vSeYw/utZE/3pywnT owEfHt5yiXHIvSBEvInjDcsrLfuHfWfbwWyUFZNDKhO1LXq/DFpBoSS/yUiiQDxBF3UK iNn7rX2qGGL7TVmOhAOP3P+GHpq8JHNWN2TiAxsJRkZFrQCfPrv9x9sBH0C9dQix2qVw 3m+av20taLoVT/0+3kyzHFu6PxXMZT9kwxsD39HQ5hjWD/DWlXjeMUfiMxb0ux32LuGb xRZX9D9+Bj87CkpQ+iBnasYdZgtpT6xU3pQei+nsYD+yQzP0rqjUm5zLWJiyNqvRkuae bbLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Ll4qmPW5DoRWT1koiLZOgZL0e/UBFSZiBHlrTdmrTt4=; b=muk7rAP+yen5D83JlLAAhfXCvIXqc2eptYCjW3ek1HkxtBnL4ou4l02j772y7ir7cJ roMVyQrfW2Daurj9jPR5TGwiZnApG/8zLvoQc1lel6pOKlS8gjHS42JWd0ejbF6PAMbm e79HCZESgkT0nahIBJuhTcj/CAedfkJa0585B6aRnqGbkqGPYBFgUWEGLhYXJXsZ5Zo9 s8sBCREIjiUcDNr/vON47p9qqYVC9mObsfePGnX5HqwD/TzKO59u3DaMtdeCJJKsZKZD 5hGZHYMDP8mqMQ5QOnRp9LwBrC24TNOIxWLu7fJGDSOiDgPY/3LlbaPdaThZcGdSeBqN mGpw== X-Gm-Message-State: APzg51A0PWOYqWabtLUCMI+RLaVSQwANGlVPuXUF/OfLujCW8OERDk5c bqDzl4JmmiySoi5SSwdRR0B8sHqWlis6gjh6vHn6SA== X-Google-Smtp-Source: ANB0VdZDo3H+sVQ4WKMgdPuRN3aAfahINdjUD3pW718878UnQSM48EwiiUNSgz9zeRb38JU+QdfF8hsqpX6FytSoyI0= X-Received: by 2002:a6b:e716:: with SMTP id b22-v6mr23551814ioh.239.1536694555532; Tue, 11 Sep 2018 12:35:55 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:404:0:0:0:0:0 with HTTP; Tue, 11 Sep 2018 12:35:34 -0700 (PDT) In-Reply-To: <20180911203520.3b927661a8488aec280b6e11@dec.sakura.ne.jp> References: <20180911203520.3b927661a8488aec280b6e11@dec.sakura.ne.jp> From: Ed Maste Date: Tue, 11 Sep 2018 15:35:34 -0400 X-Google-Sender-Auth: z8QlA0MrBd_56R84Gbnh6ijjM6c Message-ID: Subject: Re: Enabling the WITH_REPRODUCIBLE_BUILD knob for 12.0-REL To: junchoon@dec.sakura.ne.jp Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 19:35:56 -0000 On 11 September 2018 at 07:35, Tomoaki AOKI wrote: > I prefer releng, rather than stable, to make it default. > Binary releases requiring reproducible builds are built from > release and releng branches. This might be the reasonable long-term strategy, but we don't yet have experience running through the release process with it enabled. I would like to enable it by default on the branch, at least initially, to avoid discovering issues only immediately prior to the release.