Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commit6fbe511
committed
Show version and platform info in one place
Instead of splitting it in into two places where at least one ofthe places is highly likely to be missed, this puts it togetherjust before the first steps that makes nontrivial use of theinstalled packages. Grouping it together, it can't really be shownearlier, because one of the pieces of information is obtainedusing the git module (to examine that behavior of the code).This also presents the information more clearly. "set -x" makesthis easy, so the commands are rewritten to take advantage of it.1 parent45773c2 commit6fbe511
2 files changed
+14
-16
lines changedLines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 32 |
| |
38 | 33 |
| |
39 | 34 |
| |
| |||
58 | 53 |
| |
59 | 54 |
| |
60 | 55 |
| |
61 |
| - | |
| 56 | + | |
62 | 57 |
| |
63 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
|
Lines changed: 8 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 | 39 |
| |
45 | 40 |
| |
46 | 41 |
| |
| |||
66 | 61 |
| |
67 | 62 |
| |
68 | 63 |
| |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 | 79 |
| |
81 | 80 |
| |
82 | 81 |
| |
|
0 commit comments
Comments
(0)