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

Add pattern matching to input files #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

m-roberts
Copy link

@m-roberts m-roberts commented Sep 2, 2021

Closes #3

Update: this has been tested with a single .dsc file match. Basic testing of the concept suggests that this should scale properly.

@lpenz
Copy link
Owner

lpenz commented Sep 4, 2021

Thanks you for looking into this

I think you mentioned in issue #1 that we can't upload multiple packages.
Is this to avoid hard-coding the .dsc file name?

Also, shellcheck seems to have found a few issues.

@m-roberts
Copy link
Author

m-roberts commented Sep 14, 2021

Our main intention was to be able to upload a complete Debian package (including source) to PackageCloud with one action step.

You can see what we are doing here, which has a few commits addressing a couple of different things that we wanted.

[diff]

It's possible that some other changes were made to this other than what is presented in this PR - you may wish to simply review this yourself to see if you wish to use any of it - we are likely to continue to use our fork.

@lpenz
Copy link
Owner

lpenz commented Sep 14, 2021

Wow, you do have a lot of local changes.
Cool, I'll take a look into this part, let me know if you have other interesting things there.

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

Successfully merging this pull request may close these issues.

Add pattern matching support for files input
2 participants