I have a custom package I want to publish via launchpad. In order to build it, I need the USENETWORK
option to be enabled (this way build-tools have network access, which is required in my case). On my local machine, I can enable this by adding it to the pbuilderrc
file.
But how can this be done for the builds pushed to launchpad? I couldn't find anything related to that on their website.