-
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
ci(build.yml): add Linux package hooks #40
Conversation
chore: upgrade dae-wing (daeuniverse#41) ci: add a workflow to synchronize upstream repositories (daeuniverse#43) * ci: add a workflow to synchronize upstream dae-wing with workflow_dispatch * ci(sync): fix sync commit message * ci(sync): change name to Synchronize upstream Co-authored-by: Kevin Yu <[email protected]> * ci(sync): rename sync.yml to sync-upstream-source.yml * ci(sync): change name to Synchronize Upstream --------- Co-authored-by: Kevin Yu <[email protected]> ci(sync): input variables should be retrived from inputs ci(sync): should clone full history with fetch-depth: 0 ci(build.yml): fix upload to release
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 :)
FILE=./daed-full-src.zip | ||
DGST=$FILE.dgst | ||
md5sum $FILE >>$DGST | ||
shasum -a 1 $FILE >>$DGST | ||
shasum -a 256 $FILE >>$DGST | ||
shasum -a 512 $FILE >>$DGST |
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 remove?
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 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.
c3abeb8 does not fix up the problem daed-full-src.zip should not be zipped again
.
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.
@MarksonHon Could you please resolve these conflicts? I've ready to merge it. |
Background
Systemd services should be reload after installation and removing, and daed should be stopped before removing.
Checklist
Full changelog
Issue reference
Fix #[issue number]