We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If my _service looks like this, then "download_files" seems to fail silently without any visible error logged:
<services> <service name="obs_scm"> <param name="scm">git</param> <param name="url">https://github.com/SOME/REPO.git</param> <param name="extract">PKGBUILD</param> </service> <service name="download_files"/> </services>
The text was updated successfully, but these errors were encountered:
Maybe that's the source of this problem? https://github.com/openSUSE/obs-service-download_files/blob/master/download_files#L222 I think it works with ".desc" files because of the "*.desc". If I get my PKGBUILD with GIT, then it has a prefix. So would it help if you change the "PKGBUILD" to "*PKGBUILD"?
Sorry, something went wrong.
No branches or pull requests
If my _service looks like this, then "download_files" seems to fail silently without any visible error logged:
The text was updated successfully, but these errors were encountered: