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 AC5E17FC86 for ; Wed, 18 Mar 2015 21:57:08 +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.51; 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.51 as permitted sender) identity=mailfrom; client-ip=209.85.218.51; 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-f51.google.com) identity=helo; client-ip=209.85.218.51; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="kennethadammiller@gmail.com"; x-sender="postmaster@mail-oi0-f51.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CtAAAr5glVmzPaVdFchDIEgwnKVgdMAQEBAQEBEQEBAQEBBgsLCRQuhAYiER0BGx4DEggBBzcCJAERAQUBIjWHeAEDEaIhgyw+MYsxgWuCd5BjChknDVSFAgEFDpJpgUUFmjOBG4wYhSkSI4EMCYQsIjGCQwEBAQ X-IPAS-Result: A0CtAAAr5glVmzPaVdFchDIEgwnKVgdMAQEBAQEBEQEBAQEBBgsLCRQuhAYiER0BGx4DEggBBzcCJAERAQUBIjWHeAEDEaIhgyw+MYsxgWuCd5BjChknDVSFAgEFDpJpgUUFmjOBG4wYhSkSI4EMCYQsIjGCQwEBAQ X-IronPort-AV: E=Sophos;i="5.11,423,1422918000"; d="scan'208";a="126636235" Received: from mail-oi0-f51.google.com ([209.85.218.51]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 18 Mar 2015 21:57:08 +0100 Received: by oiag65 with SMTP id g65so48314173oia.2 for ; Wed, 18 Mar 2015 13:57:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dWVL2AO8WpcyYBkDgJbVo3nmv7PvARAqhwU1nKn0ipY=; b=wEaU6h78Yxw8YMgM0O35jDwk8er+zVpyQXAnGYHS3e2SuRkjzArTjxhrvg861132DC HcaRbSpEqQLpRT3b22vUtGYJhXOqVFydt13bP7v2ISObUo/Ynj3K/7Lae2JhZUVda/gv f0XuhCbSoL0PTxaQgszqTZSbUh3jbJlzbvpdFi7Z2fuxCMF+jHfimmk1dwv7f1jy37au oJEjDoM1A48tggG8Sq1P/UrBApRQeeq8awRT/mouE4aO59AyxcHrQL2UOht6dMEzpcA1 18lQGYYsNRO8CFcwF9SsMkc5xYPO1FBvaYyUxgcV9mXboXQJ+7/oSLmMoQZgFxjgjCqs Uf7A== MIME-Version: 1.0 X-Received: by 10.202.211.84 with SMTP id k81mr7456956oig.132.1426712226801; Wed, 18 Mar 2015 13:57:06 -0700 (PDT) Received: by 10.202.185.8 with HTTP; Wed, 18 Mar 2015 13:57:06 -0700 (PDT) Date: Wed, 18 Mar 2015 16:57:06 -0400 Message-ID: From: Kenneth Adam Miller To: caml users Content-Type: multipart/alternative; boundary=001a113ade6a79aed305119653fc Subject: [Caml-list] Use opam to pull source and pin locally --001a113ade6a79aed305119653fc Content-Type: text/plain; charset=UTF-8 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 know you can do opam pin add pkg_name ./ --001a113ade6a79aed305119653fc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 r= ather not have to clone the source manually because typically tools just te= nd to operate better when you use the intended functionality that's bui= lt in.

Is there a way to tell opam to download the sourc= e from a default repo to a specific directory, and then pin the package to = that directory? I know you can do opam pin add pkg_name ./
--001a113ade6a79aed305119653fc--