Advertisement
s243a

pkg progress to woof-next

Jan 8th, 2020
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.11 KB | None | 0 0
  1. Changed:
  2. 304: print_usage # Exact copy
  3. 321: func_list # Exact copy
  4. 339: update_system_cache # Exact copy
  5. 420: get_pkg_ext # Exact copy
  6. 476: get_pkg_version #Mostly copied
  7. 611: get_pkg_name_only #Mostly copied (Try to understand this one a bit better)
  8. 814: get_pkg_filename #Mostly copied: #TODO use something like: ALL_REPO_DB_PATHS
  9. 851: get_pkg_category #Exact copy
  10. 875: is_blacklisted_pkg #Exact copy
  11. 889: is_installed_pkg #Mostly an exact copy
  12. 927: is_builtin_pkg  #Mostly copied (doesn't seem to search file list files)
  13. 961: is_devx_pkg  #Mostly copied (doesn't seem to search file list files)
  14. 995: is_usr_pkg #Exact copy
  15. 1029: is_repo_pkg #Mostly copied
  16. 1074: is_current_repo_pkg #Mostly copied
  17. 1095: is_local_pkg #Exact copy
  18. ###########Big Gap###########
  19. 2374: list_pkg_names() #Major changes
  20. ###########Big Gap###########
  21. 4410: pkg_download(): major changes
  22. ###########Big Gap###########
  23. 5130: choose_pkg(): added debuging code
  24. ###########Big Gap###########
  25. 6075: list_deps() #TODO: fix concurancy issues.
  26. 6163: get_deps_entry
  27. 6593 (working on_: get_deps
  28. TODO:
  29. 6293: list_deps
  30.  
  31. 6453: find_deps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement