Let's not do "Pre-Release" packages.
authorSteve Youngs <steve@sxemacs.org>
Sun, 5 Jun 2016 12:13:11 +0000 (22:13 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 5 Jun 2016 12:13:11 +0000 (22:13 +1000)
commitfd681d451a445b9daee6ba0e937633a67f72d450
tree1b31e09fcac178b7487d23174654d29e2e90f3d5
parent9eb1502d96b1bc6febee972c1374b40038bedf88
Let's not do "Pre-Release" packages.

Having "Pre-Release" packages and "Official Release" packages was a good
idea back in the early part of 2003 when I added that to XEmacs.  There
was an incredible amount of activity happening in the packages in those
days and bugs were frequently slipping into the packages releases.  Today,
things are different.  The amount of activity in packages, and the number
of users/devs we have it should be easily possible to keep everything in
check without the need for a separate "testing" package hierarchy.

We can always reimplement something along the lines of pre-release
packages at a later date if things get out of hand.

* lisp/menubar-items.el (default-menubar): Remove "Pre-Release"
package menu.

* lisp/package-ui.el (package-ui-pre-release-download-menu):
Remove.

* lisp/package-get.el (package-get-download-sites): Add our FTP,
remove everyone else.
(package-get-pre-release-download-sites): Remove.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
lisp/menubar-items.el
lisp/package-get.el
lisp/package-ui.el