cowbuilder --update W : --override-config가 설정되지 않았습니다. apt.conf를 업데이트하지 않음 자세한 내용은 맨 페이지를 읽으십시오


1

다음은 내 ~/.pbuilderrc

$ cat .pbuilderrc 
BASEPATH="/var/cache/pbuilder/sid-amd64/base.cow"
DISTRIBUTION="sid"
MIRRORSITE="http://deb.debian.org/debian/"
# Enable build log
 PKGNAME_LOGFILE="yes"

실행할 때마다 sudo cowbuilder --update다음 경고가 표시됩니다.

$ sudo cowbuilder --update
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.8567
I: forking: cp -al /var/cache/pbuilder/sid-amd64/base.cow /var/cache/pbuilder/build/cow.8567
I: unlink for ilistfile /var/cache/pbuilder/build/cow.8567/.ilist failed, it didn't exist?
I: Invoking pbuilder
I: forking: pbuilder update --buildplace /var/cache/pbuilder/build/cow.8567 --mirror http://deb.debian.org/debian/ --distribution sid --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.8567 cow-shell'
I: Running in no-targz mode
I: Current time: Fri Aug 31 23:18:47 IST 2018
I: pbuilder-time-stamp: 1535737727
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.

누군가 --override-config가 무엇이며 어디에 설정해야하며 어떻게 설정해야하는지 말해 줄 수 있습니까?

답변:


2

--override-configA는 pbuilder옵션 이 아닌 cowbuilder옵션을 선택합니다. 기본 이미지 pbuilderapt구성 을 업데이트 하도록 지시 합니다 .

cowbuilderpbuilder update다른 미러 및 배포를 사용하도록 지시하는 옵션으로 실행됩니다 . 이러한 옵션을 사용하여 수동으로 실행하는 최종 사용자는 변경 사항이 영구적 일 것으로 예상 할 수 있기 때문에 pbuilder실행하지 않을 경우 경고 합니다. 기본 타르볼 업데이트 --override-config때문 update입니다. 경고를 무시하는 것 외에는 할 일이 없습니다.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.