xenserver / buildroot

Package buildroot for xen-api and related packages
45 stars 29 forks source link

Debian builds should pin the local repo inside pbuilder #484

Open simonjbeaumont opened 10 years ago

simonjbeaumont commented 10 years ago

Inside pbuilder:

root@vagrant-ubuntu-trusty-64:/# apt-cache policy libtext-ocaml
libtext-ocaml:
  Installed: (none)
  Candidate: 0.6-3
  Version table:
     0.6-3 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
     0.6-2 0
        500 file:/home/vagrant/buildroot/RPMS/ ./ Packages

Outside:

vagrant@vagrant-ubuntu-trusty-64:~/buildroot$ apt-cache policy libtext-ocaml                                                                                                              
libtext-ocaml:
  Installed: 0.6-2
  Candidate: 0.6-2
  Version table:
     0.6-3 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
 *** 0.6-2 0
       1500 file:/home/vagrant/buildroot/RPMS/ ./ Packages
        100 /var/lib/dpkg/status
simonjbeaumont commented 10 years ago

make install should not set up pinning on Trusty.