packer: isotime is launch time [GH-1153]

This commit is contained in:
Mitchell Hashimoto 2014-05-09 20:37:37 -07:00
parent e9727df15e
commit 860542bfee
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: `isotime` is the same time during the entire build. [GH-1153]
* builder/parallels: Do not delete entire CDROM device. [GH-1115]
* builder/virtualbox-ovf: Supports guest additions options. [GH-1120]
* builder/vmware: Remote ESXi builder now uploads floppy. [GH-1106]

View File

@ -111,7 +111,7 @@ func templateEnv(n string) string {
}
func templateISOTime() string {
return time.Now().UTC().Format(time.RFC3339)
return InitTime.Format(time.RFC3339)
}
func templatePwd() (string, error) {