Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit ac9b965

Browse files
fix: play a bit more around with the exclude patterns
1 parent f6d9a21 commit ac9b965

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

util/release.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ clone-index() {
1515
copy-to-index() {
1616
pushd $repo
1717
mkdir -p $target
18-
rsync -r \
19-
--include $repo/thumbnail/page-1.png \
18+
rsync -vv -r \
19+
--include thumbnail/page-1.png \
2020
--exclude-from $repo/.gitignore \
2121
--exclude '.git*' \
22-
--exclude $repo/thumbnail/generate \
23-
--exclude $repo/MAINTAIN.md \
24-
--exclude $repo/util \
25-
--exclude $repo/doc \
22+
--exclude /thumbnail/generate \
23+
--exclude /MAINTAIN.md \
24+
--exclude /util \
25+
--exclude /doc \
2626
$repo/ $target/
2727
popd
2828
}

0 commit comments

Comments
 (0)