Страница 1 из 1
вопрос по csup
Добавлено: 2008-07-12 8:20:37
opt1k
Код: Выделить всё
# cvsup -g -L 2 /usr/local/etc/supfile
#
# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=cvsup6.ru.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_7_0
*default delete use-rel-suffix
# If your network link is a T1 or faster, comment out the following line.
*default compress
## Main Source Tree.
#
# The easiest way to get the main source tree is to use the "src-all"
# mega-collection. It includes all of the individual "src-*" collections.
src-all tag=.
ports-all tag=.
#doc-all tag=.
Это мой конфиг, который я "честно" содрал у Лисяры

после обновление и пересборки ядра я получил 8.0-CURRENT. Смотрел ман csup'a вроде синтаксис конфига такой же, то есть ни какого 8.0-CURRENT я не должен был получить. Что я не так сделал ?
Re: вопрос по csup
Добавлено: 2008-07-12 8:36:07
dikens3
*default release=cvs tag=RELENG_7_0
src-all tag=.
Думаю что сработала последняя строка имеющая tag=. (т.е. CURRENT)
Re: вопрос по csup
Добавлено: 2008-07-12 17:05:07
zg
opt1k писал(а):Это мой конфиг, который я "честно" содрал у Лисяры

можно не драть, можно проще
Код: Выделить всё
cvsup -h cvsup5.ru.freebsd.org /usr/share/examples/cvsup/stable-supfile
Re: вопрос по csup
Добавлено: 2008-07-12 20:37:20
opt1k
спасибо, всегда думал что . это tag=RELENG_7_0. Вот что значит чужими конфигами пользоваться.