[cod-tools] 08/142: trunk/ Excluding *~ files in rsync command.

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

merkys-guest pushed a commit to branch master
in repository cod-tools.

commit 57325d083290bb9a685f78470ef6d0ddacf2c4c9
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Wed Oct 26 08:10:21 2016 +0000

    trunk/
    Excluding *~ files in rsync command.
    
    
    git-svn-id: svn+ssh://saulius-grazulis.lt/home/andrius/svn-repositories/cod-deb-packaging/trunk@8 26752c47-bcd6-4c9c-b022-347364b77eb5
---
 MasterMakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MasterMakefile b/MasterMakefile
index 5813c62..e30cc90 100644
--- a/MasterMakefile
+++ b/MasterMakefile
@@ -17,7 +17,7 @@ source: ${CHANGELOG}
 ${DEBIAN_TAR_GZ}: source
 	mv source ${PKGNAME}
 	tar -c ${PKGNAME} | gzip > ${ORIG_TAR_GZ}
-	rsync -av --exclude .svn debian ${PKGNAME}
+	rsync -av --exclude .svn --exclude \*~ debian ${PKGNAME}
 	(cd ${PKGNAME}; debuild -S)
 	rm -rf ${PKGNAME}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git



More information about the debian-science-commits mailing list