[opensuse-buildservice] No metadata when using obs_scm service
Good afternoon, I am having a quite singular problem; as of now, I am using the `tar_scm` service for my package and I would like to switch to `obs_scm` as requested upstream. The problem is that, as of now, when using the latter one, the Git metadata (AKA the .git folder) is not repacked inside the CPIO archive. Why is it so? I need the Git metadata in order to properly build the package. The service is as it follows: <!-- For the obs_scm, I just replaced the service name --> <service name="tar_scm"> <param name="scm">git</param> <param name="url">https://github.com/telegramdesktop/tdesktop.git</param> <param name="revision">v1.3.7</param> <param name="version">obs</param> <param name="package-meta">yes</param> </service> Thanks in advance. -- Giovanni Santini My blog: http://giovannisantini.tk My code: https://git{hub,lab}.com/ItachiSan My GPG: 2FADEBF5 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi everyone, TL;DR: See after quoting the old message. I was expecting some form of discussion about the issue (I am reporting it just here) as it blocks the transition to `obs_scm`. Here is my previous message: Il 28/06/18 21:04, Giovanni Santini ha scritto:
Good afternoon,
I am having a quite singular problem; as of now, I am using the `tar_scm` service for my package and I would like to switch to `obs_scm` as requested upstream. The problem is that, as of now, when using the latter one, the Git metadata (AKA the .git folder) is not repacked inside the CPIO archive. Why is it so? I need the Git metadata in order to properly build the package.
The service is as it follows:
<!-- For the obs_scm, I just replaced the service name --> <service name="tar_scm"> <param name="scm">git</param> <param name="url">https://github.com/telegramdesktop/tdesktop.git</param> <param name="revision">v1.3.7</param> <param name="version">obs</param> <param name="package-meta">yes</param> </service>
Thanks in advance.
I've opened a pull request at: https://github.com/openSUSE/obs-service-tar_scm/pull/245 but it seems no activity with pull requests has been around for a while. Can this be merged quickly? Thanks in advance -- Giovanni Santini My blog: http://giovannisantini.tk My code: https://git{hub,lab}.com/ItachiSan My GPG: 2FADEBF5 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Sorry, was during vacation. Just commented the request. On Sonntag, 12. August 2018, 15:32:40 CEST wrote Giovanni Santini:
Hi everyone,
TL;DR: See after quoting the old message.
I was expecting some form of discussion about the issue (I am reporting it just here) as it blocks the transition to `obs_scm`.
Here is my previous message:
Il 28/06/18 21:04, Giovanni Santini ha scritto:
Good afternoon,
I am having a quite singular problem; as of now, I am using the `tar_scm` service for my package and I would like to switch to `obs_scm` as requested upstream. The problem is that, as of now, when using the latter one, the Git metadata (AKA the .git folder) is not repacked inside the CPIO archive. Why is it so? I need the Git metadata in order to properly build the package.
The service is as it follows:
<!-- For the obs_scm, I just replaced the service name --> <service name="tar_scm"> <param name="scm">git</param> <param name="url">https://github.com/telegramdesktop/tdesktop.git</param> <param name="revision">v1.3.7</param> <param name="version">obs</param> <param name="package-meta">yes</param> </service>
Thanks in advance.
I've opened a pull request at: https://github.com/openSUSE/obs-service-tar_scm/pull/245 but it seems no activity with pull requests has been around for a while. Can this be merged quickly?
Thanks in advance
-- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Giovanni Santini