Unreal's profileHshh's BlogBlogLists Tools Help

Blog


    2/16/2006

    FreeBSD Port distfiles...

    想再做个distfiles mirror,谁知道rsync到一半发生:磁盘满了 !@#$
    到 ports.hshh.org 一看,原来distfiles已经用掉62G了目标机器也就一个73G硬盘,肯定不够 !@#$
    看来做这个mirror还是需要太多磁盘空间.
     
    目前看来就一台ports.hshh.org
    使用方法:
    /etc/make.conf
    MASTER_SITE_OVERRIDE?=http://ports.hshh.org/${DIST_SUBDIR}/
    2/15/2006

    4个FreeBSD portsnap的镜像

    地址
    portsnap.hshh.org
    portsnap2.hshh.org
    portsnap3.hshh.org (网通)
    portsnap4.hshh.org
    使用方法:
    /etc/portsnap.conf 里面更改
    SERVERNAME=portsnap.hshh.org

    SERVERNAME=portsnap2.hshh.org

    SERVERNAME=portsnap3.hshh.org

    SERVERNAME=portsnap4.hshh.org
    portsnap简介:
    portsnap从6.0开始引进系统,给与用户方便的更新系统ports
    portsnap的命令比较少
    fetch 获取数据
    extract 释放全部ports
    update 更新ports
    第一次使用可以 portsnap fetch extract
    以后使用可以 portsnap fetch update
    如果写在cron可以用 portsnap cron update