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

Vendor service-catalog and add to origin.spec #14301

Merged
merged 5 commits into from
Jun 9, 2017
Merged

Conversation

jpeeler
Copy link

@jpeeler jpeeler commented May 23, 2017

No description provided.

origin.spec Outdated
@@ -231,6 +238,30 @@ of docker. Exclude those versions of docker.
OS_ONLY_BUILD_PLATFORMS="${BUILD_PLATFORM}" %{os_git_vars} hack/build-cross.sh
%endif

# Build service-catalog
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be able to squash this into the above if/elif/else tree:

%build
%if 0%{make_redistributable}
# Create Binaries for all supported arches
%{os_git_vars} hack/build-cross.sh
%{os_git_vars} cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/hack/build-cross.sh 
%else
# ...

@jpeeler jpeeler changed the title WIP: add service-catalog and to origin.spec Add service-catalog and to origin.spec May 24, 2017
@jpeeler jpeeler changed the title Add service-catalog and to origin.spec Vendor service-catalog and add to origin.spec May 24, 2017
@jpeeler
Copy link
Author

jpeeler commented May 24, 2017

[test]

@jpeeler
Copy link
Author

jpeeler commented May 24, 2017

[test]

@jpeeler
Copy link
Author

jpeeler commented May 24, 2017

[test]

@jpeeler
Copy link
Author

jpeeler commented May 25, 2017

[test]

2 similar comments
@jpeeler
Copy link
Author

jpeeler commented May 25, 2017

[test]

@jpeeler
Copy link
Author

jpeeler commented May 25, 2017

[test]

@jpeeler
Copy link
Author

jpeeler commented May 25, 2017

[test] #13980

@jpeeler
Copy link
Author

jpeeler commented May 25, 2017

[test] #13980

@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 29, 2017
@aveshagarwal
Copy link
Contributor

@jpeeler Have you updated origin/hack/build-images.sh to include service catalog image so that the SC image is also built as part of origin/openshift build pipeline?

@aveshagarwal
Copy link
Contributor

@jpeeler uodate hack/verify-govet.sh as discussed with eparis if you think thats ok. I update mine.

@aveshagarwal
Copy link
Contributor

I am assuming you are already going to update this PR for one rpm/one container.

@jpeeler jpeeler force-pushed the master branch 2 times, most recently from 514a7de to da2f15a Compare May 31, 2017 18:34
@jpeeler
Copy link
Author

jpeeler commented May 31, 2017

[test]

@jpeeler
Copy link
Author

jpeeler commented May 31, 2017

[test]

@openshift-bot openshift-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 31, 2017
@eparis
Copy link
Member

eparis commented Jun 5, 2017

[merge] you fool! merge I say!

@openshift-bot
Copy link
Contributor

openshift-bot commented Jun 5, 2017

continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 14

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 6389af7

@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 6, 2017
@jpeeler
Copy link
Author

jpeeler commented Jun 6, 2017

[test]

@eparis
Copy link
Member

eparis commented Jun 6, 2017

[merge] after rebase

@openshift-bot openshift-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 6, 2017
@jpeeler
Copy link
Author

jpeeler commented Jun 6, 2017

[test]

@eparis
Copy link
Member

eparis commented Jun 7, 2017

and since you edit'd it we need another [merge]

@jpeeler
Copy link
Author

jpeeler commented Jun 7, 2017

[test]

@eparis
Copy link
Member

eparis commented Jun 7, 2017

[test] because of flaky stuff?

@openshift-bot openshift-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 8, 2017
Jeff Peeler added 4 commits June 8, 2017 10:31
…service-catalog/' content from commit c91fecb

git-subtree-dir: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog
git-subtree-split: c91fecb25e0231e17cb7b456fe9eb6a8ad9936ad
make golint and gofmt ignore service catalog
exclude from test-go.sh
Produces service catalog subpackage
@eparis
Copy link
Member

eparis commented Jun 8, 2017

[merge]

@aveshagarwal
Copy link
Contributor

@jpeeler I am confused why it seems that you removed hellp-openshift image and added s-c image hack/push-release.sh? sorry if I missed something.

also add image to push-release.sh
@openshift-bot openshift-bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 8, 2017
@eparis
Copy link
Member

eparis commented Jun 8, 2017

[merge] (but with 24 in the queue, it isn't going to matter any time soon)

origin.spec Outdated
# Install service-catalog
install -p -m 755 cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/_output/local/bin/${PLATFORM}/apiserver %{buildroot}%{_bindir}/
install -p -m 755 cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/_output/local/bin/${PLATFORM}/controller-manager %{buildroot}%{_bindir}/
install -p -m 755 cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/_output/local/bin/${PLATFORM}/user-broker %{buildroot}%{_bindir}/
Copy link
Member

Choose a reason for hiding this comment

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

@pmorie - why are we shipping this? we should remove the user-broker

origin.spec Outdated
%files service-catalog
%{_bindir}/apiserver
%{_bindir}/controller-manager
%{_bindir}/user-broker
Copy link
Member

Choose a reason for hiding this comment

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

same here...

@eparis
Copy link
Member

eparis commented Jun 9, 2017

wait the [test] failed because it logged in too quickly?

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 840f4a8

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2053/) (Base Commit: cc2ed8f)

@eparis eparis merged commit 8844065 into openshift:master Jun 9, 2017
@stevekuznetsov
Copy link
Contributor

lol

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.

6 participants