From owner-freebsd-current@freebsd.org Sat Mar 13 09:50:02 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68B5F570E9F for ; Sat, 13 Mar 2021 09:50:02 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DyHwV2Ykwz4dg5 for ; Sat, 13 Mar 2021 09:50:02 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: eduardo) by smtp.freebsd.org (Postfix) with ESMTPSA id 45FED1BCC for ; Sat, 13 Mar 2021 09:50:02 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: by mail-ej1-f51.google.com with SMTP id p7so46682667eju.6 for ; Sat, 13 Mar 2021 01:50:02 -0800 (PST) X-Gm-Message-State: AOAM533ML/x/iGKlHBIVRvGACEo6dG1TtCwQBHn8CZBOCCZFOFofs2Yc nMArU1PLpWKRIRDHmSoO7xUPhy+tJOUd1hXgjP8= X-Google-Smtp-Source: ABdhPJxh3c6oL+h53gss52Nr8djgbraPO30zAdm4t7qdeb/QgwJXulHjaVeiwRQQfq0u36VsTB+fsBq/sSMm525LoyU= X-Received: by 2002:a17:906:a1c8:: with SMTP id bx8mr12850975ejb.381.1615629001284; Sat, 13 Mar 2021 01:50:01 -0800 (PST) MIME-Version: 1.0 From: Nuno Teixeira Date: Sat, 13 Mar 2021 09:49:50 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: poudriere jail: specific commit To: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Sat, 13 Mar 2021 09:50:02 -0000 Hello! I'm running 14.0-CURRENT #0 fb3edd4f3 and I need a poudriere jail with same commit fb3edd4f3. porters handbook says: --- If a specific Subversion revision is needed, append it to the version string. For example: # poudriere jail -c -j 11i386 -v stable/11@123456 -a i386 -m svn+https --- How can I tell poudriere to fetch git commit fb3edd4f3? I'm asking this because I need poudriere testport, and I will like that jailed version is same as installed OS. Thanks, Nuno Teixeira