[opensuse-buildservice] service tar_scm not automatically updating on build ?
We have setup a local OBS instance (2.5) and are trying to build a package from svn via _service and tar_scm. It works fine but it seems when a rebuild is triggered via "trigger rebuild" on the repository web page it does not check against the svn if a new revision is available and does not update the tarball. I have to touch/re-save the _service file to trigger a tarball update. Is this a bug or intended behaviour ? How to make the build server to re-check against svn without changing _service file every time ? Here is my _service file: <services> <service name="tar_scm"> <param name="scm">svn</param> <param name="url">http://some.ip/repos/somerepo/trunk</param> <param name="filename">somename</param> </service> <service name="recompress"> <param name="compression">gz</param> <param name="file">*.tar</param> </service> <service name="set_version"/> </services> Sorry for asking so many questions just after registering Regards Jens -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, Nov 19, 2014 at 09:51:21AM +0100, Jens Viebig wrote:
I have to touch/re-save the _service file to trigger a tarball update. Is this a bug or intended behaviour ?
The "trigger service" link has been removed from the web interface some time ago. osc api -m POST "source/home:XY:abc/package-abc?cmd=runservice" Regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 19.11.2014 um 13:56 schrieb Martin Koegler:
On Wed, Nov 19, 2014 at 09:51:21AM +0100, Jens Viebig wrote:
I have to touch/re-save the _service file to trigger a tarball update. Is this a bug or intended behaviour ?
The "trigger service" link has been removed from the web interface some time ago.
osc api -m POST "source/home:XY:abc/package-abc?cmd=runservice"
Another way of writing this: osc service remoterun home:XY:abc package-abc Greetings, Stephan -- Ma muaß weiterkämpfen, kämpfen bis zum Umfalln, a wenn die ganze Welt an Arsch offen hat, oder grad deswegn. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Great that is what i'm looking for Am 20.11.2014 12:17, schrieb Stephan Kulow:
Am 19.11.2014 um 13:56 schrieb Martin Koegler:
On Wed, Nov 19, 2014 at 09:51:21AM +0100, Jens Viebig wrote:
I have to touch/re-save the _service file to trigger a tarball update. Is this a bug or intended behaviour ? The "trigger service" link has been removed from the web interface some time ago.
osc api -m POST "source/home:XY:abc/package-abc?cmd=runservice"
Another way of writing this: osc service remoterun home:XY:abc package-abc
Greetings, Stephan
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Jens Viebig
-
Martin Koegler
-
Stephan Kulow