[opensuse-factory] obs-service-go_modules won't detect version
Hi! I'm currently trying to package the google-osconfig-agent [1] using the OBS Go service module. I have created a _service file and ran "osc service runall" which failed with the following error message. I have verified that the _service file is okay (pasted below), so I'm out of ideas. Anyone got a hint? PS: Posting to the Factory list because there is hardly any traffic on the Go list. Thanks, Adrian ============================================================================================== glaubitz@suse-laptop:~/suse/home:glaubitz:branches:Cloud:Tools/google-osconfig-agent> osc service runall merge: origin/20200908.00 - not something we can merge Already up to date. 7c13504719f0e46e64a597cca638cad5f979836a Identical target file osconfig-20200908.00.tar.gz already exists, skipping.. unable to detect the version Aborting: service call failed: /usr/lib/obs/service/set_version --basename guest-agent --outdir /home/glaubitz/suse/home:glaubitz:branches:Cloud:Tools/google-osconfig-agent/tmp89ry3h8n.set_version.service glaubitz@suse-laptop:~/suse/home:glaubitz:branches:Cloud:Tools/google-osconfig-agent> ============================================================================================== <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/GoogleCloudPlatform/osconfig</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">20200908.00</param> <param name="revision">20200908.00</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="file">osconfig-*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled"> <param name="basename">guest-agent</param> </service> <service name="go_modules" mode="disabled"> <param name="archive">osconfig-20200908.00.tar.gz</param> </service> </services>
[1] https://github.com/GoogleCloudPlatform/osconfig/releases -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sep 15 2020, John Paul Adrian Glaubitz wrote:
<services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/GoogleCloudPlatform/osconfig</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">20200908.00</param> <param name="revision">20200908.00</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="file">osconfig-*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled"> <param name="basename">guest-agent</param>
Are you sure there is a file with that base name? Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 9/15/20 12:45 PM, Andreas Schwab wrote:
Are you sure there is a file with that base name?
I'm obviously blind, thank you. Works :-). Adrian -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Andreas Schwab
-
John Paul Adrian Glaubitz