[FIX] Stops using rejected list for special repo
This commit is contained in:
parent
e7493b7bac
commit
b88b50a3b7
@ -86,8 +86,7 @@ cp_special ()
|
|||||||
echo "(selected modules)"
|
echo "(selected modules)"
|
||||||
echo " …from $SRC to $DEST"
|
echo " …from $SRC to $DEST"
|
||||||
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||||
rsync $OPTIONS --exclude-from=rejected_vendor_modules.txt \
|
rsync $OPTIONS $SRC $DEST
|
||||||
$SRC $DEST
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cp_custom ()
|
cp_custom ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user