LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 890|回复: 2

教育网的兄弟应该如何同步abs tree?

[复制链接]
发表于 2006-3-13 17:10:23 | 显示全部楼层 |阅读模式
直接连肯定连接不上,设置代理(在.bashrc中)好像也不行,应该怎么做呢?:help
国内好像也没有cvs吧!
发表于 2006-3-13 18:34:25 | 显示全部楼层
Judd早就开始维护一个abs包了,两天更新一次。


I've started tarring up a snapshot twice a day.  You can get it here:http://www.archlinux.org/abs/abs-snap.tar.bz2
If you can rsync, you can also hit rsync.archlinux.org::abs- J
回复 支持 反对

使用道具 举报

发表于 2006-3-13 19:02:03 | 显示全部楼层
abs中
  1. update() {
  2.         cd $ABSROOT
  3.         for sup in "${SUPFILES[@]}"; do
  4.                 if [ "$sup" = "${sup#!}" ]; then
  5.                         cvsup -L 1 -r 0 -g -b $ABSROOT -P $CONNMODE -c .sup /etc/abs/supfile.$sup
  6.                 fi
  7.         done               
  8. }
复制代码

在cvsup中设置代理即可.

[arch@localhost ~]$ man cvsup |grep proxy
                 proxy server.  Simply run cvsup under the runsocks command,
                 cannot be used through a SOCKS proxy server.
                 used through a SOCKS proxy server.
     CVSup can be used through a SOCKS proxy server with the standard runsocks
好像用一个runsocks可以搞定~~
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表