@@ -160,23 +160,23 @@ type actionJSON struct {
160
160
ID int
161
161
Mode string
162
162
Package string
163
- Deps []int `json:",omitempty"`
164
- IgnoreFail bool `json:",omitempty"`
165
- Args []string `json:",omitempty"`
166
- Link bool `json:",omitempty"`
167
- Objdir string `json:",omitempty"`
168
- Target string `json:",omitempty"`
169
- Priority int `json:",omitempty"`
170
- Failed bool `json:",omitempty"`
171
- Built string `json:",omitempty"`
172
- VetxOnly bool `json:",omitempty"`
173
- NeedVet bool `json:",omitempty"`
174
- NeedBuild bool `json:",omitempty"`
175
- ActionID string `json:",omitempty"`
176
- BuildID string `json:",omitempty"`
177
- TimeReady time.Time `json:",omitempty"`
178
- TimeStart time.Time `json:",omitempty"`
179
- TimeDone time.Time `json:",omitempty"`
163
+ Deps []int `json:",omitempty"`
164
+ IgnoreFail bool `json:",omitempty"`
165
+ Args []string `json:",omitempty"`
166
+ Link bool `json:",omitempty"`
167
+ Objdir string `json:",omitempty"`
168
+ Target string `json:",omitempty"`
169
+ Priority int `json:",omitempty"`
170
+ Failed bool `json:",omitempty"`
171
+ Built string `json:",omitempty"`
172
+ VetxOnly bool `json:",omitempty"`
173
+ NeedVet bool `json:",omitempty"`
174
+ NeedBuild bool `json:",omitempty"`
175
+ ActionID string `json:",omitempty"`
176
+ BuildID string `json:",omitempty"`
177
+ TimeReady time.Time
178
+ TimeStart time.Time
179
+ TimeDone time.Time
180
180
181
181
Cmd []string // `json:",omitempty"`
182
182
CmdReal time.Duration `json:",omitempty"`
0 commit comments