Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 7, 2019 03:41
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 ryantm/4fe5ac374a813550559da8d4d8821b4f to your computer and use it in GitHub Desktop.
Save ryantm/4fe5ac374a813550559da8d4d8821b4f to your computer and use it in GitHub Desktop.
/nix/store/kbw5qk1f8myzb95334yn3qy6dn3zamn0-distgen-1.4
├── bin
│   └── dg
├── lib
│   └── python3.7
│   └── site-packages
│   ├── distgen
│   │   ├── commands.py
│   │   ├── config.py
│   │   ├── distconf
│   │   │   ├── centos-6-x86_64.yaml
│   │   │   ├── centos-7-x86_64.yaml
│   │   │   ├── fedora-20-i686.yaml
│   │   │   ├── fedora-20-x86_64.yaml
│   │   │   ├── fedora-21-i686.yaml
│   │   │   ├── fedora-21-x86_64.yaml
│   │   │   ├── fedora-22-i686.yaml
│   │   │   ├── fedora-22-x86_64.yaml
│   │   │   ├── fedora-23-i686.yaml
│   │   │   ├── fedora-23-x86_64.yaml
│   │   │   ├── fedora-24-i686.yaml
│   │   │   ├── fedora-24-x86_64.yaml
│   │   │   ├── fedora-25-i686.yaml
│   │   │   ├── fedora-25-x86_64.yaml
│   │   │   ├── fedora-26-i686.yaml
│   │   │   ├── fedora-26-x86_64.yaml
│   │   │   ├── fedora-27-i686.yaml
│   │   │   ├── fedora-27-x86_64.yaml
│   │   │   ├── fedora-28-i686.yaml
│   │   │   ├── fedora-28-x86_64.yaml
│   │   │   ├── fedora-29-i686.yaml
│   │   │   ├── fedora-29-x86_64.yaml
│   │   │   ├── fedora-30-i686.yaml
│   │   │   ├── fedora-30-x86_64.yaml
│   │   │   ├── fedora-31-i686.yaml
│   │   │   ├── fedora-31-x86_64.yaml
│   │   │   ├── fedora-32-i686.yaml
│   │   │   ├── fedora-32-x86_64.yaml
│   │   │   ├── fedora-rawhide-i686.yaml
│   │   │   ├── fedora-rawhide-x86_64.yaml
│   │   │   ├── lib
│   │   │   │   ├── centos.yaml
│   │   │   │   ├── fedora.yaml
│   │   │   │   ├── general.yaml
│   │   │   │   ├── rhel.yaml
│   │   │   │   └── rpmsystems.yaml
│   │   │   ├── rhel-7.2-x86_64.yaml
│   │   │   ├── rhel-7.3-x86_64.yaml
│   │   │   ├── rhel-7-x86_64.yaml
│   │   │   └── rhel-8-x86_64.yaml
│   │   ├── distro_version.py
│   │   ├── err.py
│   │   ├── generator.py
│   │   ├── __init__.py
│   │   ├── multispec.py
│   │   ├── pathmanager.py
│   │   ├── project.py
│   │   ├── __pycache__
│   │   │   ├── commands.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── distro_version.cpython-37.pyc
│   │   │   ├── err.cpython-37.pyc
│   │   │   ├── generator.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── multispec.cpython-37.pyc
│   │   │   ├── pathmanager.cpython-37.pyc
│   │   │   ├── project.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── templates
│   │   │   ├── container
│   │   │   │   └── docker
│   │   │   │   └── parts.tpl
│   │   │   ├── docker.tpl
│   │   │   ├── general.tpl
│   │   │   └── makefile-macros.tpl
│   │   └── version.py
│   └── distgen-1.4.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── dg.1.gz
16 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment