From nobody Fri Jun 4 02:58:22 2021 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9387B1371931 for ; Fri, 4 Jun 2021 02:58:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fx6sD3W0kz3jJ3; Fri, 4 Jun 2021 02:58:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1622775504; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b8HqTA4s8Oi3kU2V+xTGS6keFOo+I/EFx8ADQTt1Bm0=; b=vsG5axG9j9UC2zYDQ25gbPaA1Yv2ACcO8KAk2yAN8JxiZWZkw7wMmIgQLy3lP7ustQ1WxC mN7xwCptYcsoED9Ytbyz+6mzEE6/KSofwYBTf6a7fif6bfXU+Jqw7dd8RXDLb/Jdd85iRH WkQnZmfSrtBOCjvPE/sj+d+aiMkvk/EmfPIc9kz0D5sQF3Xx4RPfTmjWTuyvt0s53aoWRG hlfRnmdUFMxdByoTQNmFuIinalCqmMO2XW4c88AD/3eDfJivAsViwVoiElB2FgzcEPQNpS ZKKNzTrIBwL++joOK15e4kZrGEABgVmHWzv9cu/FS1SGxzTnKLnydtwrPV6mkA== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 69C241B6E5; Fri, 4 Jun 2021 02:58:24 +0000 (UTC) From: Jan Beich To: Kevin Oberman Cc: FreeBSD Ports ML Subject: Re: Time ordered list of package builds References: Date: Fri, 04 Jun 2021 04:58:22 +0200 In-Reply-To: (Kevin Oberman's message of "Thu, 3 Jun 2021 15:49:47 -0700") Message-ID: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1622775504; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b8HqTA4s8Oi3kU2V+xTGS6keFOo+I/EFx8ADQTt1Bm0=; b=BZpLE6oG1CJDJWFrLGsd3qpYxhved0r/bPjyHlfzvO6IwUoOyC6wDeyGfKxZ6qMCT3Xgix DIBhLCHk/G+SK96lbtPmJIoVXeZVOxS7AWz5OEa1eEk5Lcq61J7TIdLYKewxKblJzbLpcF BzGGk2znvr5IXDtuhQJ8Xz0QbrLsBS0MMIwnYQ2PSHqlSI8xQ9dv5sk3ICUI35gQO1rMK2 VyQigiG2kX+ThLSyuXBxcENDX46pYg9HZK+j87nszIlWJGOM8w6SgHt9wxT7QyKldQeJrp 9ZVsuNS0EXXHq92qge7Nuj3VJCUqsfHbIB3SH/zCYUdIrcru9lSpKoAYhfsT/Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1622775504; a=rsa-sha256; cv=none; b=nw2TmQ0DlJprhjHmIskAPcY8vQggNASWG8PovG9C2X6evApuxldECIRfcP1lIyhcUkkjpM 1FoHVyZX0SG6bZO5eduasE/r1qRrzzhEXLnMjCJPXh1E/pURvPPCGVaajLDe6RaGerMWjT 7+tVfrb1sDz5Apx9oeDfSeo/kDDyX1gGbv9uvrq4n6HYfkKJj9KahXANcuGg54Y5vrSHJI ZIXukVqmWxN7FLIih7R7fkHIWlqMKUuLPWfvG7RFbih9HRsK0P9uV/pYak/rZuJGTk4Ej6 QFDHOUcg0mgGPErWG2ukwzdMhBfcNb7TFV3iyhHR8ENI9mf4ZsR3G46tzOB7nA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Kevin Oberman writes: > When ports were in svn, the revision caused a listing of package builds to > be listed in order by default, but now git hashes are used and the order > seems effectively random. There is no column for start time and the > elapsed time column is blank. See also https://github.com/freebsd/poudriere/issues/865 > Is there any simple way to look at the log of recent ports builds? Seeing > elapsed time would also be handy! 1. Open https://pkg-status.freebsd.org/?all=1&type=package 2. Enter 122amd64 int Search field 3. Click on Started (UTC) to sort