Add support for multiple sites for syncing packages to
Each site must be defined in the PKG_RSYNC_HOSTS variable and then aPKG_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 asPKG_FINAL_RSYNC_HOSTNAME_$site or will inherit fromPKG_RSYNC_HOSTNAME_$site.
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.