Guest User

Untitled

a guest
Jun 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. btm@blackie:~/devel/platform/btm$ knife cookbook site vendor wordpress 0.5.0
  2. INFO: Downloading wordpress from the cookbooks site at version 0.5.0
  3. INFO: Cookbook saved: /home/btm/devel/platform/btm/cookbooks/wordpress.tar.gz
  4. INFO: Checking out the master branch.
  5. INFO: Checking the status of the vendor branch.
  6. INFO: Creating vendor branch.
  7. INFO: Removing pre-existing version.
  8. INFO: Uncompressing wordpress version 0.5.0.
  9. INFO: Adding changes.
  10. INFO: Committing changes.
  11. INFO: Creating tag chef-vendor-wordpress-0.5.0.
  12. INFO: Checking out the master branch.
  13. INFO: Merging changes from wordpress version 0.5.0.
  14. Updating 773fa3c..083a378
  15. Fast-forward
  16. .../attributes/{default.rb => wordpress.rb} | 20 ++++++++++----------
  17. cookbooks/wordpress/metadata.rb | 4 +---
  18. cookbooks/wordpress/recipes/default.rb | 5 ++---
  19. .../wordpress/templates/default/grants.sql.erb | 2 +-
  20. .../wordpress/templates/default/wordpress.conf.erb | 6 +++---
  21. 5 files changed, 17 insertions(+), 20 deletions(-)
  22. rename cookbooks/wordpress/attributes/{default.rb => wordpress.rb} (56%)
  23. INFO: Cookbook wordpress version 0.5.0 successfully vendored!
  24. btm@blackie:~/devel/platform/btm$ echo "# something" >> cookbooks/wordpress/recipes/default.rb
  25. btm@blackie:~/devel/platform/btm$ git commit !$ -m "do something to a cookbook"
  26. git commit cookbooks/wordpress/recipes/default.rb -m "do something to a cookbook"
  27. [master b3bd1f9] do something to a cookbook
  28. 1 files changed, 1 insertions(+), 0 deletions(-)
  29. btm@blackie:~/devel/platform/btm$ knife cookbook site vendor wordpress
  30. INFO: Downloading wordpress from the cookbooks site at version 0.6.2
  31. INFO: Cookbook saved: /home/btm/devel/platform/btm/cookbooks/wordpress.tar.gz
  32. INFO: Checking out the master branch.
  33. INFO: Checking the status of the vendor branch.
  34. INFO: Vendor branch found.
  35. INFO: Removing pre-existing version.
  36. INFO: Uncompressing wordpress version 0.6.2.
  37. INFO: Adding changes.
  38. INFO: Committing changes.
  39. INFO: Creating tag chef-vendor-wordpress-0.6.2.
  40. INFO: Checking out the master branch.
  41. INFO: Merging changes from wordpress version 0.6.2.
  42. Auto-merging cookbooks/wordpress/recipes/default.rb
  43. Merge made by recursive.
  44. .../attributes/{wordpress.rb => default.rb} | 20 ++++++++++----------
  45. cookbooks/wordpress/metadata.rb | 4 +++-
  46. cookbooks/wordpress/recipes/default.rb | 5 +++--
  47. .../wordpress/templates/default/grants.sql.erb | 2 +-
  48. .../wordpress/templates/default/wordpress.conf.erb | 6 +++---
  49. 5 files changed, 20 insertions(+), 17 deletions(-)
  50. rename cookbooks/wordpress/attributes/{wordpress.rb => default.rb} (56%)
  51. INFO: Cookbook wordpress version 0.6.2 successfully vendored!
Add Comment
Please, Sign In to add comment