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

Send email notification when documentation/website repo lack proper tag on top #1622

Open
marmarek opened this Issue Jan 14, 2016 · 2 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Jan 14, 2016

We have a script to automatically update submodules of qubesos.github.io repo, if submodule change is properly signed. It should send an email when a module is not signed properly (to the author of unsigned change).
The script is here: https://github.com/QubesOS/qubesos.github.io/blob/master/_utils/update-submodules

@marmarek marmarek added this to the Documentation/website milestone Jan 14, 2016

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jan 14, 2016

Member

Does this happen often (commit pushed to submodule without proper tag)?

I often "lazy sign" pull requests (i.e., merge via web interface, then later add signed tag and push tag via cmdline), but usually just a few minutes later.

Member

andrewdavidwong commented Jan 14, 2016

Does this happen often (commit pushed to submodule without proper tag)?

I often "lazy sign" pull requests (i.e., merge via web interface, then later add signed tag and push tag via cmdline), but usually just a few minutes later.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jan 14, 2016

Member

Does this happen often (commit pushed to submodule without proper tag)?

Few times a month. But when it happens, it isn't obvious why the website isn't updated, without looking to the log on my PC...

Member

marmarek commented Jan 14, 2016

Does this happen often (commit pushed to submodule without proper tag)?

Few times a month. But when it happens, it isn't obvious why the website isn't updated, without looking to the log on my PC...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment