-
Notifications
You must be signed in to change notification settings - Fork 58
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 support for cargo deb #484
Conversation
0bf9b98
to
a8f52de
Compare
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.
LGTM
d6e0c62
to
c1848f0
Compare
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.
Works on my system; looks good to me.
@ueno I now also added it to the net section because otherwise including it into repositories gets difficult. |
debian/keylime_agent.postinst
Outdated
# Setup the keylime user and the tss group | ||
keylime_setup_group_user | ||
|
||
|
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.
are we on time to drop this empty line? it is staring at me ...
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.
No fixed :)
This adds the required files and options to build the agent using cargo deb. Signed-off-by: Thore Sommer <[email protected]>
This adds the required files and options to build the agent using cargo deb.