[Pkg-jed-commit] r420 - www

Rafael Laboissiere rafael at costa.debian.org
Mon Sep 11 21:33:16 UTC 2006


Author: rafael
Date: 2006-09-11 21:33:16 +0000 (Mon, 11 Sep 2006)
New Revision: 420

Modified:
   www/Makefile
Log:
* Removed variable USER, which became uselss after the last commits by J?\195?\182rg
* Changed printed message, now that the installation tarball pass through a
  pipe 


Modified: www/Makefile
===================================================================
--- www/Makefile	2006-09-11 20:52:14 UTC (rev 419)
+++ www/Makefile	2006-09-11 21:33:16 UTC (rev 420)
@@ -1,12 +1,9 @@
 # Makefile for installing the D.O.G. project home page at Alioth
 #
-# Use it as:
-#   make USER=your-alioth-username
-#
 # Written by Rafael Laboissiere <rafael at debian.org>
+# Improved by Jörg Sommer <joerg at alea.gnuu.de>
 # $Id$
 
-USER = $(shell whoami)@
 GROUP = pkg-jed
 HOST = alioth.debian.org
 DIR = /org/alioth.debian.org/chroot/home/groups/pkg-jed/htdocs/
@@ -16,7 +13,7 @@
 install: $(INSTALLFILES)
 	svn ci
 	svn up
-	@echo -n "Installing remote tarball... "
+	@echo -n "Installing web site... "
 	tar c --mode 664 $(INSTALLFILES) | \
 	  ssh $(HOST) 'cd $(DIR); sg $(GROUP) -c "tar x"'
 	@echo done




More information about the Pkg-jed-commit mailing list