Skip to content

Conversation

@ahmetb
Copy link
Contributor

@ahmetb ahmetb commented Mar 14, 2019

Adding an EXIT trap to cleanup the /tmp directories containing

  1. cloned knative repos (can be huge, especially going forward)
  2. gen-crd-api-reference-docs tool's repo + built binary

Fixes #1000.

/assign @RichieEscarez

Adding an EXIT trap to cleanup the /tmp directories containing

1. cloned knative repos (can be huge, especially going forward)
2. `gen-crd-api-reference-docs` tool's repo + built binary

Fixes knative#1000.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Mar 14, 2019
@knative-prow-robot knative-prow-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 14, 2019
@RichieEscarez
Copy link
Contributor

This works but needs the fixed from #998 (see details there). Thanks again @ahmetb, for helping make this process better!

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 15, 2019
@knative-prow-robot knative-prow-robot removed the lgtm Indicates that a PR is ready to be merged. label Mar 15, 2019
@knative-prow-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@RichieEscarez
Copy link
Contributor

RichieEscarez commented Mar 15, 2019

Resolved merge conflict and also added in the suggested changes from #998 (swap the 'open' commands so linux is tried first):

if command -v xdg-open >/dev/null; then
         xdg-open "${out_dir}/"
elif command -v open >/dev/null; then
        open "${out_dir}/"

@ahmetb, please let me know if this is okay to merge?

@ahmetb
Copy link
Contributor Author

ahmetb commented Mar 15, 2019

/lgtm

@knative-prow-robot
Copy link
Contributor

@ahmetb: you cannot LGTM your own PR.

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@RichieEscarez RichieEscarez added lgtm Indicates that a PR is ready to be merged. approved labels Mar 15, 2019
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: ahmetb

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot merged commit 0b7f8ff into knative:master Mar 15, 2019
vorburger added a commit to vorburger/docs that referenced this pull request Mar 19, 2019
* master:
  fix serving directory path (knative#1015)
  site: insert 'docs' container folder at root (for knative.dev) (knative#1007)
  hack: update ref docs gen script to cleanup tmp dirs (knative#1001)
  hack: configurable repo refs for api docs gen (knative#998)
  Update traffic splitting example to use Release mode (knative#964)
  Update Eventing cronjob-source for Cloudevents (knative#1006)
  Update issue templates -- delete extra template, add security note (knative#1003)
  Update issue templates -- separate feature request from new/changing functionality (knative#1002)
  Clarifying Docs contributor roles (knative#958)
  update OpenShift on install (knative#975)
  Update the monitoring file version (knative#996)
  Update Dockerfile (knative#991)
  update Knative-with-OpenShift from 3.10 to 3.11 (and minor clean up) (knative#974)
  make install/scripts/knative-with-openshift.sh +x and -e (knative#973)
  fix wrong path (knative#989)
  Update README.md (knative#987)
  Change MiniKube installation to require 1.12 cluster. (knative#873)
  fix typo (knative#963)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants