Project

General

Profile

« Previous | Next » 

Revision cafd9f97

Added by Brad Davis over 3 years ago

Add support for multiple sites for syncing packages to

Each site must be defined in the PKG_RSYNC_HOSTS variable and then a
PKG_RSYNC_HOSTNAME_$site must be defined as the target, for example:

PKG_RSYNC_HOSTS="nyi"
PKG_RSYNC_HOSTNAME_nyi="nfs1.nyi.netgate.com"

The final rsync hostname can be overridden as
PKG_FINAL_RSYNC_HOSTNAME_$site or will inherit from
PKG_RSYNC_HOSTNAME_$site.

  • added
  • modified
  • copied
  • renamed
  • deleted