-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
The database is now being stored as a text file instead of in its binary form. That gives us more useful diffs and most importantly it allows us to shrink the size of the repository. To accomplish that the old history had to be removed and is now available at https://github.com/emacsmirror/epkgs-v4. The database schemata revision is now 5.
All users will have to move aside the old repository (or delete it) and then clone the new repository:
cd ~/.emacs.d/
mv epkgs epkgs-v4
git clone git@github.com:emacsmirror/epkgs.git epkgs
Reactions are currently unavailable