Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 4, 2018 06:15
Show Gist options
  • Save ryantm/01c285db832ed6ad616205fab2c8041d to your computer and use it in GitHub Desktop.
Save ryantm/01c285db832ed6ad616205fab2c8041d to your computer and use it in GitHub Desktop.
/nix/store/ypsrxak80hpzx66gnkh8sk2s2fv9jhj6-buildbot-worker-1.4.0
├── bin
│   ├── buildbot-worker
│   └── buildbot_worker_windows_service
├── lib
│   └── python2.7
│   └── site-packages
│   ├── buildbot_worker
│   │   ├── backports
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── bot.py
│   │   ├── bot.pyc
│   │   ├── commands
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── fs.py
│   │   │   ├── fs.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── registry.py
│   │   │   ├── registry.pyc
│   │   │   ├── shell.py
│   │   │   ├── shell.pyc
│   │   │   ├── transfer.py
│   │   │   ├── transfer.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interfaces.py
│   │   ├── interfaces.pyc
│   │   ├── monkeypatches
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── testcase_assert.py
│   │   │   └── testcase_assert.pyc
│   │   ├── null.py
│   │   ├── null.pyc
│   │   ├── pb.py
│   │   ├── pb.pyc
│   │   ├── pbutil.py
│   │   ├── pbutil.pyc
│   │   ├── runprocess.py
│   │   ├── runprocess.pyc
│   │   ├── scripts
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── create_worker.py
│   │   │   ├── create_worker.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── logwatcher.py
│   │   │   ├── logwatcher.pyc
│   │   │   ├── restart.py
│   │   │   ├── restart.pyc
│   │   │   ├── runner.py
│   │   │   ├── runner.pyc
│   │   │   ├── start.py
│   │   │   ├── start.pyc
│   │   │   ├── stop.py
│   │   │   ├── stop.pyc
│   │   │   ├── windows_service.py
│   │   │   └── windows_service.pyc
│   │   ├── test
│   │   │   ├── fake
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── remote.py
│   │   │   │   ├── remote.pyc
│   │   │   │   ├── runprocess.py
│   │   │   │   ├── runprocess.pyc
│   │   │   │   ├── workerforbuilder.py
│   │   │   │   └── workerforbuilder.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_extra_coverage.py
│   │   │   ├── test_extra_coverage.pyc
│   │   │   ├── test_util_hangcheck.py
│   │   │   ├── test_util_hangcheck.pyc
│   │   │   ├── unit
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── runprocess-scripts.py
│   │   │   │   ├── runprocess-scripts.pyc
│   │   │   │   ├── test_bot.py
│   │   │   │   ├── test_bot.pyc
│   │   │   │   ├── test_bot_Worker.py
│   │   │   │   ├── test_bot_Worker.pyc
│   │   │   │   ├── test_commands_base.py
│   │   │   │   ├── test_commands_base.pyc
│   │   │   │   ├── test_commands_fs.py
│   │   │   │   ├── test_commands_fs.pyc
│   │   │   │   ├── test_commands_registry.py
│   │   │   │   ├── test_commands_registry.pyc
│   │   │   │   ├── test_commands_shell.py
│   │   │   │   ├── test_commands_shell.pyc
│   │   │   │   ├── test_commands_transfer.py
│   │   │   │   ├── test_commands_transfer.pyc
│   │   │   │   ├── test_commands_utils.py
│   │   │   │   ├── test_commands_utils.pyc
│   │   │   │   ├── test_runprocess.py
│   │   │   │   ├── test_runprocess.pyc
│   │   │   │   ├── test_scripts_base.py
│   │   │   │   ├── test_scripts_base.pyc
│   │   │   │   ├── test_scripts_create_worker.py
│   │   │   │   ├── test_scripts_create_worker.pyc
│   │   │   │   ├── test_scripts_restart.py
│   │   │   │   ├── test_scripts_restart.pyc
│   │   │   │   ├── test_scripts_runner.py
│   │   │   │   ├── test_scripts_runner.pyc
│   │   │   │   ├── test_scripts_start.py
│   │   │   │   ├── test_scripts_start.pyc
│   │   │   │   ├── test_scripts_stop.py
│   │   │   │   ├── test_scripts_stop.pyc
│   │   │   │   ├── test_util.py
│   │   │   │   └── test_util.pyc
│   │   │   └── util
│   │   │   ├── command.py
│   │   │   ├── command.pyc
│   │   │   ├── compat.py
│   │   │   ├── compat.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── misc.py
│   │   │   ├── misc.pyc
│   │   │   ├── sourcecommand.py
│   │   │   └── sourcecommand.pyc
│   │   ├── util
│   │   │   ├── _hangcheck.py
│   │   │   ├── _hangcheck.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   └── VERSION
│   └── buildbot_worker-1.4.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 132 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment