Mercurial > hg > xemacs-beta
comparison lisp/package-get.el @ 1439:dea9705187d3
[xemacs-hg @ 2003-05-01 02:29:00 by youngs]
2003-05-01 Steve Youngs <youngs@xemacs.org>
* package-get.el (package-get-require-signed-base-updates): Force
default to nil while I sort out some PGP problems.
author | youngs |
---|---|
date | Thu, 01 May 2003 02:29:00 +0000 |
parents | 44de306310b8 |
children | 84d95f07cb42 |
comparison
equal
deleted
inserted
replaced
1438:fc6dcecce840 | 1439:dea9705187d3 |
---|---|
408 (setq result t)))) | 408 (setq result t)))) |
409 (if result | 409 (if result |
410 result | 410 result |
411 nil))) | 411 nil))) |
412 | 412 |
413 (defcustom package-get-require-signed-base-updates (package-get-pgp-available-p) | 413 ;;; FIXME: There's something strange happening with verifying the |
414 ;;; package-index file, it is reporting "The message was corrupt" even | |
415 ;;; though verifying from the command line (outside of XEmacs) reports | |
416 ;;; a good signature. --SY | |
417 (defcustom package-get-require-signed-base-updates nil | |
414 "*If non-nil, try to verify the package index database via PGP. | 418 "*If non-nil, try to verify the package index database via PGP. |
415 | 419 |
416 If nil, no PGP verification is done. If the package index database | 420 If nil, no PGP verification is done. If the package index database |
417 entries are not PGP signed and this variable is non-nil, require user | 421 entries are not PGP signed and this variable is non-nil, require user |
418 confirmation to continue with the package-get procedure. | 422 confirmation to continue with the package-get procedure. |