This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Commit fd71a05
committed
fix checkout and clean tasks
* for some reason, the git clean task inside the gyp directory was
returning an exit status of `1'` even though it was cleaning out
files. Just ignore the exit status
* chomp the output of the `git-svn` invocation. At least on OSX, it was
throwing a specious warning about "-f" not being a valid command, and
if the force checkout was actually necessary, it was failing1 parent b22247d commit fd71a05
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments