-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
469 lines (344 loc) · 13 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
commit 8362a0882ee0d4b11ec5a5a0f6fdb0c1425608da
Author: ahonor <[email protected]>
Date: Tue Sep 20 11:39:23 2011 -0700
fixed readme to continue example thread
M README.md
commit 466fb14ebfc8e936ed884d55f9ee01bfbe215e39
Author: ahonor <[email protected]>
Date: Tue Sep 20 11:04:32 2011 -0700
fixed typo in stubbs doc
M modules/stubbs/README.md
commit 89f6d83ee5ae7621a669b6bfc588622cca5d4fe9
Author: ahonor <[email protected]>
Date: Tue Sep 20 10:50:21 2011 -0700
Refactored to support simple cli syntax ( rerun module:command [options]).
M README.md
M bash_completion.sh
M modules/stubbs/README.md
M modules/stubbs/metadata
M rerun
commit ba8314896838a9f202f2eee4d8b058494e4e4bb0
Author: ahonor <[email protected]>
Date: Mon Sep 19 10:13:43 2011 -0700
renamed '.bsx' extension to '.bin' to follow mainstream convention.
M README.md
M bash_completion.sh
M modules/stubbs/README.md
M modules/stubbs/commands/archive/default.sh
M rerun
commit 4185e3c6d05224ddf539b1bb55f2f6d2f6f29737
Author: ahonor <[email protected]>
Date: Fri Sep 16 17:43:57 2011 -0700
added internal detail info about rerun archives
M README.md
M modules/stubbs/README.md
commit 8c7b795220039cd391da03086ed99a1eaecf5f56
Author: ahonor <[email protected]>
Date: Fri Sep 16 17:20:43 2011 -0700
Moved "Modules" section below "Using" section since that's common
sense order.
M README.md
commit bb1108e9ea25882bfc31a2ebc9ba4c6c3c67c89c
Author: ahonor <[email protected]>
Date: Fri Sep 16 17:17:36 2011 -0700
added needed motivation to description section
M README.md
commit c8a26b7fcaeeaa3ddc5bcf0cf3be5be750d86515
Author: ahonor <[email protected]>
Date: Fri Sep 16 17:06:01 2011 -0700
A few more refinements to doco and naming.
M README.md
M modules/stubbs/README.md
M modules/stubbs/commands/add-command/default.sh
A modules/stubbs/commands/add-command/template.option
M modules/stubbs/commands/archive/default.sh
A modules/stubbs/templates/default.sh
commit cf24a7296d211c6cf8ae25fe9c1b1247cbe737dc
Author: ahonor <[email protected]>
Date: Fri Sep 16 13:01:17 2011 -0700
fixed minor bugs in self extracting mode
M modules/stubbs/README.md
M modules/stubbs/commands/add-command/default.sh
M modules/stubbs/commands/archive/default.sh
M modules/stubbs/commands/archive/file.option
M modules/stubbs/commands/archive/options.sh
M rerun
commit bd9eb96a61fc11da0a48860451dbf277f940a32c
Author: ahonor <[email protected]>
Date: Fri Sep 16 12:59:54 2011 -0700
removed unintended verbose mode to tar execution in extract
M modules/stubbs/templates/extract
commit 60c4d29e6594270dd9d7fceb2c0b195136c82617
Author: ahonor <[email protected]>
Date: Fri Sep 16 11:37:02 2011 -0700
minor word smithing
M modules/stubbs/README.md
M modules/stubbs/commands/archive/default.sh
M modules/stubbs/templates/extract
M modules/stubbs/templates/launcher
commit dbd6eaf7dfc5862a32b377f51d56c51b24591804
Author: ahonor <[email protected]>
Date: Fri Sep 16 08:21:26 2011 -0700
Fixed missing/incorrect option metadata
M modules/stubbs/README.md
A modules/stubbs/commands/add-option/metadata
A modules/stubbs/commands/archive/list.option
commit 5a422194b5e99911ac01ad1c26d563b506798115
Author: ahonor <[email protected]>
Date: Fri Sep 16 08:17:28 2011 -0700
cleaned up code for better clarity and comment
M README.md
M modules/stubbs/README.md
M modules/stubbs/commands/add-command/default.sh
M modules/stubbs/commands/add-module/default.sh
M modules/stubbs/commands/add-option/default.sh
M modules/stubbs/commands/archive/default.sh
M modules/stubbs/commands/archive/modules.option
M modules/stubbs/commands/archive/options.sh
M modules/stubbs/templates/extract
M modules/stubbs/templates/launcher
commit 5d4a120bb9e70b8af3aa98b6cde95925e3fc969d
Author: ahonor <[email protected]>
Date: Thu Sep 15 21:40:24 2011 -0700
fixed doc typo
M modules/stubbs/README.md
commit 2fc8ac73f8e43acecc90b480ff01785a50200d7c
Author: ahonor <[email protected]>
Date: Thu Sep 15 21:37:53 2011 -0700
Added doco about archive command.
M README.md
M modules/stubbs/README.md
M modules/stubbs/commands/archive/file.option
M modules/stubbs/commands/archive/modules.option
M rerun
commit b87d3b8857c91dbbb496a56d8c3467b095ad9462
Author: ahonor <[email protected]>
Date: Thu Sep 15 21:24:47 2011 -0700
Initial implementation of stubbs archive command.
Creates a self extracting rerun environment.
A modules/stubbs/commands/archive/default.sh
A modules/stubbs/commands/archive/file.option
A modules/stubbs/commands/archive/metadata
A modules/stubbs/commands/archive/modules.option
A modules/stubbs/commands/archive/options.sh
A modules/stubbs/templates/extract
A modules/stubbs/templates/launcher
commit bff93e0db8ce53fc747865948189673b7908e60b
Author: ahonor <[email protected]>
Date: Thu Sep 15 12:24:34 2011 -0700
added stubbs doco about option usage
M modules/stubbs/README.md
commit 902f7477d167328c1f6fd1513eea22c160524796
Author: ahonor <[email protected]>
Date: Thu Sep 15 11:12:59 2011 -0700
touched up stubbs docs
M modules/stubbs/README.md
commit 875d97b478021a7d57e80852f4712e5586ac40b1
Author: ahonor <[email protected]>
Date: Thu Sep 15 10:48:51 2011 -0700
renamed command.sh to functions.sh to make its purpose obvious.
cleaned up function names to be more consistent.
M README.md
M modules/stubbs/README.md
M modules/stubbs/commands/add-command/default.sh
M modules/stubbs/commands/add-module/default.sh
M modules/stubbs/commands/add-option/default.sh
D modules/stubbs/lib/command.sh
A modules/stubbs/lib/functions.sh
M rerun
commit e0fde0f71ca49df799b081e64b5fa47c29528322
Author: ahonor <[email protected]>
Date: Wed Sep 14 16:13:35 2011 -0700
added license info to readme
M README.md
M modules/stubbs/README.md
commit 5b10e157ffca6a2e6edc4384e9e8f542740aad5f
Author: ahonor <[email protected]>
Date: Wed Sep 14 15:02:19 2011 -0700
fixed bug in add-option that assumed a mac (sad sack) nocase file system.
M modules/stubbs/commands/add-option/default.sh
M modules/stubbs/lib/command.sh
commit 88b56068b0a080792020b9bac44f6199e64c0afe
Author: ahonor <[email protected]>
Date: Wed Sep 14 11:48:05 2011 -0700
updated doco
M README.md
M modules/stubbs/README.md
commit e8d0a7f84b38cb9609d2cbde5bb2e98d08d19672
Author: ahonor <[email protected]>
Date: Wed Sep 14 09:38:37 2011 -0700
Provided -overwrite <> flag for add-command.
Cleaned up cruft.
M modules/stubbs/README.md
M modules/stubbs/commands/add-command/default.sh
A modules/stubbs/commands/add-command/ovewrite.option
M modules/stubbs/commands/add-module/default.sh
M modules/stubbs/commands/add-option/default.sh
commit 1e83c44fff0656801df8acc5271a6162b6be6233
Author: ahonor <[email protected]>
Date: Wed Sep 14 08:33:57 2011 -0700
Updated add-command to make sourcing the options.sh conditional
on it existing.
M modules/stubbs/README.md
M modules/stubbs/commands/add-command/default.sh
commit 742822dc59e4d4ebd3f9ffa5cf11654e05c8e6a5
Author: ahonor <[email protected]>
Date: Wed Sep 14 07:57:23 2011 -0700
Updated doc.
M README.md
M modules/stubbs/README.md
commit 21bf8475d9c306051d8b43ad116c3b8cc4405283
Author: ahonor <[email protected]>
Date: Tue Sep 13 20:10:02 2011 -0700
fixed egregious bugs in stubbs.
M modules/stubbs/commands/add-command/default.sh
M modules/stubbs/commands/add-module/default.sh
M modules/stubbs/commands/add-option/default.sh
M modules/stubbs/lib/command.sh
M rerun
commit 50e03af46bc037bbd709469e67d5c2bff03ce8e9
Author: ahonor <[email protected]>
Date: Tue Sep 13 19:59:21 2011 -0700
Added missing option metadata file for add-module.
M modules/stubbs/README.md
A modules/stubbs/commands/add-module/description.option
commit f507549feec5bb0b8f1e53f55efa1ece91e0f931
Author: ahonor <[email protected]>
Date: Tue Sep 13 19:50:41 2011 -0700
elaborated doco
M modules/stubbs/README.md
commit 6471638a6e5abbc672ad7a261da40e9c48903135
Author: ahonor <[email protected]>
Date: Tue Sep 13 19:41:32 2011 -0700
updated doco
M README.md
commit bfc46c3323b6a67346803b99295b0b7fa1ed5038
Author: ahonor <[email protected]>
Date: Tue Sep 13 19:38:18 2011 -0700
Changed module and command metadata filename to "metadata".
M modules/stubbs/commands/add-command/default.sh
D modules/stubbs/commands/add-module/command
M modules/stubbs/commands/add-module/default.sh
A modules/stubbs/commands/add-module/metadata
D modules/stubbs/etc/module
A modules/stubbs/metadata
M rerun
commit eaddb6927e23d96ec88123f4b2a37667fb1c0f18
Author: ahonor <[email protected]>
Date: Tue Sep 13 19:30:17 2011 -0700
fixed doco
M modules/stubbs/README.md
commit 308f9b955216f274ee5303a5bae7a50ee346b63a
Author: ahonor <[email protected]>
Date: Tue Sep 13 19:28:32 2011 -0700
Refactored to use a simplified directory structure.
Moved options and other command metadata into MODULE_DIR/commands.
M README.md
M bash_completion.sh
D modules/stubbs/commands/add-command.sh
A modules/stubbs/commands/add-command/default.sh
A modules/stubbs/commands/add-command/module.option
A modules/stubbs/commands/add-command/name.option
D modules/stubbs/commands/add-module.sh
A modules/stubbs/commands/add-module/command
A modules/stubbs/commands/add-module/default.sh
A modules/stubbs/commands/add-module/name.option
D modules/stubbs/commands/add-option.sh
A modules/stubbs/commands/add-option/arg.option
A modules/stubbs/commands/add-option/command.option
A modules/stubbs/commands/add-option/default.sh
A modules/stubbs/commands/add-option/desc.option
A modules/stubbs/commands/add-option/module.option
A modules/stubbs/commands/add-option/name.option
A modules/stubbs/commands/add-option/required.option
D modules/stubbs/etc/commands/add-command/module.option
D modules/stubbs/etc/commands/add-command/name.option
D modules/stubbs/etc/commands/add-module/add-module.command
D modules/stubbs/etc/commands/add-module/command
D modules/stubbs/etc/commands/add-module/name.option
D modules/stubbs/etc/commands/add-option/arg.option
D modules/stubbs/etc/commands/add-option/command.option
D modules/stubbs/etc/commands/add-option/desc.option
D modules/stubbs/etc/commands/add-option/module.option
D modules/stubbs/etc/commands/add-option/name.option
D modules/stubbs/etc/commands/add-option/required.option
M modules/stubbs/lib/command.sh
M rerun
commit eaff8003ca3993f71b8bdb0f74e892045af5009e
Author: ahonor <[email protected]>
Date: Tue Sep 13 18:02:31 2011 -0700
fixed typo
M modules/stubbs/README.md
commit 90e83c39e62ef72ff0749a6cc35546d7375329aa
Author: ahonor <[email protected]>
Date: Tue Sep 13 18:01:28 2011 -0700
Updated stubbs modules to use new convention on option handling.
M README.md
M modules/stubbs/README.md
M modules/stubbs/commands/add-command.sh
M modules/stubbs/commands/add-option.sh
M modules/stubbs/lib/command.sh
M rerun
commit 24b5620a67b318a3b179cd07ced057c9bfe77a9e
Author: ahonor <[email protected]>
Date: Tue Sep 13 12:47:04 2011 -0700
Updated doc w/ command completion examples.
M README.md
M modules/stubbs/commands/add-command.sh
M modules/stubbs/commands/add-option.sh
M rerun
commit 12e23fa237268691a650ef166b9fbbe6af11c3fb
Author: ahonor <[email protected]>
Date: Tue Sep 13 12:39:30 2011 -0700
Added bash completion.
Renamed command metadata file to "command"
A bash_completion.sh
A modules/stubbs/etc/commands/add-module/command
commit c4ca0733d438d85d6f8d5eb002c01974b78dc0cf
Author: ahonor <[email protected]>
Date: Tue Sep 13 10:35:10 2011 -0700
added more description
M README.md
commit c1702639d473667deda2d22eb2bf5a2db86ffe63
Author: ahonor <[email protected]>
Date: Tue Sep 13 10:21:53 2011 -0700
fixed examples to be consistent
M README.md
M modules/stubbs/README.md
commit 55d7b33a1cc095cbefbb6ed73fe4aed615f3d047
Author: ahonor <[email protected]>
Date: Mon Sep 12 20:19:26 2011 -0700
doc fixup
M README.md
commit 3f94c4829e9bad4cf2b2dae16406dba39e3f3193
Author: ahonor <[email protected]>
Date: Mon Sep 12 20:02:03 2011 -0700
fixed examples
M README.md
commit 10b5d2c1c3266c755d90a690cc90b64e75e2d926
Author: ahonor <[email protected]>
Date: Mon Sep 12 19:50:27 2011 -0700
fixed typo
M modules/stubbs/README.md
commit 48ed92febdbb2cc7f92060c64af36fdbe95088b4
Author: ahonor <[email protected]>
Date: Mon Sep 12 19:48:39 2011 -0700
first commit
A README.md
A modules/stubbs/README.md
A modules/stubbs/commands/add-command.sh
A modules/stubbs/commands/add-module.sh
A modules/stubbs/commands/add-option.sh
A modules/stubbs/etc/commands/add-command/module.option
A modules/stubbs/etc/commands/add-command/name.option
A modules/stubbs/etc/commands/add-module/add-module.command
A modules/stubbs/etc/commands/add-module/name.option
A modules/stubbs/etc/commands/add-option/arg.option
A modules/stubbs/etc/commands/add-option/command.option
A modules/stubbs/etc/commands/add-option/desc.option
A modules/stubbs/etc/commands/add-option/module.option
A modules/stubbs/etc/commands/add-option/name.option
A modules/stubbs/etc/commands/add-option/required.option
A modules/stubbs/etc/module
A modules/stubbs/lib/command.sh
A rerun