How to use github_tarballs?

This is listed as an officially supported service here:
https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService#github_tarballs

But when I tried to use it on build.opensuse.org I get this error:
[LEFT]service error: 400 remote error: /usr/lib/obs/service/github_tarballs.service No such file or directory

This should be a supported module, no?

Thanks :slight_smile:
[/LEFT]

Hi
It may not be implemented on the openSUSE Build Service (but can be implemented on a private instance).

AFAIK, most users run a _service like;
https://build.opensuse.org/package/view_file/devel:languages:go/golang-github-aws-aws-sdk/_service?expand=1

I use a script to pull the latest git release locally first, eg;
https://build.opensuse.org/package/view_file/utilities/neofetch/get_from_git.sh?expand=1

Looks like a pretty simple service, but it has to be installed and set up properly.

Did you install dependencies and enable?

I don’t build on OBS (so anything I say in this area should be taken with a grain of salt)

As described in your link, the requirements
https://github.com/openSUSE/obs-service-github_tarballs

And, note that this service hasn’t built successfully for all target platforms

TSU

Ah thanks :slight_smile: I guess it’s just not installed on the official OBS then. Will look into a custom script like yours thanks!