From owner-freebsd-questions@freebsd.org Wed Jan 20 01:30:03 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 836D9A8824D for ; Wed, 20 Jan 2016 01:30:03 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCC51880 for ; Wed, 20 Jan 2016 01:30:03 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by mail-io0-x235.google.com with SMTP id 1so4697946ion.1 for ; Tue, 19 Jan 2016 17:30:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5YIQ1M10Kn8lwE33wzUjFovrSyYxcSEO1YPhFsP/Kuw=; b=T/D0c9s+wNjDKi2/A2W92rBmIvFtWD/nQG/GFssPVwPlKxVhkfKLKsTLu09jHcDEqs OlfupvsOs/a5zvQbnmDQJuyxckiWNUYd+TTXR00mL2jvlC37Prynff0m4coyUJLz+zjT gCEgQ7pc07wRc//VslQReKvX8/zw17g9vMEe4M5Lss9gbE9Sj48xdvZ2HrkAyLPdPc17 HBQraCEw3pzh3FsAUoXSqva4a2bLtI+lpdtYQQmq6vnhHoi6A1qFh2+Dc6HmWlJsQ7gJ ZL8TW24VGkMKJmlDOxvu/IFRKRhuovI2h/t3gGDJC5N6djlqEReogSjeNlWuBmd0NA2i qI+w== 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:date :message-id:subject:from:to:content-type; bh=5YIQ1M10Kn8lwE33wzUjFovrSyYxcSEO1YPhFsP/Kuw=; b=bKkBDbQcG63V5WHt0E7sSjG5IwnDTZ4DBwCD9y++wi/XofM3ipqy6YHdd9xFMU2Orr UvoiYYrAqjq/JW7S1AfajXsgc95iuG3rCCCMWibT0zXX5EgHtxejHyY5kbGSmc1nUTtg JSdYIet/2B/AKaqf3w5Pq+0QmsffdUkSslG5jQPj3XWDvIk3N20JIa0ErwakXkFcTSTr 9zuKNBKnbVh/NU3JUEYoDjJj2dlM6A1RCOpFS+q6RYoj7RzeXj++0cnGHmiqNBpNaLvm Ov+1fy28rLDMRRzWniWIxJWQ8v7MduOdZoFTfLNFLDBGGtYr66dLeMMNgXH/QJ3gAI6C PBIw== X-Gm-Message-State: ALoCoQnTlOF9M0CHPQhZiXYTcrKZ/uoHDc7rzkHW1sVaFcXvHzfx1GvhxroSZaZRLQvLdMxDcVaCJBmCckv7en5Hm05xuiEoyA== MIME-Version: 1.0 X-Received: by 10.107.7.212 with SMTP id g81mr28900907ioi.81.1453253402797; Tue, 19 Jan 2016 17:30:02 -0800 (PST) Received: by 10.79.28.4 with HTTP; Tue, 19 Jan 2016 17:30:02 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Jan 2016 17:30:02 -0800 Message-ID: Subject: Re: Downloading 10.2-RELEASE-p10 source without prayer From: Chris Stankevitz To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 01:30:03 -0000 On Tue, Jan 19, 2016 at 4:45 PM, Chris Stankevitz wrote: > Of course I'm being sarcastic about the prayer... but is there a way > (a tarball or special SVN tag/branch) to get the "official" > 10.2-RELEASE-p10 code? What do the freebsd-update servers use? I could just look at "svn log -l 1" and see if it jives more or less with the most recent freebsd-announce email. Chris