carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

commit 062587f25d2f687139466fa2be584e7bcd283b42
parent 5380a1811961b8be886c28a532db8e24ad86588d
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 26 Jul 2022 02:35:14 +0200

Default ignore rule for rsync filter

Diffstat:
Mpostinstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postinstall b/postinstall @@ -115,7 +115,7 @@ setup_fileset() { -aA --delete --log-format=$'%i\t%B\t%U:%G\t%M\t%l\t%n' - --filter="merge conf/postinstall.rsfilter" + --filter="merge conf/postinstall.rsfilter - *" ) $rsync --delete-excluded --log-file $SETUP_DIR/rsync.log.get / $SETUP_DIR/files.pre || return $? cp -a --reflink=auto $SETUP_DIR/files.pre $SETUP_DIR/files.post || return $?