-
Notifications
You must be signed in to change notification settings - Fork 15
Commit a52fefe
Add EXCLUDE_FILES, RSYNC_FLAGS options
EXCLUDE_FILES - specify files should not be copied to TARGET_DIR, default: .git
RSYNC_FLAGS - specify flags for rsync commands, default: -rltgoDzvO
If any of these options is not defined, default value will be used instead (the same as hardcoded before this commit)1 parent 4497a46 commit a52fefe
3 files changed
+30
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | + | ||
102 | + | ||
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | + | ||
85 | + | ||
84 | 86 |
| |
85 | 87 |
| |
86 | 88 |
| |
| |||
413 | 415 |
| |
414 | 416 |
| |
415 | 417 |
| |
416 | - | ||
418 | + | ||
419 | + | ||
420 | + | ||
421 | + | ||
422 | + | ||
417 | 423 |
| |
418 | - | ||
424 | + | ||
425 | + | ||
419 | 426 |
| |
420 | 427 |
| |
428 | + | ||
421 | 429 |
| |
422 | 430 |
| |
423 | 431 |
| |
|
0 commit comments