Follow-up.
-------------------- Start of forwarded message --------------------
reproducible
To: zimoun <zimon.toutoune@gmail.com>
Hi Simon,
Excerpts from zimoun's message of March 5, 2021 2:32 am:
Toggle quote (9 lines)
> On Mon, 01 Mar 2021 at 14:15, Johannes Rosenberger <johannes@jorsn.eu> wrote:
>
>> These are only available for the newest version of a package.
>> ELPA keeps compressed archives only of around 20 hand-selected versions.
>> All package versions are kept in their git repo, which is a complete archive,
>> but there you must somehow extract the commit hash of a version.
>
> So it would break the “guix time-machine”, right?
Not only this. In Nixpkgs it broke the release of auctex in the
stable branch, because this wasn't at the newest version.
The old version was still available lz-compressed, but there is no
guarantee for this.
Toggle quote (5 lines)
> There is 2 solutions:
>
> 1- trust the future Tarball Heritage [1]
> 2- switch to git-fetch all the ELPA packages.
I documented (2) there:
There is one third solution:
3- trust archive.org
In Nixpkgs we also add archive.org urls as secondary source urls for
proprietary printer drivers.
Toggle quote (8 lines)
>
> About #2, I am confused by this quote:
>
> If you can work from the elpa.git instead, then you'll avoid
> those problems (but the content is slightly different, so it
> might be less convenient).
I don't understand this sentence either, because the file
seems to create the packages, so every package in the elpa built from
the git should be the same. One could check whether all packages on ELPA
are also in the git and vice versa. Also, some packages might not be
`external` in the language of ELPA, so not residing in an `external/*`
branch.
Best,
Johannes
-------------------- End of forwarded message --------------------