Hello All,
I'm packaging samhain and when it's built the resulting client
binaries are called "samhain", and the server are called "yule". To
simplify the spec I'd like to have a separate spec for the client and
server which I was hoping could be accomplished by having samhain.spec
and samhain-yule.spec in the package but only samhain.spec is built. I
know this is possible across different platforms, see link below, but
can what I'm trying to do be accomplished and how?
I'm sure I could provide a single spec to accomplish this but it would
be ugly having multiple %install sections and such.
https://build.opensuse.org/package/show?package=samhain&project=home%3Adead…http://en.opensuse.org/openSUSE:Build_Service_Tips_and_Tricks#Using_differe…
Thanks!
--
Later,
Darin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
I've noticed that when a new version of a package is built, the old one
is removed from the repo. Is there a way to keep X old versions (or all)
old versions?
-Matt
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Quick question - I tried to create a brand new package in my home
project, that requires something in Project A to build, it fails, saying
unresolvable.
Is there something that needs to be added to the project XML
configuration that says "You can use packages from Project A"?
Thanks.
-Matt
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Under Repositories - Advanced Add you should see a project box and a repo box.
So you explicitly tell it which Item A repo to build against. And if
you want to build against several, then you add several.
Greg
On Fri, Oct 19, 2012 at 4:44 PM, Matthew Drobnak <mdrobnak(a)appnexus.com> wrote:
>
> Definitely mean project.
>
> So we have this right now:
>
> ItemA
> Common
> ItemB
>
> Various home:user projects.
>
> I have packageXYZ, that requires packageA in ItemA. This currently fails.
>
> So I would go to repositories, advanced, and add new ones. I see that now.
>
> Ok. Is it smart enough to know which repos go with what? Ie, home project,
> Scientific Linux 6, isn't going to try and build against ItemA CentOS 5,
> right?
>
> Thanks for the pointer.
>
> -Matt
>
>
> On 10/19/2012 04:39 PM, Greg Freemyer wrote:
>
>
>
> On Fri, Oct 19, 2012 at 2:59 PM, Matthew Drobnak <mdrobnak(a)appnexus.com>
> wrote:
>>
>> Quick question - I tried to create a brand new package in my home
>> project, that requires something in Project A to build, it fails, saying
>> unresolvable.
>> Is there something that needs to be added to the project XML
>> configuration that says "You can use packages from Project A"?
>>
>> Thanks.
>>
>> -Matt
>
>
> You mean Project A, or package A.
>
> If you really mean Project A, then just go to your home projects
> repository page and use the advanced add to the Project A repo as the repo
> you are building against.
>
> Project A should have multiple repos actually, so you may want to add
> Project A - factory, Project A - opensuse 12.2, etc.
>
> Greg
>
>
--
Greg Freemyer
Head of EDD Tape Extraction and Processing team
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer
CNN/TruTV Aired Forensic Imaging Demo -
http://insession.blogs.cnn.com/2010/03/23/how-computer-evidence-gets-retrie…
The Norcross Group
The Intersection of Evidence & Technology
http://www.norcrossgroup.com
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Definitely mean project.
So we have this right now:
ItemA
Common
ItemB
Various home:user projects.
I have packageXYZ, that requires packageA in ItemA. This currently fails.
So I would go to repositories, advanced, and add new ones. I see that now.
Ok. Is it smart enough to know which repos go with what? Ie, home
project, Scientific Linux 6, isn't going to try and build against ItemA
CentOS 5, right?
Thanks for the pointer.
-Matt
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
FYI: the following output probably needs to be extended with PKGBUILD in its
description
> osc build --ccache ArchLinux --clean
Multiple build description files found: scalaris.spec, scalaris.dsc
Nico
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi everybody,
I did the stupid thing of updating my box running OBS from 12.1 to
12.2... only to find out: there are no OBS packages for 12.2 :(
So, stupidly / bravely, I added openSUSE:Tools:Unstable in place; updated OBS.
Changed the entire config to use apache instead of lighttpd, changed a
bunch of .osc/_apiurl files (the default is now to use https:// so I
followed that).
osc ls / osc co seems to work just fine... which is good.
I have a few things 'left' to be fixed:
- OBS WEbui does not log me in (credentials are confirmed to work using osc)
- I can't checkin changes, get a HTTP Error 500 (and I don't seem to
find the log file telling me more than 'Error 500').
Any pointers on where I should look, things that are known to cause
issues like this?
Best regards,
Dominique
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
On Wed, Oct 17, 2012 at 02:06:46PM +0200, Nico Kruber wrote:
> On Tuesday 16 Oct 2012 17:12:06 you wrote:
> > On Tue, Oct 16, 2012 at 02:53:12PM +0200, Nico Kruber wrote:
> > > How do I add these to my project configuration (what is the correct way to
> > > check for arch?)
> >
> > You need to add a
> >
> > Prefer: libgl jdk7-openjdk
> >
> > line to the project config.
>
> normally, I'm adding these only for specific distros, e.g.
>
> %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
> Prefer: java-1.6.0-openjdk-devel java-1.6.0-openjdk
> %endif
>
> -> so what is the correct check for arch? I couldn't find one in
> http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
We don't have a macro yet. How about %arch_linux ? I don't think
there's an arch "version". Or should we can set the "arch_version"
to 1?
Cheers,
Michael.
--
Michael Schroeder mls(a)suse.de
SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I haven't seen any rpmlint result for package either in home or Devel
for almost a week.
is it a policy change or OBS server fault?
Marguerite
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org