I hereby claim:
- I am rmol on github.
- I am rmol (https://keybase.io/rmol) on keybase.
- I have a public key ASAxiRtHiEa6Ep7-eAGZJbAToLMMu5DSpXZ9KeJXtZKckAo
To claim this, I am signing this object:
# French (France) translations for SecureDrop. | |
# Copyright (C) 2017 Freedom of the Press Foundation | |
# This file is distributed under the same license as the SecureDrop project. | |
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017. | |
# | |
msgid "" | |
msgstr "" | |
"Project-Id-Version: SecureDrop 0.3.12\n" | |
"Report-Msgid-Bugs-To: [email protected]\n" | |
"POT-Creation-Date: 2017-09-02 07:28+0000\n" |
I hereby claim:
To claim this, I am signing this object:
import os | |
import threading | |
import time | |
import pytest | |
from sqlalchemy import create_engine | |
from sqlalchemy.exc import OperationalError, ProgrammingError | |
from sqlalchemy.orm import scoped_session, sessionmaker | |
from securedrop_client import db |
--- | |
# Playbook to update SecureDrop VMs configured with the latest stable release | |
# to use the release candiate packages from apt-test.freedom.press (rather | |
# than apt.freedom.press). Updates the apt repo pubkey with a testing pubkey, | |
# and alters the apt source lists to point to the test server. | |
# | |
# Steps to use this playbook: | |
# | |
# 1. `git checkout 1.2.0` | |
# 2. Provision prod VMs. |