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

Package maintainer gets overwritten by repo maintainer #2

Closed
PatrikTheDev opened this issue May 12, 2019 · 2 comments
Closed

Package maintainer gets overwritten by repo maintainer #2

PatrikTheDev opened this issue May 12, 2019 · 2 comments

Comments

@PatrikTheDev
Copy link

The package maintainer gets overwritten by the repo maintainer, so the packages appear as they are by me, which they are not

@Shugabuga
Copy link
Owner

Thank you for reporting this! The issue is actually a bit worse than it being overridden; Silica just doesn't know how to read the maintainer and doesn't port it. This isn't intentional and is a mistake of how I perceived the Maintainer role to be (repo maintainer vs. package maintainer). I will be fixing this.

@Shugabuga
Copy link
Owner

I believe this is fixed in 1.0.1, which should be out soon. It will read the maintainer from the DEB as it should, put JSON similar to what is below, and Silica will read this and set it as the maintainer. If none is provided, it will use the package's author.

"maintainer": {
    "name": "Shuga",
    "email": "sileo@shuga.co"
}

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

2 participants