[opensuse-buildservice] How can I remove packages that should not be published
Hi, I don't want to publish the packages in this project: https://build.opensuse.org/project/show?project=server:Kolab:STABLE Hence I do not allow the packages to be published on repository level, but the packages are still published, see e.g.: http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_11.... How can I remove the packages from the above location? I tried: # osc wipebinaries server:Kolab:STABLE --repo=openSUSE_11.1 the return value is 'ok', but the packages are still there. How can I empty the download location (http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_11.... -- TIA, Richard -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
you have used the normal way, i think, so an workaround could be to delete the whole package , recreate it and before uploading files again, switch the publish flags 2009/12/28 Richard Bos <rbos@opensuse.org>:
Hi,
I don't want to publish the packages in this project: https://build.opensuse.org/project/show?project=server:Kolab:STABLE Hence I do not allow the packages to be published on repository level, but the packages are still published, see e.g.: http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_11....
How can I remove the packages from the above location? I tried: # osc wipebinaries server:Kolab:STABLE --repo=openSUSE_11.1 the return value is 'ok', but the packages are still there.
How can I empty the download location (http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_11....
-- TIA,
Richard -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Cordially. Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono... windows take you more($), Linux give you more!! Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Montag, 28. Dezember 2009 21:46:36 schrieb Richard Bos:
Hi,
I don't want to publish the packages in this project: https://build.opensuse.org/project/show?project=server:Kolab:STABLE Hence I do not allow the packages to be published on repository level, but the packages are still published, see e.g.: http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_11....
How can I remove the packages from the above location? I tried: # osc wipebinaries server:Kolab:STABLE --repo=openSUSE_11.1 the return value is 'ok', but the packages are still there.
This has only an effect to the build repos in first place. The public repos get only updated when the repo is finished. You could do a "build disable", but keep publish enabled and than run the wipebinaires. Or of course just remove the sources ;) In this way the public binairies will get removed when the repo has finished building.
How can I empty the download location (http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_11....
-- 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
Op maandag 04 januari 2010 08:09:40 schreef u:
Am Montag, 28. Dezember 2009 21:46:36 schrieb Richard Bos:
Hi,
I don't want to publish the packages in this project: https://build.opensuse.org/project/show?project=server:Kolab:STABLE Hence I do not allow the packages to be published on repository level, but the packages are still published, see e.g.: http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_ 11.1/i586/ How can I remove the packages from the above location? I tried: # osc wipebinaries server:Kolab:STABLE --repo=openSUSE_11.1 the return value is 'ok', but the packages are still there.
This has only an effect to the build repos in first place. The public repos get only updated when the repo is finished.
You could do a "build disable", but keep publish enabled and than run the wipebinaires.
How will this effect the release number? Will the release number be increased from the point where it was disabled? For example: release number before 'build disable': 10 osc build disable osc wipebinaries osc build enable release number increased to: 11 (the release number is more complex, but the numbers above are used to keep things simple).
Or of course just remove the sources ;)
That will have a negative impact on the release number I assume. AFter adding the sources again, the release number will start from 1.
In this way the public binairies will get removed when the repo has finished building.
-- Richard -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
I don't remember which one exactly, but i think you can force the release number in the spec ? 2010/1/4 Richard Bos <rbos@opensuse.org>:
Op maandag 04 januari 2010 08:09:40 schreef u:
Am Montag, 28. Dezember 2009 21:46:36 schrieb Richard Bos:
Hi,
I don't want to publish the packages in this project: https://build.opensuse.org/project/show?project=server:Kolab:STABLE Hence I do not allow the packages to be published on repository level, but the packages are still published, see e.g.: http://download.opensuse.org/repositories/server:/Kolab:/STABLE/openSUSE_ 11.1/i586/ How can I remove the packages from the above location? I tried: # osc wipebinaries server:Kolab:STABLE --repo=openSUSE_11.1 the return value is 'ok', but the packages are still there.
This has only an effect to the build repos in first place. The public repos get only updated when the repo is finished.
You could do a "build disable", but keep publish enabled and than run the wipebinaires.
How will this effect the release number? Will the release number be increased from the point where it was disabled? For example: release number before 'build disable': 10 osc build disable osc wipebinaries osc build enable release number increased to: 11 (the release number is more complex, but the numbers above are used to keep things simple).
Or of course just remove the sources ;)
That will have a negative impact on the release number I assume. AFter adding the sources again, the release number will start from 1.
In this way the public binairies will get removed when the repo has finished building.
-- Richard -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Cordially. Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono... windows take you more($), Linux give you more!! Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Dnia poniedziałek, 4 stycznia 2010 o 19:22:29 Petit Eric napisał(a):
I don't remember which one exactly, but i think you can force the release number in the spec ?
<cut> No, You can't. It's automatic dumped by build service. -- Pozdrawiam / Best regards, Mariusz Fik, openSUSE Community Member
http://en.opensuse.org/Build_Service/Tips_and_Tricks#How_to_control_a_Releas... -- mb ________________________________________ From: Mariusz Fik [fisiu82@jabster.pl] Sent: Monday, January 04, 2010 7:08 PM To: opensuse-buildservice@opensuse.org Subject: Re: [opensuse-buildservice] How can I remove packages that should not be published Dnia poniedziałek, 4 stycznia 2010 o 19:22:29 Petit Eric napisał(a):
I don't remember which one exactly, but i think you can force the release number in the spec ?
<cut> No, You can't. It's automatic dumped by build service. -- Pozdrawiam / Best regards, Mariusz Fik, openSUSE Community Member -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (5)
-
Adrian Schröter
-
Mariusz Fik
-
Michael_E_Brown@Dell.com
-
Petit Eric
-
Richard Bos