Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/52d838bfc8cc426918f0abf2e1e8d8f6 to your computer and use it in GitHub Desktop.
Save r-ryantm/52d838bfc8cc426918f0abf2e1e8d8f6 to your computer and use it in GitHub Desktop.
/nix/store/c8j5vyal09h85iv4yvjxlkhlzzyinls8-fdroidserver-1.1.7
├── bin
│   ├── fdroid
│   ├── gradlew-fdroid
│   └── makebuildserver
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fdroidserver
│   │   ├── asynchronousfilereader
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── btlog.py
│   │   ├── build.py
│   │   ├── checkupdates.py
│   │   ├── common.py
│   │   ├── dscanner.py
│   │   ├── exception.py
│   │   ├── gpgsign.py
│   │   ├── import.py
│   │   ├── index.py
│   │   ├── __init__.py
│   │   ├── init.py
│   │   ├── install.py
│   │   ├── lint.py
│   │   ├── metadata.py
│   │   ├── mirror.py
│   │   ├── net.py
│   │   ├── nightly.py
│   │   ├── publish.py
│   │   ├── __pycache__
│   │   │   ├── btlog.cpython-37.pyc
│   │   │   ├── build.cpython-37.pyc
│   │   │   ├── checkupdates.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── dscanner.cpython-37.pyc
│   │   │   ├── exception.cpython-37.pyc
│   │   │   ├── gpgsign.cpython-37.pyc
│   │   │   ├── import.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── init.cpython-37.pyc
│   │   │   ├── install.cpython-37.pyc
│   │   │   ├── lint.cpython-37.pyc
│   │   │   ├── metadata.cpython-37.pyc
│   │   │   ├── mirror.cpython-37.pyc
│   │   │   ├── net.cpython-37.pyc
│   │   │   ├── nightly.cpython-37.pyc
│   │   │   ├── publish.cpython-37.pyc
│   │   │   ├── readmeta.cpython-37.pyc
│   │   │   ├── rewritemeta.cpython-37.pyc
│   │   │   ├── scanner.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   ├── signatures.cpython-37.pyc
│   │   │   ├── signindex.cpython-37.pyc
│   │   │   ├── stats.cpython-37.pyc
│   │   │   ├── tail.cpython-37.pyc
│   │   │   ├── update.cpython-37.pyc
│   │   │   ├── verify.cpython-37.pyc
│   │   │   └── vmtools.cpython-37.pyc
│   │   ├── readmeta.py
│   │   ├── rewritemeta.py
│   │   ├── scanner.py
│   │   ├── server.py
│   │   ├── signatures.py
│   │   ├── signindex.py
│   │   ├── stats.py
│   │   ├── tail.py
│   │   ├── update.py
│   │   ├── verify.py
│   │   └── vmtools.py
│   └── fdroidserver-1.1.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── fdroidserver
│   └── examples
│   ├── config.buildserver.py
│   ├── config.py
│   ├── fdroid-icon.png
│   ├── makebuildserver.config.py
│   ├── opensc-fdroid.cfg
│   ├── public-read-only-s3-bucket-policy.json
│   ├── __pycache__
│   │   ├── config.buildserver.cpython-37.pyc
│   │   ├── config.cpython-37.pyc
│   │   └── makebuildserver.config.cpython-37.pyc
│   └── template.yml
└── locale
├── bo
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── de
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── es
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── fr
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── hu
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── it
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── ko
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── nb_NO
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── pl
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── pt_BR
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── pt_PT
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── ru
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── tr
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── uk
│   └── LC_MESSAGES
│   └── fdroidserver.mo
├── zh_Hans
│   └── LC_MESSAGES
│   └── fdroidserver.mo
└── zh_Hant
└── LC_MESSAGES
└── fdroidserver.mo
48 directories, 96 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment