ryandoyle / vagrancy

Your private Vagrant cloud
GNU General Public License v3.0
89 stars 29 forks source link

versions <1.0.0> cannot be uploaded with curl #5

Closed DmitryZakharov closed 7 years ago

DmitryZakharov commented 7 years ago

I installed the vagrancy on CentOS 6.8 and trying to upload a box with curl: curl http://:8099/user/CentOS68/1.0.1/vsphere --upload-file CentOS-6.8_x86_64_vsphere.box I get : [05/May/2017:14:33:47 +0200] "PUT /user/CentOS68/1.0.1/vsphere HTTP/1.1" 400 23 0.0033 Vagrancy::Helpers::InvalidParameterName - invalid parameter 1.0.1:

any idea ? if I use ..../CentOS68/1/vsphere instead of 1.0.1 it gets uploaded.

ryandoyle commented 7 years ago

Hi @DmitryZakharov, this looks to be regression with the 0.0.3 release. I'll work on a fix and upload a new version soon.

ryandoyle commented 7 years ago

I've released 0.0.4 which includes the fix.

Cheers