Advertisement
X-dark

pacaur aur deps diff

Aug 30th, 2011
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.11 KB | None | 0 0
  1. diff /tmp/pacaur/with_ignore.log /tmp/pacaur/without_ignore.log
  2. 70,72c70,78
  3. < warning: cacti: ignoring package upgrade (0.8.7g-1 => 0.8.7g-3)
  4. <  there is nothing to do
  5. < + [[ ! -n '' ]]
  6. ---
  7. > resolving dependencies...
  8. > looking for inter-conflicts...
  9. >
  10. > Targets (1): cacti-0.8.7g-3
  11. >
  12. > Total Download Size:    1.79 MB
  13. > Total Installed Size:   6.44 MB
  14. >
  15. > Proceed with installation? [Y/n] + [[ ! -n '' ]]
  16. 428d433
  17. < ++ sed -r 's:\x1B\[[0-9;]*[mK]::g'
  18. 429a435
  19. > ++ sed -r 's:\x1B\[[0-9;]*[mK]::g'
  20. 454c460
  21. < ++ for i in '"${binarydeps[@]}"'
  22. ---
  23. > ++ sort -du
  24. 489d494
  25. < ++ grep error:
  26. 490a496
  27. > ++ grep error:
  28. 499,510c505
  29. < + [[ -n cacti ]]
  30. < + local j=0
  31. < + for i in '${depspkgs[@]}'
  32. < ++ expac -S %n haskell-timezone-olson
  33. < + [[ -z '' ]]
  34. < + aurdepspkgs[$j]=haskell-timezone-olson
  35. < + (( j++ ))
  36. < + for i in '${depspkgs[@]}'
  37. < ++ expac -S %n haskell-timezone-series
  38. < + [[ -z '' ]]
  39. < + aurdepspkgs[$j]=haskell-timezone-series
  40. < + (( j++ ))
  41. ---
  42. > + [[ -n '' ]]
  43. 512,521c507,510
  44. < + [[ -n cacti ]]
  45. < + IgnoreChecks xmobar-git haskell-timezone-series haskell-timezone-olson
  46. < + unset deps
  47. < + [[ ! -n true ]]
  48. < + for i in '"${aurpkgs[@]}"'
  49. < + [[  cacti  =~  xmobar-git  ]]
  50. < + deps+=("$i")
  51. < + nothingtodo xmobar-git
  52. < + [[ -z xmobar-git ]]
  53. < + ReinstallChecks xmobar-git
  54. ---
  55. > + [[ -n '' ]]
  56. > + nothingtodo xmobar-git haskell-timezone-series haskell-timezone-olson
  57. > + [[ -z xmobar-git haskell-timezone-series haskell-timezone-olson ]]
  58. > + ReinstallChecks xmobar-git haskell-timezone-series haskell-timezone-olson
  59. 523c512
  60. < ++ expac -Q %n xmobar-git
  61. ---
  62. > ++ expac -Q %n xmobar-git haskell-timezone-series haskell-timezone-olson
  63. 525c514
  64. < ++ expac -Q %v xmobar-git
  65. ---
  66. > ++ expac -Q %v xmobar-git haskell-timezone-series haskell-timezone-olson
  67. 541c530
  68. < + OutofdateChecks xmobar-git
  69. ---
  70. > + OutofdateChecks xmobar-git haskell-timezone-series haskell-timezone-olson
  71. 543d531
  72. < + paraexec
  73. 549a538,552
  74. > + for i in '${deps[@]}'
  75. > + paraexec
  76. > + DownloadJson haskell-timezone-series
  77. > + [[ ! -f /tmp/pacaurtmp-cgirard/haskell-timezone-series.json ]]
  78. > + curl -Lfs 'https://aur.archlinux.org/rpc.php?type=info&arg=haskell-timezone-series'
  79. > ++ jobs
  80. > ++ wc -l
  81. > + ((  2 >= 10  ))
  82. > + for i in '${deps[@]}'
  83. > + paraexec
  84. > + DownloadJson haskell-timezone-olson
  85. > + [[ ! -f /tmp/pacaurtmp-cgirard/haskell-timezone-olson.json ]]
  86. > + curl -Lfs 'https://aur.archlinux.org/rpc.php?type=info&arg=haskell-timezone-olson'
  87. > ++ wc -l
  88. > + ((  3 >= 10  ))
  89. 553a557,562
  90. > + for i in '${deps[@]}'
  91. > ++ grep '"OutOfDate":"1"' /tmp/pacaurtmp-cgirard/haskell-timezone-series.json
  92. > + [[ -n '' ]]
  93. > + for i in '${deps[@]}'
  94. > ++ grep '"OutOfDate":"1"' /tmp/pacaurtmp-cgirard/haskell-timezone-olson.json
  95. > + [[ -n '' ]]
  96. 555c564
  97. < + echo -e '\n\e[1;33mAUR Targets (1): xmobar-git'
  98. ---
  99. > + echo -e '\n\e[1;33mAUR Targets (3): xmobar-git' haskell-timezone-series haskell-timezone-olson
  100. 557c566
  101. < AUR Targets (1): xmobar-git
  102. ---
  103. > AUR Targets (3): xmobar-git haskell-timezone-series haskell-timezone-olson
  104. 569c578
  105. < + CleanUp xmobar-git
  106. ---
  107. > + CleanUp xmobar-git haskell-timezone-series haskell-timezone-olson
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement