Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 322-dutch-language-support
  • 326-shard-channels-across-multiple-signald-instances
  • hotfix-increase-log-retention-period-to-2-weeks
  • 215-admins-can-undo-recycle
  • 263-add-message-lag-gauge
  • 265-monitor-sb-message-transmission-by-type
  • hotfix-add-rate-limit-monitoring
  • add-metrics-machinery
  • 242-gitlab-ci-job-e2e-tests
  • WIP-177-german-l10n-readme
  • EMERGENCY-BRANCH-batch-all-messages
  • try-to-trigger-rate-limit
13 results

.env.dev.gpg

Blame
  • Forked from team-friendo / signalboost
    Source project has a limited visibility.
    python_cryptography.pp 448 B
    # Pin python-cryptography to jessie-backports in order to
    # satisfy leap-mx dependency (>=17.0)
    # see https://0xacab.org/leap/platform/issues/8837
    class site_apt::preferences::python_cryptography {
    
      apt::preferences_snippet { 'python_cryptography':
        package  => 'python-cryptography python-openssl python-pyasn1 python-setuptools python-pkg-resources python-cffi',
        release  => "${::lsbdistcodename}-backports",
        priority => 999;
      }
    
    }