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

Update all chef-server pins to the latest #843

Merged
merged 2 commits into from
Jul 10, 2019

Conversation

stevendanna
Copy link
Contributor

This updates all pins for packages published by chef/chef-server and
introduces a script that can be used to update the pins in the
future. The script can be used as follows:

NO_GIT=true ./.expeditor/update_chef_server.sh unstable

and can also be wired into expeditor. We have not added expeditor
configuration for it yet as I think we need to decide what channel we
want to follow. If we want to follow stable then the script will
need additional logic to ensure either that:

  1. We never roll these pins backwards when currently pinned to
    unstable, or

  2. Updates all transitive dependencies pins as well.

Signed-off-by: Steven Danna steve@chef.io

This updates all pins for packages published by chef/chef-server and
introduces a script that can be used to update the pins in the
future. The script can be used as follows:

    NO_GIT=true ./.expeditor/update_chef_server.sh unstable

and can also be wired into expeditor. We have not added expeditor
configuration for it yet as I think we need to decide what channel we
want to follow. If we want to follow `stable` then the script will
need additional logic to ensure either that:

1) We never roll these pins backwards when currently pinned to
unstable, or

2) Updates all transitive dependencies pins as well.

Signed-off-by: Steven Danna <steve@chef.io>
@stevendanna stevendanna requested a review from a team as a code owner July 10, 2019 11:02
Signed-off-by: Steven Danna <steve@chef.io>
Copy link
Contributor

@srenatus srenatus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. And what a relief to have this wired up!

@stevendanna
Copy link
Contributor Author

Merging this without configuring it with expeditor yet.

@stevendanna stevendanna merged commit 631f0d4 into master Jul 10, 2019
@chef-ci chef-ci deleted the ssd/sort-out-chef-server-part-1 branch July 10, 2019 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants