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

Rename "prepare" script to "curate" to prevent auto-runs #914

Merged
merged 1 commit into from
Mar 13, 2023

Commits on Mar 11, 2023

  1. Rename "prepare" script to "curate" to prevent auto-runs

    The `prepare` script is run when the repository is installed. On top of
    creating issues when the repository is set as dependency in another
    project for some reason, as described in:
    #789 (comment)
    
    ... this also seems wrong because:
    1. There is no guarantee that the curation will run without errors. A patch
    may no longer apply for instance.
    2. Projects may want to depend on the raw data and may not need to run the
    curation and package preparation logic at all.
    
    This update replaces the "prepare" script with a "curate" one, explicitly
    called in the jobs that need it.
    tidoust committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    fac605c View commit details
    Browse the repository at this point in the history