dfarrell07

proposed_deb_dir_structure

Aug 10th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. ├── build.py
  2. ├── build_vars.yaml
  3. ├── templates
  4. │ ├── build_debianfiles.py
  5. │ ├── changelog_template
  6. │ ├── compat
  7. │ ├── control_template
  8. │ ├── karaf
  9. │ ├── opendaylight.install
  10. │ ├── opendaylight.postinst
  11. │ ├── opendaylight.postrm
  12. │ ├── opendaylight.service
  13. │ ├── opendaylight.upstart
  14. │ └── rules_template
  15. ├── opendaylight-4.2.0-1 (auto-generated)
  16. │ └── debian
  17. │ ├── changelog
  18. │ ├── compat
  19. │ ├── control
  20. │ ├── karaf
  21. │ ├── opendaylight.install
  22. │ ├── opendaylight.postinst
  23. │ ├── opendaylight.postrm
  24. │ ├── opendaylight.service
  25. │ ├── opendaylight.upstart
  26. │ └── rules
  27. ├── README.markdown
  28. ├── requirements.txt
  29. └── Vagrantfile
Advertisement
Add Comment
Please, Sign In to add comment