diff options
| author | Stephen Leake <stephen_leake@stephe-leake.org> | 2021-08-05 15:02:22 -0700 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-10-21 00:38:23 +0200 |
| commit | 6b64c0341f20a74c378a77928fbe5959bad717f1 (patch) | |
| tree | d4f4c40fb54407f946e6a78f793550d7bbcbd2d0 /README | |
| parent | abed21474f4f7d5dd11e76f2b371c29c954944eb (diff) | |
* README (Release and devel archives): New section
Diffstat (limited to 'README')
| -rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -477,6 +477,7 @@ archives" are useful for debugging: ** Notes specific to =elpa.gnu.org= +*** Periodic builds The way things are set up on this machine, we refresh the archive by a cron job. You can do it by hand by logging in (access set up by FSF admins), and @@ -491,6 +492,25 @@ Which makes a full archive deployment, as discussed above. The symlink =/var/www/packages= points to the corresponding directory under =/home/elpa/=. +*** Release and devel archives +elpa.gnu.org serves the gnu and nongnu package collections (roughly, +gnu requires FSF copyright assign, nongnu doesn't, but these terms are +not fully defined here). + +In addition, elpa.gnu.org serves release and devel versions of each +package. The release version is defined by a change in the =Version:= +header of a package; the devel version is the latest commit. + +The release version is accessed at: + +gnu - https://elpa.gnu.org/packages/ +nongnu - https://elpa.nongnu.org/nongnu/ + +The devel version is accessed at: + +gnu - https://elpa.gnu.org/devel +nongnu - https://elpa.nongnu.org/nongnu-devel/ + * License This file is part of GNU Emacs. |
