[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to keep package greader updated?
From: |
Stefan Monnier |
Subject: |
Re: How to keep package greader updated? |
Date: |
Sat, 29 Jun 2024 19:05:29 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Ok, I fixed (hopefully!) copyright on these 2 files.
Seems like it worked:
http://elpa.gnu.org/devel/greader.html
> But when i try to rebuild the package locally in elpa the errors still
> persists.
> I replaced the folder "elpa/packages/greader" with my own local
> directory, but it does'nt change.
The `make build/<foo>` command doesn't use the "current code" but uses
the code that was committed (it first does a `git stash`, basically).
Maybe that's what you're seeing?
Stefan