[Tokyodebian-commits] TokyoDebian CVS update: monthly-report Makefile

tokyodebian CVS Commit tokyodebian-commits at lists.alioth.debian.org
Sun Aug 20 09:49:04 CEST 2006


  User: dancer  
  Date: 06/08/20 07:49:04

  Modified:    .        Makefile
  Log:
  added mountpoint, and use that mountpoint to release tokyodebian stuff.
  
  Revision  Changes    Path
  1.9       +11 -0     monthly-report/Makefile
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/Makefile?annotate=1.9&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/Makefile?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/tokyodebian/monthly-report/Makefile.diff?r1=1.9&r2=1.8&cvsroot=
  
  -----------------------------------
  
  Index: Makefile
  ===================================================================
  RCS file: /cvsroot/tokyodebian/monthly-report/Makefile,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Makefile	15 Jun 2006 15:01:06 -0000	1.8
  +++ Makefile	20 Aug 2006 07:49:04 -0000	1.9
  @@ -15,3 +15,14 @@
   
   clean:
   	-rm *.dvi *.aux *.toc *~ *.log *.waux *.out _whizzy_* *.snm *.nav *.jqz
  +
  +deb:
  +	-rm ../*.deb
  +	debuild -us -uc 
  +	[ ! -f ../aliothweb/mountpoint ] || sshfs -o nonempty alioth.debian.org:/var/lib/gforge/chroot/home/groups/tokyodebian/htdocs ../aliothweb
  +	[ ! -f ../aliothweb/mountpoint ]
  +	cd ../ && dpkg-scanpackages . . > Packages
  +	gzip ../Packages
  +	cp ../Packages.gz ../*.deb ../aliothweb/deb/
  +
  +.PHONY: deb clean all
  
  
  



More information about the Tokyodebian-commits mailing list