Hotfix track upstream signald mr 14 fixing recipient store
context
- signald is acting pretty wacky and borking our keystores all the time! finn thinks some changes to the recipient store might fix it: https://gitlab.com/thefinn93/signald/-/merge_requests/14#note_391705636
- we'll just see!
changes
modify signald dockerfile to track upstream signald at:
- repo: https://0xacab.org/team-friendo/signald-fork
- branch: master
- commit: 73762e126c802b11bc5228ebd2eed4717fca3640
- date: 2020-07-06
which itself tracks:
- repo: https://gitlab.com/thefinn93/signald
- branch: automated-upgrade/com.github.turasa-signal-service-java
- commit: d4d9dc71fdd1709f02a76631129f0fbbf71e66e5
side-effect
prevent reregistration job from running by default:
- since prod now has a captcha requirement for new registrations, the re-registration job will throw confusing errors
- thus, prevent it from running by default, but allow a dev to trigger it by flipping an env var toggle at runtime