- 2017-05-04: Version 0.1 - initial version
Status: | Works |
Location: | https://github.com/perweij/mirror-elpa |
This GNU Emacs package can be used to mirror remote GNU Emacs Lisp Package Archives.
This is especially useful for creating offline repositories, for use without an Internet connection.
Save mirror-elpa.el
in one of your load-path
directories.
I have only tested this with GNU Emacs version 25.
Here is an example of how to run the program to mirror the Marmalade repositorium.
emacs -Q --batch -l package.el -l ./mirror-elpa.el --eval='(progn (push (quote ("marmalade" . "http://marmalade-repo.org/packages/")) package-archives)(mirror-elpa "~/your-mirror-root"))'
- elpa-mirror - a package used to mirror the packages you have already installed.
- elpa-mirror Scala - a Scala program to mirror files.