Skip to content

"Vendoring" scripts #41

Description

@dwhswenson

Currently, user must manually copy setup.py/version.py in order to vendor them. It would be nice to have scripts vendor-setup vendor-version that just output the relevant files. That would also allow us to automatically include a comment in the vendored files with the specific version of Autorelease that it comes from (making updates much easier on users).

I think these should just output to stdout, so the user can direct into whatever file they want. We definitely don't want to force them to overwrite existing files; imagine a case where a user vendored our setup.py, then needed to add customization, and later wanted to update changes that we've made. In this case, they can use the script to put the new code in new_setup.py, and then use a merging tool to select the relevant changes (barring massive rewrites, at least).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions