Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use watchdog #91

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Use watchdog #91

wants to merge 4 commits into from

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    4598fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab83c0 View commit details
    Browse the repository at this point in the history
  3. Feat: Install watchdog as dependency

    Install `watchdog` as a dependency into a virtual environment.
    This allows to use different versions of Python
    without relying on a particular commit of a submodule (the latest
    version of `watchdog` (4.0) requires Python 3.8). Run
    
        make PYTHON=python3.7 USER=1 native-install
    
    to set particular Python version.
    phdru committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    fe84b6c View commit details
    Browse the repository at this point in the history
  4. Feat: Use watchdog instead of inotify

    `watchdog` is much more portable.
    
    Fixes: jlebon#46.
    phdru committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6f5c3da View commit details
    Browse the repository at this point in the history