Mailinglist Archive: opensuse-packaging (267 mails)

< Previous Next >
Re: [opensuse-packaging] Is there a quick way to test all Requires are in factory?
On 2011-12-21 23:20:17 +0100, Christian Boltz wrote:
Hello,

Am Mittwoch, 21. Dezember 2011 schrieb Greg Freemyer:
More than once I have submitted something to factory that didn't have
all the requires and buildrequires pieces already there.

Is there a simple test I can run on the package to verify that before
I submit a new package?

In this specific case, I want to submit security -- log2timeline.

Create a simple spec with
BuildRequires: log2timeline

If you want to be really sure, create a new (sub)project where you
a) osc linkpac $project log2timeline
b) create a test package with just BuildRequires: log2timeline

If someone knows if/how this can be done in an automated way [1], please
speak up ;-)

What about:
curl -u username -X POST \
-d "$(echo -e 'Name: x\nBuildRequires: your_package(s)')" \

https://api.opensuse.org/build/openSUSE:Factory/standard/x86_64/_repository/_buildinfo

If your_package(s) or one of its/their Requires don't exist you'll get an
unresolvable error.


Marcus
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx

< Previous Next >
Follow Ups