mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
update migrate script to ignore summary
This commit is contained in:
parent
1e7f9b95d4
commit
794bbd06db
1 changed files with 2 additions and 8 deletions
10
migrate
10
migrate
|
@ -15,20 +15,14 @@
|
|||
(defun process-one (file-name)
|
||||
(let ((config
|
||||
(read-from-file
|
||||
(expand-file-name ".config" (expand-file-name file-name "epkgs"))))
|
||||
(master
|
||||
(read-from-file
|
||||
(expand-file-name "master" (expand-file-name file-name "epkgs")))))
|
||||
(expand-file-name ".config" (expand-file-name file-name "epkgs")))))
|
||||
(princ
|
||||
(pp-to-string
|
||||
(cons
|
||||
(intern file-name)
|
||||
(plist-put
|
||||
(plist-put
|
||||
(plist-put
|
||||
nil
|
||||
:summary
|
||||
(plist-get master :summary))
|
||||
nil
|
||||
:url
|
||||
(plist-get config :url))
|
||||
:fetcher
|
||||
|
|
Loading…
Reference in a new issue