Nika Jones
cd29c8d586
Fixes #1092 , Adds a format option to the {{isotime}} variable.
...
Now using the golang magic date: Mon Jan 2 15:04:05 -0700 MST 2006
One can format the time like:
{{isotime "2006-01-02"}} == "YYYY-MM-DD"
{{isotime "060102-15"}} == "YYMMDD-HH" (24-hour clock)
{{isotime "060102-3"}} == "YYMMDD-H" (12-hour clock)
Using {{isotime}} as a standalone variable doesn't change. It still returns RFC3339 formatted time.
2014-05-06 06:18:16 -07:00
Mitchell Hashimoto
5437c0b4ea
Update version for dev
2014-05-04 14:14:34 -07:00
Mitchell Hashimoto
12e28f257f
v0.6.0
2014-05-02 10:13:29 -07:00
Mitchell Hashimoto
5c5d62733f
fmt
2014-05-01 14:24:19 -07:00
Mitchell Hashimoto
3ac246d611
packer/rpc: don't reply with arbitrary error
2014-04-28 21:36:49 -07:00
Mitchell Hashimoto
32536b25af
packer/rpc: fix interface returns for msgpack [GH-1076]
2014-04-28 15:18:31 -07:00
Mitchell Hashimoto
7a8372db74
packer: update version to 0.6.0
2014-04-28 15:03:09 -07:00
Mitchell Hashimoto
edcb8fea30
packer: min_packer_version [GH-487]
2014-04-26 20:51:46 -07:00
Mitchell Hashimoto
9ef50487fb
core: Create cache directory only when needed [GH-367]
2014-04-26 20:33:12 -07:00
Mitchell Hashimoto
ce7ea006c7
packer/rpc: use the msgpack codec
2014-04-26 13:31:34 -07:00
higebu
f087ce16dc
Fix the build problem by updating ssh package
2014-04-15 10:17:26 +09:00
Mitchell Hashimoto
4fc1087fcd
packer: up version for dev
2014-02-21 20:54:09 -08:00
Mitchell Hashimoto
6378943621
v0.5.2
2014-02-21 20:31:10 -08:00
Mitchell Hashimoto
4c09aac149
packer: send error output to stdout for now
2014-02-21 20:14:51 -08:00
Mitchell Hashimoto
f3494fc77a
fmt
2014-02-21 20:02:55 -08:00
Mitchell Hashimoto
e2e4c9f671
packer: errors go to stderr [GH-868]
2014-02-21 18:29:15 -08:00
Mitchell Hashimoto
1c65536514
packer: closed pipe is caught [GH-875]
2014-02-21 17:43:45 -08:00
Mitchell Hashimoto
b25baa626d
packer/rpc: fix a blocking issue
2014-02-21 16:48:17 -08:00
Mitchell Hashimoto
e3c0715eab
fmt
2014-02-21 15:11:56 -08:00
Mitchell Hashimoto
eacac89a24
packer/rpc: fix crashes with big file uploads [GH-897]
2014-02-21 14:24:22 -08:00
Mitchell Hashimoto
430963f400
fmt
2014-01-19 19:30:11 -08:00
Mitchell Hashimoto
7ec05423ce
Update CHANGELOG
2014-01-19 15:48:56 -08:00
Mitchell Hashimoto
3f77b2c592
Merge pull request #803 from mark-rushakoff/useragent
...
common: set user agent in downloader
2014-01-19 15:46:45 -08:00
Mitchell Hashimoto
3857822ef2
packer: don't crash if arg is empty [GH-832]
2014-01-19 15:19:10 -08:00
Mark Rushakoff
4548495116
StepDownload uses packer version as user agent
2014-01-09 13:20:30 -08:00
Mitchell Hashimoto
04f14161f5
up version for dev
2014-01-02 13:33:50 -08:00
Mitchell Hashimoto
d44bcc9bbb
v0.5.1
2014-01-02 08:51:18 -08:00
Mitchell Hashimoto
e6fb71d14f
packer/rpc: write only the remaining data on muxconn retry
2014-01-01 22:20:03 -08:00
Mitchell Hashimoto
84541c670b
packer/rpc: get rid of trace level
2014-01-01 22:19:43 -08:00
Mitchell Hashimoto
e37e690e99
packer/rpc: more logging and fix a bug with read buffer start point
2014-01-01 22:13:06 -08:00
Mitchell Hashimoto
bf8715b704
packer/rpc: more logs
2014-01-01 22:03:12 -08:00
Mitchell Hashimoto
1dd5a13139
packer/rpc: more logging in muxconn
2014-01-01 21:59:00 -08:00
Mitchell Hashimoto
a7144d1025
packer/rpc: a little more logging
2014-01-01 21:53:57 -08:00
Mitchell Hashimoto
d5bf5d7f39
packer/rpc: make sure we read all the data
2014-01-01 21:53:36 -08:00
Mitchell Hashimoto
3a1908bbb3
packer/rpc: make things loud
2014-01-01 21:34:11 -08:00
Mitchell Hashimoto
21b690851f
fmt
2014-01-01 21:19:47 -08:00
Mitchell Hashimoto
ae37050e8a
packer/rpc: muxconn can't use stream ID 0 ever
2013-12-30 21:03:10 -08:00
Mitchell Hashimoto
7177cc149f
up version for dev
2013-12-30 20:57:59 -08:00
Mitchell Hashimoto
8c6ece6923
v0.5.0
2013-12-30 12:29:36 -08:00
Mitchell Hashimoto
e38c0424b9
packer: allow environmental variables within user vars [GH-633]
2013-12-28 09:34:17 -07:00
Mitchell Hashimoto
4c8b8d4fa7
packer: add `pwd` function with working directory [GH-762]
2013-12-27 20:46:10 -07:00
Mitchell Hashimoto
be7861080b
packer/rpc: make buffer real big for writes [GH-755]
2013-12-27 09:55:52 -07:00
Mitchell Hashimoto
b5f1fd1423
packer: delete pause_before to avoid template invalids [GH-759]
2013-12-27 09:52:40 -07:00
Mitchell Hashimoto
02bb5b0a97
packer: template process build names [GH-744]
2013-12-27 09:43:59 -07:00
Mitchell Hashimoto
43962ca31f
packer/rpc: build updated to use new interface
2013-12-27 09:19:11 -07:00
Mitchell Hashimoto
6a3dd16a3a
packer: template now handles user var logic
2013-12-27 09:17:51 -07:00
Mitchell Hashimoto
77d0d63b1d
packer/rpc: ignore non-existent streams in muxconn
2013-12-26 23:34:18 -07:00
Mitchell Hashimoto
9239b6a25e
packer: {{timestamp}} is the same for an entire build [GH-744]
2013-12-26 17:29:21 -07:00
Mitchell Hashimoto
f4567ee921
packer/rpc: communicator shouldn't conncet to ID 0
2013-12-21 08:07:42 -08:00
Mitchell Hashimoto
3e08ccba00
packer/rpc: if stream ID 0 is used, paic
2013-12-21 08:07:34 -08:00