We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nightlies are broken: this is because we added two changelogs - changelog-buster and changelog-stretch for buster/stretch build compatibility and the nightly run step "https://circleci.com/gh/freedomofpress/securedrop-debian-packaging/934" is trying to use changelog
changelog-buster
changelog-stretch
changelog
Solution: we need to copy the relevant changelog into place prior to updating the nightly changelog as we do in ./scripts/build-debianpackage: https://github.com/freedomofpress/securedrop-debian-packaging/blob/master/scripts/build-debianpackage#L42
./scripts/build-debianpackage
The text was updated successfully, but these errors were encountered:
redshiftzero
Successfully merging a pull request may close this issue.
Nightlies are broken: this is because we added two changelogs -
changelog-buster
andchangelog-stretch
for buster/stretch build compatibility and the nightly run step "https://circleci.com/gh/freedomofpress/securedrop-debian-packaging/934" is trying to usechangelog
Solution: we need to copy the relevant changelog into place prior to updating the nightly changelog as we do in
./scripts/build-debianpackage
: https://github.com/freedomofpress/securedrop-debian-packaging/blob/master/scripts/build-debianpackage#L42The text was updated successfully, but these errors were encountered: