You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-do repo fetching logic to be closer to dev docs
The previous set up diverged a bit from the docs at dev.securedrop.org:
- it downloaded a repo via github's zip instead of 'make clone'
- it installed the bootstrap RPM which may no longer be necessary (at
least on the OpenQA side of things)
This PR addresses this limitations by using 'make clone' in 'dev'
environment, but while still downloading the repo for the makefile to
still be available in other environments.
0 commit comments