1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00
This commit is contained in:
deadc0de6
2023-05-04 21:27:19 +02:00
committed by deadc0de
parent f0d4e952ae
commit 5b8d551d14

View File

@@ -71,7 +71,7 @@ dotfiles:
src: a
upignore:
- "*"
- "!*/c"
- "!*/c/**"
- "!*/d/**"
profiles:
p1:
@@ -87,7 +87,6 @@ cd "${ddpath}" | ${bin} update -f -c "${cfg}" --verbose --profile=p1 --key d_abc
grep_or_fail a "${basedir}"/dotfiles/a/b/abfile1
grep_or_fail a "${basedir}"/dotfiles/a/b/abfile2
grep_or_fail a "${basedir}"/dotfiles/a/b/abfile3
cat "${basedir}"/dotfiles/a/c/acfile
grep_or_fail b "${basedir}"/dotfiles/a/c/acfile
[ ! -s "${basedir}"/dotfiles/a/d/adfile ] && echo "adfile not updated" && exit 1
grep_or_fail b "${basedir}"/dotfiles/a/d/adfile