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
After performing an install (with v3 onion URLs) on 1.0.0-rc2 branch, the .venv folder appears to be tracked by git:
amnesia@amnesia:~/Persistent/securedrop$ git status
HEAD detached at 1.0.0-rc2
Untracked files:
(use "git add <file>..." to include in what will be committed)
.venv
Following the test plan explicitly, I'm not able to get the .venv/ dir to show up. Note that the .venv/ dir shouldn't exist on an Admin Workstation—there's admin/.venv/, but .venv/ should be dev-ev only. Perhaps it's an artifact from repeated QA runs, @emkll?
Still, the changes presented in #4800 are clean, and a bit more explicit than what we had before, so I'm in favor of merging. Documenting inability to reproduce the issue as described above, in case others encounter it during QA.
Description
After performing an install (with v3 onion URLs) on 1.0.0-rc2 branch, the
.venv
folder appears to be tracked by git:I am not sure why
securedrop/.gitignore
Line 115 in ed53840
Steps to Reproduce
git status
as aboveExpected Behavior
The venv should be git ignored, we don't want those changes to be tracked by git
Actual Behavior
.venv folder is tracked by git
Comments
The following diff resolves:
The text was updated successfully, but these errors were encountered: