packer-community / winrmcp

Copy files to a remote host using WinRM
MIT License
58 stars 31 forks source link

mutual dependency with Packer #12

Closed danstender closed 8 years ago

danstender commented 8 years ago

Hi Dylan, we're packaging Packer for Debian and have a little problem with the mutual dependency between winrmcp and Packer. Packer imports the winrmcp sources to build and winrmcp needs the Packer sources (github.com/mitchellh/packer/common/uuid), so neither package could go into the archive first. When it's possible and you would have the time, could you change this upstream? Best, Daniel Stender

dylanmei commented 8 years ago

We can change the UUID dependency to something else. ID generation libraries in Go are a dime a dozen.

Would that suffice?

danstender commented 8 years ago

Hi Dylan, thx for the quick reply!

We've got hashicorp-go-uuid satori-go.uuid nu7hatch-gouuid and pborman-uuid in Debian now.

Bust just pick anything which fits best for you, I'll prepare another package no problem ...

Cheers, Daniel

dylanmei commented 8 years ago

@danstender Commit 606243c91c0b1da7c23d1c054f13078217441a3b will clear up the dependency problem. :)

danstender commented 8 years ago

Yup, that's pretty slick! Thx much!

Dan