Dear Wiki user, You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianMed/HowToGet" page has been changed by AndreasTille: https://wiki.debian.org/DebianMed/HowToGet?action=diff&rev1=25&rev2=26 Comment: Add advise how to create vivid cowbuilder chroot --othermirror "deb http://ppa.launchpad.net/debian-med/ppa/ubuntu trusty main" \ --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" }}} + If you want to setup a vivid cowbuilder chroot make sure you import the Ubuntu release key first: + {{{ + sudo apt-get install ubuntu-archive-keyring + COMPONENTS="main universe" sudo cowbuilder --create --distribution vivid \ + --basepath /var/cache/pbuilder/vivid.cow \ + --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" \ + --mirror http://de.archive.ubuntu.com/ubuntu/ \ + --othermirror "deb http://ppa.launchpad.net/debian-med/ppa/ubuntu vivid main" \ + --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" + }}} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
