packer-cn/builder/amazon
Nathan Hartwell be5adb92b5 Appending wildcard to src causes problems
It appears that the desired effect was to support
    src = "dir" -> dest/dir
    src = "dir/" -> dest

but cp -R already handles this, provided the trailing slash does not
get consumed by the shell.

The wildcard causes problems when multiple files match the
shell glob, e.g.

UploadDir("/tmp", "./salt*", [])

where my working dir contains
 - salt
 - salt-foo

will error.
2014-05-02 11:18:56 -05:00
..
chroot Appending wildcard to src causes problems 2014-05-02 11:18:56 -05:00
common builder/amazon: alphabetize some things 2014-04-30 15:43:11 -07:00
ebs optionally use existing ssh key for amazon builders 2014-03-24 12:47:00 +01:00
instance Merge pull request #1021 from laggyluke/master 2014-04-21 18:08:32 -07:00