Skip to content
New issue

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

Arch Linux: "download_files" fails if PKGBUILD is loaded via obs_scm #25

Open
M-Reimer opened this issue Jun 7, 2019 · 1 comment
Open

Comments

@M-Reimer
Copy link

M-Reimer commented Jun 7, 2019

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>
@M-Reimer
Copy link
Author

M-Reimer commented Jun 8, 2019

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"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant