publisher.rb

Path: lib/rake/contrib/publisher.rb
Last Update: Wed Mar 04 12:05:29 -0800 2009

Copyright 2003, 2004 by Jim Weirich (jim@weirichhouse.org) All rights reserved.

Constants

HostInfo = Struct.new(:name, :webdir, :pkgdir)   Configuration information about an upload host system.
  • name :: Name of host system.
  • webdir :: Base directory for the web information for the
              application.  The application name (APP) is appended to
              this directory before using.
    
  • pkgdir :: Directory on the host system where packages can be
              placed.
    

[Validate]