Using curl to download packages within a launchpad build

Asked by ckti

Hello:
  I'm wondering if there is a way to use curl within launchpad to download sources that need to be built for a specific package. In snap this works and we can build our packages but we are trying to get a launchpad ppa built as well. I tried using the proxies that snap uses but to no avail. Any help on this is greatly appreciated.
Thank You

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Best Colin Watson (cjwatson) said :
#1

No, this isn't permitted. You need to include everything you need, either packaged as build-dependencies or directly in your source package.

Revision history for this message
ckti (ckti) said :
#2

OK, this is what i had been doing before we changed to snap thank you