Is there a way for me to append to the extra args in my user's sbuild
config so that I don't need to manually specify the universe component
like I have to with this snippet?

$unshare_mmdebstrap_extra_args = {
  "*" => [ "--include=debhelper,auto-apt-proxy"],
 "plucky" => [ "--include=debhelper,auto-apt-proxy",
"--components=main,universe" ],
};

Thank you,
Jeremy Bícha

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel

Reply via email to