pivasoftware / easycwmp

EasyCwmp:
http://www.easycwmp.org/
GNU General Public License v2.0
77 stars 61 forks source link

Inconsistent naming of easycwmp releases on github #29

Open okraits opened 8 years ago

okraits commented 8 years ago

Please fix the URL to the release tarballs:

This should be:

If you extract the tarball, you'll get a directory

But this should be:

This inconsistent naming makes it unnecessarily difficult to download and build easycwmp in an automated manner (for example for OpenWRT).

pivasoftware commented 8 years ago

the official easycwmp packages should be downloaded from easycwmp.org. in the easycwmp.org you will fill the package names with easycwmp-1.3.4.tar.gz and not with EasyCwmp-1.3.4.tar.gz

okraits commented 8 years ago

Well, easycwmp.org was not available the last days. And it seemed that it was hacked so GitHub should be the more reliable and thrustworthy source for downloading the tarball.

Also, the original URL to get the tarball (http://easycwmp.org/download/easycwmp-1.3.4.tar.gz) doesn't work anymore and i don't find any hint on easycwmp.org where to get the tarball.

Apart from that, having consistently named files here on GitHub is desirable anyway ;-)

pivasoftware commented 8 years ago

Do you know how I can fix that in git hub?

hmh commented 1 year ago

You could try release tags all in lowercase, that might help.

What many projects do is to have the version tags as "v" such as v1.3.4, instead of "EasyCwmp-1.3.4".

That said, fwiw, https://easycwmp.org/download/ is working just fine ATM, even for things like OpenWRT Makefiles.