I have been studing the documentation, trying to learn the opensuse build service.
My question is "Where do I hide my mistakes?" That is, where do I do private builds that I do not want to make public available thru a repository?
I tend to make a lot of mistakes.
On Sunday 29 July 2007 19:36:49 Paul Elliott wrote:
That is, where do I do private builds that I do not want to make public available thru a repository?
That sounds like you want to read http://news.opensuse.org/?p=23
Bye, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Moins,
Am Sonntag, den 29.07.2007, 12:36 -0500 schrieb Paul Elliott:
I have been studing the documentation, trying to learn the opensuse build service.
My question is "Where do I hide my mistakes?" That is, where do I do private builds that I do not want to make public available thru a repository?
I tend to make a lot of mistakes.
You can install a local OBS on your local machine :) So you can test OBS on your local server and can do as lot of mistakes as you want :)
\sh
On Mon, Jul 30, 2007 at 08:46:09AM +0200, Stephan Hermann wrote:
Moins,
Am Sonntag, den 29.07.2007, 12:36 -0500 schrieb Paul Elliott:
I have been studing the documentation, trying to learn the opensuse build service.
My question is "Where do I hide my mistakes?" That is, where do I do private builds that I do not want to make public available thru a repository?
I tend to make a lot of mistakes.
You can install a local OBS on your local machine :) So you can test OBS on your local server and can do as lot of mistakes as you want :)
You can also do a local build first for packages (osc build).
Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Monday 30 July 2007 08:46:09 wrote Stephan Hermann:
Moins,
Am Sonntag, den 29.07.2007, 12:36 -0500 schrieb Paul Elliott:
I have been studing the documentation, trying to learn the opensuse build service.
My question is "Where do I hide my mistakes?" That is, where do I do private builds that I do not want to make public available thru a repository?
I tend to make a lot of mistakes.
You can install a local OBS on your local machine :) So you can test OBS on your local server and can do as lot of mistakes as you want :)
You can also disabling the publishing, you have to add
<publish> <disable /> </publish>
in the project xml file (osc meta prj -e <project>) right behind the list of users for the project.
Please note that this only disables the syncing to the public, people with an OBS account do still have access to your sources and built packages (because we are an open source project :)
bye adrian
On Mon, Jul 30, 2007 at 09:15:49AM +0200, Adrian Schröter wrote:
On Monday 30 July 2007 08:46:09 wrote Stephan Hermann:
You can also disabling the publishing, you have to add
<publish> <disable /> </publish>
in the project xml file (osc meta prj -e <project>) right behind the list of users for the project.
Please note that this only disables the syncing to the public, people with an OBS account do still have access to your sources and built packages (because we are an open source project :)
What does the '/' indicate in <disable />? Could I disable publishing for part of my project but not others?
On Monday 30 July 2007 10:31:39 wrote Paul Elliott:
On Mon, Jul 30, 2007 at 09:15:49AM +0200, Adrian Schröter wrote:
On Monday 30 July 2007 08:46:09 wrote Stephan Hermann:
You can also disabling the publishing, you have to add
<publish> <disable /> </publish>
in the project xml file (osc meta prj -e <project>) right behind the list of users for the project.
Please note that this only disables the syncing to the public, people with an OBS account do still have access to your sources and built packages (because we are an open source project :)
What does the '/' indicate in <disable />?
It is just a single element, not to be closed by some </disable> element.
Could I disable publishing for part of my project but not others?
not yet, we plan to support this also per package, but this is not implemented yet.
Paul Elliott wrote:
On Mon, Jul 30, 2007 at 09:15:49AM +0200, Adrian Schröter wrote:
You can also disabling the publishing, you have to add
<publish> <disable /> </publish>
What does the '/' indicate in <disable />?
That's XML for an empty tag (you could also write <disable></disable>).
Could I disable publishing for part of my project but not others?
I don't think so.
Michal --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Mon, Jul 30, 2007 at 09:15:49AM +0200, Adrian Schröter wrote:
You can also disabling the publishing, you have to add
<publish> <disable /> </publish>
Maybe I should have two projects MyProject, and an unpublished MyProject.mistakes. I could try "stuff" in MyProject.mistakes and if I got it working I could transfer the code to MyProject.
If someone got bad code from MyProject.mistakes, I could ask where did you get that code from?
buildservice@lists.opensuse.org