Advertisement
Guest User

Untitled

a guest
Sep 9th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. diff --git a/lorry-controller.conf b/lorry-controller.conf
  2. index 6b156ba..36f26d6 100644
  3. --- a/lorry-controller.conf
  4. +++ b/lorry-controller.conf
  5. @@ -4,6 +4,7 @@
  6. "uuid": "baserock/open-source-lorries/3H",
  7. "serial": 1,
  8. "interval": "3H",
  9. + "lorry-timeout": "2H",
  10. "create": "always",
  11. "destroy": "never",
  12. "stagger": true,
  13. diff --git a/open-source-lorries/log4cxx.lorry b/open-source-lorries/log4cxx.lorry
  14. new file mode 100644
  15. index 0000000..db97fc9
  16. --- /dev/null
  17. +++ b/open-source-lorries/log4cxx.lorry
  18. @@ -0,0 +1,8 @@
  19. +{
  20. + "log4cxx": {
  21. + "type": "svn",
  22. + "url": "http://svn.apache.org/repos/asf/incubator/log4cxx/trunk",
  23. + "layout": "standard"
  24. + }
  25. +}
  26. +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement