facebookarchive / bistro

Bistro is a flexible distributed scheduler, a high-performance framework supporting multiple paradigms while retaining ease of configuration, management, and monitoring.
https://bistro.io
MIT License
1.03k stars 158 forks source link

Question: is this project dead? #6

Closed alexef closed 7 years ago

alexef commented 7 years ago

There doesn't seem to be much activity over the past two years now.

snarkmaster commented 7 years ago

Thanks for asking! The inactivity on Github is more of a hibernation thing rather than actual demise. A confluence of factors, some personal, some tooling-related, made it so that we did not push updates. That has now changed, so you should be seeing a stream of commits within the next few days.

snarkmaster commented 7 years ago

@alexef -- just wanted to let you know that I've pushed the last 1.5 years worth of activity up to Github, and revamped the build setup. For the build, take a look here:

https://github.com/facebook/bistro/tree/master/bistro/build/ci

Suggested reading:

less README
less fbcode_builder/README.docker
less build_steps.py
./make_docker_context.py --help
less travis_docker_build.sh

PS Ubuntu 14.04's build has a known missing -y in the apt-get instructions, but if you ran the Dockerfile manually that wouldn't be an issue. Will fix shortly.

alexef commented 7 years ago

Thank you :+1: