Merge pull request #437 from spheromak/keep_etc

builder/amazon/instance: exclude everything in /tmp, but keep /tmp itself
pull/919/head
Mitchell Hashimoto 13 years ago
commit 7dfb8f1fa9

@ -83,7 +83,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
"-u {{.AccountId}} " +
"-c {{.CertPath}} " +
"-r {{.Architecture}} " +
"-e {{.PrivatePath}} " +
"-e {{.PrivatePath}}/* " +
"-d {{.Destination}} " +
"-p {{.Prefix}} " +
"--batch"

Loading…
Cancel
Save