You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/08/28 01:13:13 UTC

cvs commit: jakarta-commons/attributes windeploysite.cmd

leosutic    2004/08/27 16:13:13

  Added:       attributes windeploysite.cmd
  Log:
  Added this one to make it easier to update the site in Windows.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/attributes/windeploysite.cmd
  
  Index: windeploysite.cmd
  ===================================================================
  @ECHO OFF
  
  if "%1" == "" goto :HELP
  
  pscp target/site.zip %1@cvs.apache.org:__site.zip
  plink %1@cvs.apache.org "rm -rf /www/jakarta.apache.org/commons/attributes/*;unzip __site.zip -d /www/jakarta.apache.org/commons/attributes/;rm -f __site.zip"
  
  goto END
  
  :HELP
  
  echo Usage: windeploysite username
  echo Example: windeploysite leosutic
  
  :END
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org