kindredgroup / puppet-forge-server

Private Puppet forge server supports local files and both v1 and v3 API proxies
69 stars 44 forks source link

#31 - only read files from tar object #41

Closed danilopopeye closed 8 years ago

danilopopeye commented 8 years ago

this fix the problem with some modules that include PaxHeaders and cause a unexpected token when reading the tar file.

Ref.: Gem::Package::TarReader::Entry#file?

danilopopeye commented 8 years ago

strange the build have failed, it passed on my fork. :confused:

i11 commented 8 years ago

I think it's caused by the older bundler version. I've changed the travis.yml to upgrade bundler before the build. Could you please pull the master branch and see if it fixes the problem.

i11 commented 8 years ago

Tested it. Seems to work fine. Thanks!