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
The clean-salt Makefile target [1] wll ensure that no old files are lingering in /srv/salt, in the event we remove a .sls file from the repo or from the RPM file without calling make clean. Adding it to prep-salt will ensure it's reliably applied when running make all or make $APP_VM. For RPM, whatever admin script we run can clean salt as part of the post step [3] or when applying the highstate (TBD, per #406).
[1] :
The clean-salt Makefile target [1] wll ensure that no old files are lingering in /srv/salt, in the event we remove a .sls file from the repo or from the RPM file without calling
make clean
. Adding it toprep-salt
will ensure it's reliably applied when runningmake all
ormake $APP_VM
. For RPM, whatever admin script we run can clean salt as part of thepost
step [3] or when applying the highstate (TBD, per #406).[1] :
securedrop-workstation/Makefile
Lines 54 to 60 in 87b2c61
[2] :
securedrop-workstation/Makefile
Lines 62 to 64 in 87b2c61
[3]:
securedrop-workstation/rpm-build/SPECS/securedrop-workstation-dom0-config.spec
Line 73 in 87b2c61
The text was updated successfully, but these errors were encountered: