redguardtoo / elpa-mirror

Create local emacs package repository. 15 seconds to install 115 packages.
315 stars 55 forks source link

Directory name format recognition problem #40

Closed GreyZhang closed 3 years ago

GreyZhang commented 3 years ago

image

If the letter string is inserted into the number string behind the plug-in package, the tar file generation is unsuccessful. exp: evil-unimpaired-0.1pre0.20210412.213818 would not be packed as tar file, yet evil-unimpaired-20210412.213818 is ok.

redguardtoo commented 3 years ago

Yes, I think the regular expression failed to extract version number.

redguardtoo commented 3 years ago

ea868b5 package version might contain other characters (Chen Bin)

GreyZhang commented 3 years ago

The latest version wroks!

redguardtoo commented 3 years ago

you can run it as script in shell