isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 30e166aa180cdfec3b9db91736b9ab9cda577fa7
parent 406931bc45d1260cd4ea68ac26e1729e1649f8f8
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 24 Nov 2019 10:54:02 +0100

give the coverity build result archive a more descriptive name

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -59,7 +59,7 @@ log: cov-scan: clean /opt/cov-analysis-*/bin/cov-build --dir cov-int $(MAKE) - tar cavf isync.tar.xz cov-int + tar cavf isync-cov.tar.xz cov-int deb: CFLAGS= INSTALL= dpkg-buildpackage -b --no-sign