Advertisement
Guest User

cookiecutter

a guest
Feb 17th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.44 KB | None | 0 0
  1. (midstream) [lmilbaum@lmilbaum midstream-template]$ cookiecutter -v $PWD
  2. DEBUG cookiecutter.main: context_file is /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/cookiecutter.json
  3. DEBUG cookiecutter.generate: Context generated is OrderedDict([('cookiecutter', OrderedDict([('upstream_project_name', 'my-fency-project'), ('downstream_project_name', '{{cookiecutter.upstream_project_name}}'), ('upstream_branch_name', 'master'), ('upstream_repo_url', 'https://github.com/{{cookiecutter.upstream_project_name}}'), ('downstream_branch_name', '{{cookiecutter.upstream_branch_name}}'), ('upstream_commit', 'v0.0.1'), ('cpaas_product_file', 'test-product.yml'), ('downstream_repo_url', 'code.engineering.redhat.com'), ('downstream_repo_port', '22')]))])
  4. upstream_project_name [my-fency-project]: multicloud-operators-cluster-controller
  5. downstream_project_name [multicloud-operators-cluster-controller]:
  6. upstream_branch_name [master]:
  7. upstream_repo_url [https://github.com/multicloud-operators-cluster-controller]: release-1.0.0
  8. downstream_branch_name [master]: rhacm-4.0-rhel-7
  9. upstream_commit [v0.0.1]: 1080f694dd047654e81e6e8170b409a2807a27ee
  10. cpaas_product_file [test-product.yml]: /home/lmilbaum/src/gitlab.sat.engineering.redhat.com/lmilbaum/rhacm/product.yml
  11. downstream_repo_url [code.engineering.redhat.com]:
  12. downstream_repo_port [22]:
  13. DEBUG cookiecutter.utils: Making sure path exists: /home/lmilbaum/.cookiecutter_replay/
  14. DEBUG cookiecutter.utils: Created directory at: /home/lmilbaum/.cookiecutter_replay/
  15. DEBUG cookiecutter.find: Searching /home/lmilbaum/src/code.engineering.redhat.com/midstream-template for the project template.
  16. DEBUG cookiecutter.find: The project template appears to be /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/{{cookiecutter.downstream_project_name}}
  17. DEBUG cookiecutter.generate: Generating project from /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/{{cookiecutter.downstream_project_name}}...
  18. DEBUG cookiecutter.generate: Rendered dir multicloud-operators-cluster-controller must exist in output_dir .
  19. DEBUG cookiecutter.utils: Making sure path exists: multicloud-operators-cluster-controller
  20. DEBUG cookiecutter.utils: Created directory at: multicloud-operators-cluster-controller
  21. DEBUG cookiecutter.generate: Project directory is /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller
  22. DEBUG cookiecutter.hooks: hooks_dir is /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/hooks
  23. DEBUG cookiecutter.hooks: No pre_gen_project hook found
  24. DEBUG cookiecutter.generate: Rendered dir /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation must exist in output_dir .
  25. DEBUG cookiecutter.utils: Making sure path exists: /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation
  26. DEBUG cookiecutter.utils: Created directory at: /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation
  27. DEBUG cookiecutter.generate: Processing file stdci.yaml
  28. DEBUG cookiecutter.generate: Created file at /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/stdci.yaml
  29. DEBUG cookiecutter.generate: Check stdci.yaml to see if it's a binary
  30. DEBUG cookiecutter.generate: Writing contents to file /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/stdci.yaml
  31. DEBUG cookiecutter.generate: Processing file .gitreview
  32. DEBUG cookiecutter.generate: Created file at /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/.gitreview
  33. DEBUG cookiecutter.generate: Check .gitreview to see if it's a binary
  34. DEBUG cookiecutter.generate: Writing contents to file /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/.gitreview
  35. DEBUG cookiecutter.generate: Processing file automation/check-patch.sh
  36. DEBUG cookiecutter.generate: Created file at /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/check-patch.sh
  37. DEBUG cookiecutter.generate: Check automation/check-patch.sh to see if it's a binary
  38. DEBUG cookiecutter.generate: Writing contents to file /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/check-patch.sh
  39. DEBUG cookiecutter.generate: Processing file automation/poll-upstream-sources.sh
  40. DEBUG cookiecutter.generate: Created file at /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/poll-upstream-sources.sh
  41. DEBUG cookiecutter.generate: Check automation/poll-upstream-sources.sh to see if it's a binary
  42. DEBUG cookiecutter.generate: Writing contents to file /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/poll-upstream-sources.sh
  43. DEBUG cookiecutter.generate: Processing file automation/upstream_sources.yaml
  44. DEBUG cookiecutter.generate: Created file at /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/upstream_sources.yaml
  45. DEBUG cookiecutter.generate: Check automation/upstream_sources.yaml to see if it's a binary
  46. DEBUG cookiecutter.generate: Writing contents to file /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/upstream_sources.yaml
  47. DEBUG cookiecutter.generate: Processing file automation/check-merged.sh
  48. DEBUG cookiecutter.generate: Created file at /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/check-merged.sh
  49. DEBUG cookiecutter.generate: Check automation/check-merged.sh to see if it's a binary
  50. DEBUG cookiecutter.generate: Writing contents to file /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/multicloud-operators-cluster-controller/automation/check-merged.sh
  51. DEBUG cookiecutter.hooks: hooks_dir is /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/hooks
  52. DEBUG cookiecutter.hooks: Running hook post_gen_project
  53. INFO:__main__:Using context: {'downstream_project_name': 'multicloud-operators-cluster-controller', 'downstream_branch_name': 'rhacm-4.0-rhel-7', 'downstream_repo_url': 'code.engineering.redhat.com', 'downstream_repo_port': '22', 'cpaas_product_file': '/home/lmilbaum/src/gitlab.sat.engineering.redhat.com/lmilbaum/rhacm/product.yml', 'template_path': '/home/lmilbaum/src/code.engineering.redhat.com/midstream-template'}
  54. INFO:__main__:Rendering: /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/component-templates/containers-template/content_sets.yml -> /tmp/tmpd_v8o177/content_sets.yml
  55. INFO:__main__:Rendering: /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/component-templates/containers-template/Dockerfile.in -> /tmp/tmpd_v8o177/Dockerfile.in
  56. INFO:__main__:Rendering: /home/lmilbaum/src/code.engineering.redhat.com/midstream-template/component-templates/containers-template/container.yaml.in -> /tmp/tmpd_v8o177/container.yaml.in
  57.  
  58.  
  59.  
  60.  
  61. upstream_sources.yml
  62. ---
  63. git:
  64. - branch: master
  65. commit: 1080f694dd047654e81e6e8170b409a2807a27ee
  66. url: release-1.0.0
  67. dest_formats:
  68. source_repos: {}
  69. branch: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement