changeset 536:88878af9203d dev

Modify "sync" target to use hg instead of rsync.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:31:29 +0900
parents 5cc303fb927c
children 565dcd09259d
files makefile
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Thu May 31 09:22:46 2018 +0900
+++ b/makefile	Thu May 31 09:31:29 2018 +0900
@@ -234,7 +234,6 @@
 
 RSYNCDIR	= ${HOME}/http/yatex/rsync/yatex
 sync:	
-	hg archive ${PACKDIR}
-	syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR}
+	-hg push cvs
 	(cd ${RSYNCDIR} && cvs ci -m '')
-	rm -rf ${PACKDIR}
+	-hg push git

yatex.org