unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Garlick <pgarlick@tourbillion-technology.com>
To: guix-devel@gnu.org
Subject: git-fetch for emacs-auctex?
Date: Tue, 25 May 2021 18:42:44 +0100	[thread overview]
Message-ID: <e54803d84f2c6fe1175af0ccaaf655650b07e1b2.camel@tourbillion-technology.com> (raw)

Hi Guix,

I recently attempted to reproduce a profile containing emacs-auctex,
only to find a '404: not found' error.

The reason is that elpa.gnu.org archives previous auctex versions with
a .tar.lz extension.   This throws out the Guix package source
definition, which expects a .tar extension.

I have considered a few ideas to solve this:

i) track the last-but-one auctex version in Gnu Elpa.  This way all
versions would have the same extension.  However, would the url-fetch
method cope with the .tar.lz format?

ii) use the git-fetch method with the upstream repository.  However,
the upstream version tag at http://git.savannah.gnu.org/cgit/auctex.git
 is a smaller number than the Gnu Elpa version tag.  This would result
in an apparent downgrade.  Would that be permissible?

iii) use the git-fetch method to clone the auctex branch of the
elpa.git repository (along the lines of 'git clone --single-branch --
branch externals/auctex .../elpa.git).  As far as I can see this is not
currently possible.

Are there any insights or suggestions?

Best regards,

Paul.



             reply	other threads:[~2021-05-25 17:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 17:42 Paul Garlick [this message]
2021-05-25 20:00 ` git-fetch for emacs-auctex? Leo Prikler
2021-05-25 20:10   ` Nicolas Goaziou
2021-05-26 16:15     ` Paul Garlick
2021-05-26 15:59   ` Paul Garlick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e54803d84f2c6fe1175af0ccaaf655650b07e1b2.camel@tourbillion-technology.com \
    --to=pgarlick@tourbillion-technology.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).