head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 vendor:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2010.10.20.14.53.22;  author shriekout;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2010.10.20.14.53.22;  author shriekout;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# cvs에 업데이트 하기 위한 파일입니다.
# 소스 파일과 아무런 관련이 없습니다.

find . -type f -name "*~" -exec rm -fr {} \;
find . -type f -name "*.bak" -exec rm -fr {} \;
find . -type d -name "CVS*" -exec rm -fr {} \;
find . -type f -name "*.mo" -exec rm -fr {} \;
make clean
fakeroot debian/rules clean
export CVS_RSH=ssh
cvs -z3 -d:ext:shriekout@@cvs.foo.kldp.net:/cvsroot/happytimer import -m 'Import' happytimer vendor start

@


1.1.1.1
log
@Import
@
text
@@
