[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Add version header to org.el
From: |
Rasmus |
Subject: |
Re: [O] Add version header to org.el |
Date: |
Wed, 19 Aug 2015 22:11:00 +0200 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) |
Achim Gratz <address@hidden> writes:
> Rasmus writes:
>>>> Is there any issues with adding a version header to org.el in maint and
>>>> master?
>>>
>>> I don't think so. It may require to update README_maintainer
>>> accordingly.
>>
>> Done.
>
> Please revert that change. It's messing with the version numbers on
> ELPA since (as I suspected) the idea of using the version from the
> header comments in the (main) package file is half-baked.
Feel free to do so.
> Since it doesn't appear that there'll be a proper build environment for
> ELPA packages anytime soon, the only way out is to generate org.el. We
> could do it just for ELPA, although I suggest we go ahead and do it
> across the board. We can get rid of org-version on the way and put all
> the headers someone wants there as well. From the new, generated org.el
> we can then require whatever the contents of org.el moves to.
If the ELPA buildbot has sed wouldn't it just be easier to change
Version: VER
to
Version: VER-HASH
Where HASH is whatever it is that needs to be added.
Rasmus
--
If you can mix business and politics wonderful things can happen!
Re: [O] Add version header to org.el, Achim Gratz, 2015/08/14