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>.

@ryanmoran ryanmoran moved this to 📋 Planned in Paketo Roadmap 2022 Aug 3, 2022
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
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 <dmikusa@vmware.com>
@davidmirror-ops davidmirror-ops moved this from 📋 Planned to 🚧 In Progress in Paketo Roadmap 2022 Sep 6, 2022
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 <dmikusa@vmware.com>

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
Co-authored-by: Tim Hitchener <thitch97@users.noreply.github.com>
Co-authored-by: Sophie Wigmore <swigmore@vmware.com>
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 <dmikusa@vmware.com>

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
Co-authored-by: Tim Hitchener <thitch97@users.noreply.github.com>
Co-authored-by: Sophie Wigmore <sophiemwigmore@gmail.com>
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 <dmikusa@vmware.com>

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
Co-authored-by: Sophie Wigmore <swigmore@vmware.com>
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 <dmikusa@vmware.com>

* Fix buildpack name assertions

* fix comment wording

* remove buildpack name assertions

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
Co-authored-by: Timothy Hitchener <thitchener@pivotal.io>
Co-authored-by: Tim Hitchener <thitch97@users.noreply.github.com>
Co-authored-by: Sophie Wigmore <swigmore@vmware.com>
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 <dmikusa@vmware.com>

* modify buildpack name in readme

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
Co-authored-by: Sophie Wigmore <swigmore@vmware.com>
@ForestEckhardt
Copy link
Contributor

I believe that this is completed!

@fg-j fg-j moved this from 🚧 In Progress to ❓Status Needs Investigation in Paketo Roadmap 2022 Sep 26, 2022
@davidmirror-ops davidmirror-ops moved this from ❓Status Needs Investigation to 🚧 In Progress in Paketo Roadmap 2022 Sep 30, 2022
Repository owner moved this from 🚧 In Progress to ✅ Done in Paketo Roadmap 2022 Oct 4, 2022
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