-
Notifications
You must be signed in to change notification settings - Fork 4
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
Quickstart and install corrections #27
Quickstart and install corrections #27
Conversation
@msalle, @ellert, @maarten-litmaath:
Mattias, is this correct as I wrote it, especially the specifics for Debian stable and the situation for broken packages and security fixes? Also, how does it look for Debian stable, when a package breaks during a release life-cycle or needs a security fix: Do the fixes then have to be backported to the component version used in the specific stable Debian release?
Updated source packages actually only reach our repo when we make a release. But as per our release guide we make a release soon for a broken component or ASAP for security fixes. Broken packages are of no concern for people that install the GCT from the "Source Installer". |
The Travis CI build fails, because we currently don't share encrypted environment variables with forks. But this also means, we don't get a check result for PRs. I don't know if sharing these encrypted env vars with forks could allow anyone who forks the gct-docs repo to get push access to our repo by getting the CI to put the contents in the clear with scripts from a PR. UPDATE: Ok, as per https://travis-ci.community/t/iv-undefined-in-openssl-invocation/6614/8 sharing these encrypted vars would make them "public" in a way, as the code in a PR has to be considered untrusted. UDPATE2: Maybe it's best to deactivate builds for pushed PRs. This because the build actually results in a push to the branch containing the HTML files and not into some temporary branch IIUC. But this also means that we would be limited to the view of the ADOC files for a PR and couldn't check the HTML result until we merge the PR. Relevant information from Travis CI settings page:
|
1b59835
to
9fd5f01
Compare
@ellert, @msalle, @maarten-litmaath: |
Should fix #14.