[opensuse-packaging] How do I make service local on web ui
I'm trying to update lilypond via web ui but I had to load the tarball direct via url due to my lack of pc and cli osc. The result is factory automatically rejects the sr due to a non local service. I deleted _service and was pleased to see that the package still built but factory autobuild reject the submit request because the tarball still contains "servicedownload:" in it's name although there aren't any services present. There's no way that I can see to rename it either. Thanks Dave -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Hi, "localonly" service you can take a look at: https://build.opensuse.org/package/view_file?file=_service&package=fcitx&project=M17N&rev=3b580c68cffbd072e35246eb732b7bf6 And you can at first use _service to download your file, *RENAME* it, then change the _service disable or localonly. But a better way is to write the full url in Source: in specfile. then use the service like download file from spec..... Hope it helps Marguerite -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Am Dienstag, 28. August 2012, 01:50:11 schrieb Marguerite Su:
Hi,
"localonly" service you can take a look at:
And you can at first use _service to download your file, *RENAME* it,
You do not need to rename it when you download it with localonly or trylocal mode.
then change the _service disable or localonly.
But a better way is to write the full url in Source: in specfile. then use the service like download file from spec.....
Hope it helps
Marguerite
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Dave Plater
-
Marguerite Su