all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matthew Carter <m@ahungry.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Does Elpa welcome themes? Or should those stay in Melpa?
Date: Tue, 27 Jan 2015 18:27:52 -0500	[thread overview]
Message-ID: <87k307by87.fsf@ahungry.com> (raw)
In-Reply-To: <jwv61bsqgbr.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 27 Jan 2015 12:34:43 -0500")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> Are there any other things I need to do to gain developer access to the
>> GNU Elpa repository and push my package
>> (https://github.com/ahungry/color-theme-ahungry)?
>
> This should be solved now.
>
>> Also - I have two .el files in the repository currently (never to be
>> used in tandem) - one is a fallback for users with emacs less than 24.x
>> to be used with the color-theme package, the other (ahungry-theme.el) is
>> the main theme to be used with load-theme.
>> Is it a problem to leave both in the repository
>
> A package can have several files, so that shouldn't be a problem.
>
>
>         Stefan
>

Thanks Stefan.

Stefan (or anyone else) - for the subtree, should I add it via read-tree as
described here:

http://www.git-scm.com/book/en/v1/Git-Tools-Subtree-Merging

to allow updates via 'git merge -s subtree ahungry-theme-branch'
(similar to what the GNU Elpa README mentions), or add
it directly with the subtree command (it looks like hydra recently used
this for adding).  In my case:

git subtree add --prefix packages/ahungry-theme \
  https://github.com/ahungry/color-theme-ahungry master --squash

And subsequent pulls via:

git subtree pull --prefix packages/ahungry-theme \
  https://github.com/ahungry/color-theme-ahungry master --squash

It seems like the git subtree commands are a little more direct.  Were
they unavailable when the other process was used?

Is there a reason to use git read-tree and keeping the remote in a local
branch under GNU Elpa that I'm missing?

Thanks,
-Matt

-- 
Matthew Carter (m@ahungry.com)
http://ahungry.com



  reply	other threads:[~2015-01-27 23:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16 19:56 Does Elpa welcome themes? Or should those stay in Melpa? M
2015-01-16 23:27 ` Stefan Monnier
2015-01-27  5:07   ` Matthew Carter
2015-01-27 17:34     ` Stefan Monnier
2015-01-27 23:27       ` Matthew Carter [this message]
2015-01-28  1:19         ` Artur Malabarba
2015-01-28  3:20           ` Matthew Carter
2015-01-28  3:53         ` Stefan Monnier
2015-01-16 23:41 ` Artur Malabarba

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

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

  git send-email \
    --in-reply-to=87k307by87.fsf@ahungry.com \
    --to=m@ahungry.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.