-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conor Schaefer
committed
Oct 8, 2020
1 parent
d071fbf
commit c69db7e
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/bash | ||
set -e | ||
set -u | ||
set -o pipefail | ||
set -x | ||
|
||
|
||
|
||
sudo dnf clean all | ||
make clean | ||
qvm-run sd-dev "git -C /home/user/securedrop-workstation checkout main" | ||
make clone | ||
sudo dnf clean all | ||
make prep-dev | ||
time make dev | ||
|
||
echo "DONE WITH DEFAULT" | ||
qvm-run sd-dev "git -C /home/user/securedrop-workstation checkout 608-import-export-security-updater-flag" | ||
echo "CONVERTING TO TEMPLATE CONSOLIDATION BRANCH" | ||
sudo dnf clean all | ||
make clone | ||
make prep-dev | ||
echo "RUNNING UPDATER FOR MIGRATION" | ||
|
||
/opt/securedrop/launcher/sdw-launcher.py --skip-delta 0 |