Advertisement
dfarrell07

deb_dir_structure

Aug 10th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. vagrant@jessie:/vagrant$ tree
  2. .
  3. ├── build_vars.yaml
  4. ├── debian_templates
  5. │   ├── build_debianfiles.py
  6. │   ├── changelog_template
  7. │   ├── compat
  8. │   ├── control_template
  9. │   ├── karaf
  10. │   ├── opendaylight
  11. │   │   └── opendaylight-4.2.0-1
  12. │   │   └── debian
  13. │   │   ├── changelog
  14. │   │   ├── compat
  15. │   │   ├── control
  16. │   │   ├── karaf
  17. │   │   ├── opendaylight.install
  18. │   │   ├── opendaylight.postinst
  19. │   │   ├── opendaylight.postrm
  20. │   │   ├── opendaylight.service
  21. │   │   ├── opendaylight.upstart
  22. │   │   └── rules
  23. │   ├── opendaylight.install
  24. │   ├── opendaylight.postinst
  25. │   ├── opendaylight.postrm
  26. │   ├── opendaylight.service
  27. │   ├── opendaylight.upstart
  28. │   ├── README.txt
  29. │   └── rules_template
  30. ├── opendaylight
  31. │   └── debian
  32. │   ├── changelog
  33. │   ├── compat
  34. │   ├── control
  35. │   ├── karaf
  36. │   ├── opendaylight.install
  37. │   ├── opendaylight.postinst
  38. │   ├── opendaylight.postrm
  39. │   ├── opendaylight.service
  40. │   ├── opendaylight.upstart
  41. │   ├── README.Debian
  42. │   └── rules
  43. ├── README.markdown
  44. ├── requirements.txt
  45. └── Vagrantfile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement