Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
010c952
)
Fix: Let rsync exclude csit repo directory alone
29/15529/1
author
sharath
<
[email protected]
>
Thu, 25 Oct 2018 12:14:25 +0000
(17:44 +0530)
committer
sharath
<
[email protected]
>
Thu, 25 Oct 2018 12:17:40 +0000
(17:47 +0530)
Change-Id: If81e92c98066280a6889efc934f49f949f1f7307
Signed-off-by: sharath <
[email protected]
>
jjb/dmm/include-raw-dmm-csit-functional-virl.sh
patch
|
blob
|
history
diff --git
a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
index
715601a
..
444d261
100644
(file)
--- a/
jjb/dmm/include-raw-dmm-csit-functional-virl.sh
+++ b/
jjb/dmm/include-raw-dmm-csit-functional-virl.sh
@@
-26,7
+26,7
@@
fi
mkdir -p ./csit/dmm/
# Move the dmm to the csit dir
-rsync -av --progress --exclude="csit" . ./csit/dmm/
+rsync -av --progress --exclude="
./
csit" . ./csit/dmm/
cd csit