Skip to content

Commit b6ce6b8

Browse files
authored
Upgrade Vendorpull (#3)
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 0ae8f35 commit b6ce6b8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

DEPENDENCIES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
vendorpull https://github.com/sourcemeta/vendorpull 559092d6906d87e5d41d90b47d72e5b75df05a2a
1+
vendorpull https://github.com/sourcemeta/vendorpull 70342aaf458e6cb80baeb5b718901075fc42ede6
22
bootstrap https://github.com/twbs/bootstrap 60098ac499d30aa50575b0b7137391c06ef25429
33
bootstrap-icons https://github.com/twbs/icons 648aa8238437d9da9227f6273cc163ec5841382d

vendor/vendorpull.mask

-3
This file was deleted.

vendor/vendorpull/pull

+8
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ vendor() {
5858
log "Masking $1: $path"
5959
rm -rf "$4/$1/${path:?}"
6060
done < "$VENDOR/$1.mask"
61+
elif [ -f "$4/$1/vendorpull.mask" ]
62+
then
63+
while read -r path
64+
do
65+
log "Masking $1: $path"
66+
rm -rf "$4/$1/${path:?}"
67+
done < "$4/$1/vendorpull.mask"
68+
rm -f "$4/$1/vendorpull.mask"
6169
fi
6270

6371
# Swap

0 commit comments

Comments
 (0)