[opensuse-buildservice] Possible to suppress creation of .repo files?
Hi, is it possible to suppress the creation of these .repo files? They seem to be read by e.g. zypper and because out OBS is internally and the created repo is being synched to the outside, that won't work. -- With best regards, Carsten Hoeger
On Sunday 31 May 2009 16:30:03 Carsten Hoeger wrote:
is it possible to suppress the creation of these .repo files?
Yes, it is. Disable prj/pkg publish. For example: $ osc meta -e pkg home:cgoncalves/nload And comment out <build></build> -- Regards, Carlos Goncalves -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi Carlos, Carlos Goncalves schrieb:
Yes, it is. Disable prj/pkg publish.
For example: $ osc meta -e pkg home:cgoncalves/nload And comment out <build></build>
sorry, but this won't help, because comments are removed. :( use: <build> <disable/> </build> -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Sun, May 31, Carlos Goncalves wrote:
is it possible to suppress the creation of these .repo files?
Yes, it is. Disable prj/pkg publish.
For example: $ osc meta -e pkg home:cgoncalves/nload And comment out <build></build>
I do not want to not publish, I just do not want those .repo files. -- With best regards, Carsten Hoeger
Am Sonntag, 31. Mai 2009 21:57:58 schrieb Carsten Hoeger:
On Sun, May 31, Carlos Goncalves wrote:
is it possible to suppress the creation of these .repo files?
Yes, it is. Disable prj/pkg publish.
For example: $ osc meta -e pkg home:cgoncalves/nload And comment out <build></build>
I do not want to not publish, I just do not want those .repo files.
It is not currently (but could get implemented of course). But why don't you want them at all ? bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Sonntag, 31. Mai 2009 17:30:03 schrieb Carsten Hoeger:
Hi,
is it possible to suppress the creation of these .repo files?
They seem to be read by e.g. zypper and because out OBS is internally and the created repo is being synched to the outside, that won't work.
That should work nicely, when you define repodownload="http://download.choeger.de/repositories/" in your BSConfig.pm for example. bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Tue, Jun 02, Adrian Schröter wrote:
is it possible to suppress the creation of these .repo files?
They seem to be read by e.g. zypper and because out OBS is internally and the created repo is being synched to the outside, that won't work.
That should work nicely, when you define
Well, it works anyway, whatever broken URL is in there. It was a different problem.
repodownload="http://download.choeger.de/repositories/"
in your BSConfig.pm for example.
Ah, cool, thanks for the hint. -- With best regards, Carsten Hoeger
participants (4)
-
Adrian Schröter
-
Carlos Goncalves
-
Carsten Hoeger
-
Christian