From owner-svn-src-user@freebsd.org Thu Aug 23 02:19:43 2018 Return-Path: Delivered-To: svn-src-user@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 C9FAB109D7C0 for ; Thu, 23 Aug 2018 02:19:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D48479732; Thu, 23 Aug 2018 02:19:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D5731BA8D; Thu, 23 Aug 2018 02:19:43 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7N2Jh4e074749; Thu, 23 Aug 2018 02:19:43 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7N2Jh3t074748; Thu, 23 Aug 2018 02:19:43 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201808230219.w7N2Jh3t074748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 23 Aug 2018 02:19:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r338228 - user/cperciva/portsnap-build X-SVN-Group: user X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: user/cperciva/portsnap-build X-SVN-Commit-Revision: 338228 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2018 02:19:44 -0000 Author: delphij Date: Thu Aug 23 02:19:42 2018 New Revision: 338228 URL: https://svnweb.freebsd.org/changeset/base/338228 Log: Diff reduction with production configuration (update build release list). Modified: user/cperciva/portsnap-build/build.conf Modified: user/cperciva/portsnap-build/build.conf ============================================================================== --- user/cperciva/portsnap-build/build.conf Thu Aug 23 02:19:00 2018 (r338227) +++ user/cperciva/portsnap-build/build.conf Thu Aug 23 02:19:42 2018 (r338228) @@ -43,10 +43,10 @@ export MAXAGE_META=691200 export MAXAGE_EXTRA=172800 # Describes files to build (on HEAD) -export DESCRIBES_BUILD="7 8 9" +export DESCRIBES_BUILD="10 11 12" # Describes files to publish (on HEAD) -export DESCRIBES_PUBLISH="4 5 6 7 8 9" +export DESCRIBES_PUBLISH="4 5 6 7 8 9 10 11 12" # Keys to sign builds with (get this from keygen.sh) export SIGNKEYS="XXXX"