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

Some documentation is missing #3

Open
Sami32 opened this issue May 26, 2018 · 1 comment
Open

Some documentation is missing #3

Sami32 opened this issue May 26, 2018 · 1 comment

Comments

@Sami32
Copy link

Sami32 commented May 26, 2018

Like buildDirectory and outputFile.
It would be nice to avoid to have to look at the code IMO.

@Sami32 Sami32 changed the title Some documentation are missing Some documentation is missing May 26, 2018
@Sami32
Copy link
Author

Sami32 commented Aug 19, 2018

<outputFile> is superseed, overrided by <packageName>.
That mean that:

...
<packageName>${project.artifactId}</packageName>
<packageVersion/>
<releaseNumber>1</releaseNumber>
<architecture>any</architecture>
...
<outputFile>${project.name.short}-${project.version}-any.pkg.tar.xz</outputFile>
...

Will give an output file named:
${project.artifactId}-${project.version}-any.pkg.tar.xz

Not sure if that is a bug or a feature.

EDIT:
That could be a feature taking care to automatically lower case to conform to the Arch repository rule, but in that case it is a bug of the <packageName> that doesn't follow the same Arch mandatory rule.

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