These scripts are for setting up finkinfo mirrors.
These are the mirrors that hold the fink .info and .patch files retrieved by fink when doing a 'fink selfupdate'.
This needs to be retrieved via anonymous rsync. These files can be placed anywhere, but make sure your rsync site has the tag finkinfo available, and pointing to the directory containing these files.
[finkinfo]
path = /Path/src/fink/finkinfo
comment = Fink .info filesThere are scripts for updating a mirror directly from cvs (and eventually git) or via rsync.
Mirrors must update at an interval between 15 to 90 minutes.
30 minutes is recommended for mirrors updating via rsync.
Mirrors updating directly from the repository should update as often as they have the resources to do so within the acceptable interval.
The official scripts will timeout on network operations after 10 minutes.
Requires coreutils to be installed to provide timeout.
-l: Sets the lockfile; /var/run/finkrsyncup.lock by default.
-o: Sets the output directory; /Volumes/src2/fink/selfupdate by default.
-u: Sets the ssh user; finkcvs by default.
-q: Makes cvs quiet.
TIMEOUT: Sets the name of the timeout command; timeout by default.
-l: Sets the lockfile; /var/run/finkrsyncup.lock by default.
-o: Sets the output directory; /Volumes/src2/fink/selfupdate by default.
RSYNCPTH: Sets the uri to sync from; rsync://distfiles.master.finkmirrors.net/finkinfo/ by default.
-l: Sets the lockfile; /var/run/finkrsyncup.lock by default.
-o: Sets the output directory; /Volumes/src2/fink/selfupdate by default.
REPOPTH: Sets the uri to sync from; https://github.com/danielj7/fink-dists.git by default.
The mirroring network uses three timestamp files to track mirror health.
Updated when data is successfully refreshed form the repository. Must always be fetched separately and after the successful retrieval of all other data by rsync driven mirrors.
Must be set by every mirror after a successful update cycle even if no data has actually been changed.
Must be set and publicly available by every mirror at the start of each update cycle.
Generally speaking the Fink mirror structure is as follows and please keep in mind these dns entries aren't typically for human use. distfiles.[yourairporttag].[state].[continent].finkmirrors.net and [yourairporttag].[state].[continent].finkmirrors.net as a shortcut will be used for rsync mirrors of the Fink info files.
If you run (or want to run) a mirror you should subscribe to fink-mirrors-request@lists.sourceforge.net.
It is important that the person monitoring the list on behalf of a mirror can administrate the mirror should any issues arise.