Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rmol
rmol / messages.po
Created April 1, 2021 13:51
French message catalog for testing SecureDrop #5881
# 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: securedrop@freedom.press\n"
"POT-Creation-Date: 2017-09-02 07:28+0000\n"
@rmol
rmol / keybase.md
Created October 16, 2020 20:47
keybase.md

Keybase proof

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:

@rmol
rmol / test_db.py
Created June 24, 2020 17:50
tests exhibiting potential problems with SQLAlchemy/SQLite usage
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
@rmol
rmol / securedrop-qa.yml
Last active February 12, 2020 22:33 — forked from redshiftzero/securedrop-qa.yml
QA playbook for testing SD RC debs
---
# 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.