From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 306FD7FC86 for ; Wed, 18 Mar 2015 22:05:07 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of kennethadammiller@gmail.com) identity=pra; client-ip=209.85.218.49; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="kennethadammiller@gmail.com"; x-sender="kennethadammiller@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of kennethadammiller@gmail.com designates 209.85.218.49 as permitted sender) identity=mailfrom; client-ip=209.85.218.49; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="kennethadammiller@gmail.com"; x-sender="kennethadammiller@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-oi0-f49.google.com) identity=helo; client-ip=209.85.218.49; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="kennethadammiller@gmail.com"; x-sender="postmaster@mail-oi0-f49.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0ArCABx5wlVmzHaVdFchDIEgwnJBwIogSUHTAEBAQEBAREBAQEBAQYLCwkULoQHCQEBAwESER0BGx0BAwELBgUEAQY3AgIiAREBBQEcGSKFT4IpAQMJCKVWPjGLMYFrgneQZQoZJw1UhFwBAQEBBgEBAQEBFwEFDooKf4RxB4JoD4E2BY47i3iBG4wYhSkSI4EMCYQsIjGCQwEBBQ X-IPAS-Result: A0ArCABx5wlVmzHaVdFchDIEgwnJBwIogSUHTAEBAQEBAREBAQEBAQYLCwkULoQHCQEBAwESER0BGx0BAwELBgUEAQY3AgIiAREBBQEcGSKFT4IpAQMJCKVWPjGLMYFrgneQZQoZJw1UhFwBAQEBBgEBAQEBFwEFDooKf4RxB4JoD4E2BY47i3iBG4wYhSkSI4EMCYQsIjGCQwEBBQ X-IronPort-AV: E=Sophos;i="5.11,423,1422918000"; d="scan'208";a="126637027" Received: from mail-oi0-f49.google.com ([209.85.218.49]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 18 Mar 2015 22:05:06 +0100 Received: by oiag65 with SMTP id g65so48642039oia.2 for ; Wed, 18 Mar 2015 14:05:05 -0700 (PDT) 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:cc :content-type; bh=hSWAxXPiC0+M3QFxnl8OcNr/pe10s5UJvQdPkbY/KgY=; b=LRkcKhYFDHY66mf2f37e8uZpftx5CWhRVVK0WSGzN0A8DV+Kc71l3WH/nA2h7VPasK ZQ4nSWAm4DS75mgRxS0FpkIR9LTPBITHHkX41JtKmNYK73OTDIfKe58dx3Ef/urU0hVS au9lH90zaNqllrEvhPakHT2Fbq1Lwm97dhPKxGBqbXfmOT2suK3l1PNjibLhm+Q1rzWD lEPy5MbooxkZLI4sTKc78KnwN9Zjhj7rVIjE1PjHMKSFOqd/4JR6erS/GPNzMJFWmRJ9 BV+w/LaY+GxQnigrdCwMcUOVtrKuD7qdaZijz6KZFpoG+i7wo3foiTz0Ax2Z+jI17kFW oKAw== MIME-Version: 1.0 X-Received: by 10.182.20.237 with SMTP id q13mr38916024obe.82.1426712705490; Wed, 18 Mar 2015 14:05:05 -0700 (PDT) Received: by 10.202.185.8 with HTTP; Wed, 18 Mar 2015 14:05:05 -0700 (PDT) In-Reply-To: <66E1EC5E7A834AFFB5BFF58F502396B4@erratique.ch> References: <66E1EC5E7A834AFFB5BFF58F502396B4@erratique.ch> Date: Wed, 18 Mar 2015 17:05:05 -0400 Message-ID: From: Kenneth Adam Miller Cc: caml users Content-Type: multipart/alternative; boundary=e89a8f838e0901e30c051196702e Subject: Re: [Caml-list] Use opam to pull source and pin locally --e89a8f838e0901e30c051196702e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks. On Wed, Mar 18, 2015 at 5:03 PM, Daniel B=C3=BCnzli wrote: > Le mercredi, 18 mars 2015 =C3=A0 21:57, Kenneth Adam Miller a =C3=A9crit : > > I need to edit a package that is in the opam repositories already. I > want the edit to correspond to a minor version update. I would rather not > have to clone the source manually because typically tools just tend to > operate better when you use the intended functionality that's built in. > > > > Is there a way to tell opam to download the source from a default repo > to a specific directory, and then pin the package to that directory? I kn= ow > you can do opam pin add pkg_name ./ > > opam source =E2=80=94help maybe ? > > Best, > > Daniel > > > --e89a8f838e0901e30c051196702e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks.

On Wed, Mar 18, 2015 at 5:03 PM, Daniel B=C3=BCnzli <daniel.buenzli@erratique.ch> wrote:
Le mercredi, 18 mars 2015 =C3=A0 21:57, Kenneth Adam Miller a= =C3=A9crit :
> I need to edit a package that is in the opam reposito= ries already. I want the edit to correspond to a minor version update. I wo= uld rather not have to clone the source manually because typically tools ju= st tend to operate better when you use the intended functionality that'= s built in.
>
> Is there a way to tell opam to download the source from a default repo= to a specific directory, and then pin the package to that directory? I kno= w you can do opam pin add pkg_name ./

opam source =E2=80=94help maybe ?

Best,

Daniel



--e89a8f838e0901e30c051196702e--