From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 9 Nov 2015 12:33:56 +0300 From: Michael Shigorin To: devel@lists.altlinux.org Message-ID: <20151109093356.GI21578@imap.altlinux.org> Mail-Followup-To: devel@lists.altlinux.org References: <201511011259.11573@ruslandh> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201511011259.11573@ruslandh> User-Agent: Mutt/1.5.23.88.hg577987ca2d02 (2014-03-12) Subject: Re: [devel] =?koi8-r?b?68HLINDP097J1MHU2CDawdfJ08nNz9PUyQ==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 09:33:56 -0000 Archived-At: List-Archive: List-Post: --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sun, Nov 01, 2015 at 12:59:06PM +0300, Hihin Ruslan wrote: > Что-то никак не найду решение, как запустить в этом случае > buildreq. Хотел запустить в хэшере buildreq, а не понятно, > как его установить из t7. Формировать hasher chroot с применением apt.conf/sources.list для t7 (пример прилагается, поправь путь в apt.conf*): hsh --apt-config=$HOME/apt/apt.conf.t7.x86_64 --  ---- WBR, Michael Shigorin / http://altlinux.org   ------ http://opennet.ru / http://anna-news.info --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="apt.conf.t7.x86_64" /* * This is the main configuration file for the APT suite of tools, * see apt.conf(5) for details. */ Dir::Etc::main "/dev/null"; Dir::Etc::parts "/var/empty"; Dir::Etc::SourceParts "/var/empty"; Dir::Etc::sourcelist "/home/mike/apt/sources.list.t7.x86_64"; --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sources.list.t7.x86_64" rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux/t7/branch x86_64 classic rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux/t7/branch noarch classic rpm [updates] http://ftp.altlinux.org/pub/distributions/ALTLinux/t7/branch x86_64-i586 classic --2oS5YaxWCcQjTEyO--