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

Fix issue with partial rebuilds in SCons #38

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Commits on May 29, 2024

  1. Fix issue with partial rebuilds in SCons

    When SCons runs the "butler" target, sometimes it erroneously
    replaced the gen3 butler SQLite file with an empty directory.
    
    The exact reasons for this are unclear, but it appears that
    explicitly tagging the sqlite3 and yaml files as File, and the
    directories as Dir within SConscript causes the SCons dblite
    file to be generated properly and to allow for SCons targets to
    rebuild
    weatherhead99 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ebbe90e View commit details
    Browse the repository at this point in the history