Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(cd): automatic AUR release #3081
feat(cd): automatic AUR release #3081
Changes from 14 commits
69c9927
2c8609f
6c7dc98
118fbfc
6194d75
5454013
e0d2f43
975e1ee
a1a9da6
8056a1b
e459c72
4f312c7
5884511
f3f99cd
ac3037e
ff4004a
dd26b14
12c08cc
d829a53
5c1a1be
2494ce9
e08abf1
84ecedf
642a9a8
2e77b31
98aeea7
1ac4fe7
a6c51a7
24a4295
32dcd53
7685704
f1f9cfa
3231567
f7b994f
d3cf9a5
6ffbc1d
6dd01c5
936c7f8
7697559
6b3ea8c
a5290de
0eccf0a
1594d59
f4790f9
f6f4d4c
9735257
9b9b8a2
d5add3c
7b7f9c6
663bd7f
34dfc3d
72e5182
d6e0610
d5fc8d6
5d66033
16475a4
c5cdbe7
b691e57
1e1884f
0c8a44c
0ec9553
703c45f
75cd8c4
2c066b9
a3aa8cf
78aa620
9853278
96ae558
9e12fe1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need
-1
at the end?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jpackage outputs packages following that syntax. I suppose it's the release number.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There must be a reason, can you investigate? If there is no reason for it to have -1, I'd like to remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a naming convention for .rpm packages, .deb packages follow something similar too
I found the jpackage setting, but it seems impossible to disable.
We can modify it to whatever string we would like