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

Implement RFC0050: Rename Buildpacks #233

Closed
ryanmoran opened this issue Aug 3, 2022 · 1 comment
Closed

Implement RFC0050: Rename Buildpacks #233

ryanmoran opened this issue Aug 3, 2022 · 1 comment

Comments

@ryanmoran
Copy link
Member

RFC

Summary

At present, the Paketo buildpacks follow a naming convention of Paketo <technology> Buildpack. This proposal is to change the naming convention and all existing buildpacks to follow the pattern Paketo Buildpack for <technology>.

dmikusa pushed a commit to paketo-buildpacks/pipeline-builder-canary that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-community/rustup that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-buildpacks/spring-boot that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-buildpacks/apache-skywalking that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-buildpacks/appdynamics that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-buildpacks/aternity that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-buildpacks/ca-certificates that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-buildpacks/pipeline-builder-canary that referenced this issue Aug 31, 2022
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
dmikusa pushed a commit to paketo-buildpacks/pipeline-builder-canary that referenced this issue Aug 31, 2022
Renames 'Paketo Pipeline Builder Canary Buildpack' to 'Paketo Buildpack for Pipeline Builder Canary'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/spring-boot that referenced this issue Aug 31, 2022
Renames 'Paketo Spring Boot Buildpack' to 'Paketo Buildpack for Spring Boot'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/apache-skywalking that referenced this issue Aug 31, 2022
Renames 'Paketo Apache SkyWalking Buildpack' to 'Paketo Buildpack for Apache SkyWalking'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/appdynamics that referenced this issue Aug 31, 2022
Renames 'Paketo AppDynamics Buildpack' to 'Paketo Buildpack for AppDynamics'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/aternity that referenced this issue Aug 31, 2022
Renames 'Paketo Aternity Buildpack' to 'Paketo Buildpack for Aternity'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/ca-certificates that referenced this issue Aug 31, 2022
Renames 'Paketo CA Certificates Buildpack' to 'Paketo Buildpack for CA Certificates'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/encrypt-at-rest that referenced this issue Aug 31, 2022
Renames 'Paketo Encrypt-at-Rest Buildpack' to 'Paketo Buildpack for Encrypt-at-Rest'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/builder-jammy-full that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/builder-jammy-base that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/builder-jammy-tiny that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/tiny-builder that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/base-builder that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/full-builder that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/samples that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/bundler that referenced this issue Sep 1, 2022
Renames 'Paketo Bundler Buildpack' to 'Paketo Buildpack for Bundler'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/base-builder that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
dmikusa pushed a commit to paketo-buildpacks/samples that referenced this issue Sep 1, 2022
    Partially renames 'Paketo <tech> Buildpack' to 'Paketo Buildpack for <tech>' where present in README or Go code.

    Implements RFC 0050, paketo-buildpacks/rfcs#233, for this project.

    This is done for a subset of buildpacks:

    - spring-boot
    - appdynamics
    - datadog
    - jprofiler
    - google-stackdriver
    - adoptium
    - sbt
    - maven
    - gradle
    - syft
    - executable-jar

    This should unblock the builders until the rest of the buildpacks can be released under the new name.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/nodejs that referenced this issue Sep 1, 2022
Renames 'Paketo Node.js Buildpack' to 'Paketo Buildpack for Node.js'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/rake that referenced this issue Sep 1, 2022
Renames 'Paketo Rake Buildpack' to 'Paketo Buildpack for Rake'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/rake that referenced this issue Sep 1, 2022
Renames 'Paketo Rake Buildpack' to 'Paketo Buildpack for Rake'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/node-start that referenced this issue Sep 1, 2022
Renames 'Paketo Node Start Buildpack' to 'Paketo Buildpack for Node Start'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/node-start that referenced this issue Sep 1, 2022
Renames 'Paketo Node Start Buildpack' to 'Paketo Buildpack for Node Start'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/yarn that referenced this issue Sep 1, 2022
Renames 'Paketo Yarn Buildpack' to 'Paketo Buildpack for Yarn'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/yarn that referenced this issue Sep 1, 2022
Renames 'Paketo Yarn Buildpack' to 'Paketo Buildpack for Yarn'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/yarn-start that referenced this issue Sep 1, 2022
Renames 'Paketo Yarn Start Buildpack' to 'Paketo Buildpack for Yarn Start'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/yarn-start that referenced this issue Sep 1, 2022
Renames 'Paketo Yarn Start Buildpack' to 'Paketo Buildpack for Yarn Start'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/npm-start that referenced this issue Sep 1, 2022
Renames 'Paketo NPM Start Buildpack' to 'Paketo Buildpack for NPM Start'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/npm-start that referenced this issue Sep 1, 2022
Renames 'Paketo NPM Start Buildpack' to 'Paketo Buildpack for NPM Start'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/rackup that referenced this issue Sep 1, 2022
Renames 'Paketo Rackup Buildpack' to 'Paketo Buildpack for Rackup'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
ryanmoran pushed a commit to paketo-buildpacks/rackup that referenced this issue Sep 1, 2022
Renames 'Paketo Rackup Buildpack' to 'Paketo Buildpack for Rackup'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>
sophiewigmore pushed a commit to paketo-buildpacks/php-start that referenced this issue Sep 6, 2022
Renames 'Paketo PHP Start Buildpack' to 'Paketo Buildpack for PHP Start'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>

Signed-off-by: Daniel Mikusa <[email protected]>
Co-authored-by: Tim Hitchener <[email protected]>
Co-authored-by: Sophie Wigmore <[email protected]>
sophiewigmore added a commit to paketo-buildpacks/php-memcached-session-handler that referenced this issue Sep 6, 2022
Renames 'Paketo PHP Memcached Session Handler Buildpack' to 'Paketo Buildpack for PHP Memcached Session Handler'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>

Signed-off-by: Daniel Mikusa <[email protected]>
Co-authored-by: Tim Hitchener <[email protected]>
Co-authored-by: Sophie Wigmore <[email protected]>
sophiewigmore pushed a commit to paketo-buildpacks/php-dist that referenced this issue Sep 6, 2022
Renames 'Paketo PHP Distribution Buildpack' to 'Paketo Buildpack for PHP Distribution'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>

Signed-off-by: Daniel Mikusa <[email protected]>
Co-authored-by: Sophie Wigmore <[email protected]>
sophiewigmore pushed a commit to paketo-buildpacks/composer-install that referenced this issue Sep 7, 2022
* Implement RFC 0050: Rename Buildpack

Renames 'Paketo Composer Install Buildpack' to 'Paketo Buildpack for Composer Install'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>

* Fix buildpack name assertions

* fix comment wording

* remove buildpack name assertions

Signed-off-by: Daniel Mikusa <[email protected]>
Co-authored-by: Timothy Hitchener <[email protected]>
Co-authored-by: Tim Hitchener <[email protected]>
Co-authored-by: Sophie Wigmore <[email protected]>
sophiewigmore pushed a commit to paketo-buildpacks/php that referenced this issue Sep 7, 2022
* Implement RFC 0050: Rename Buildpack

Renames 'Paketo PHP Buildpack' to 'Paketo Buildpack for PHP'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <[email protected]>

* modify buildpack name in readme

Signed-off-by: Daniel Mikusa <[email protected]>
Co-authored-by: Sophie Wigmore <[email protected]>
@ForestEckhardt
Copy link
Contributor

I believe that this is completed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants