tazpkg diff tazpkgbox @ rev 207
Add package md5 in log
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 23 12:48:57 2008 +0000 (2008-11-23) |
parents | 145e4d5def86 |
children | 7c00ac97d6bf |
line diff
1.1 --- a/tazpkgbox Fri Oct 31 08:33:32 2008 +0000 1.2 +++ b/tazpkgbox Sun Nov 23 12:48:57 2008 +0000 1.3 @@ -212,6 +212,9 @@ 1.4 <input file icon="system-software-update"></input> 1.5 <action>xterm -T "Package upgrade" -geometry 80x16+120+120 -e "tazpkg upgrade; sleep 2" 2>/dev/null</action> 1.6 <action>refresh:PKG</action> 1.7 + <action>refresh:DEV</action> 1.8 + <action>refresh:GET</action> 1.9 + <action>refresh:GETIT</action> 1.10 <action>refresh:PKG_STATS</action> 1.11 <action>refresh:CACHE_STATS</action> 1.12 </button> 1.13 @@ -517,7 +520,7 @@ 1.14 <button> 1.15 <label>Show journal</label> 1.16 <input file icon="find"></input> 1.17 - <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -T "Tazpkg journal (q to quit)" -geometry 80x25+120+120 -e "ls -l /var/log/tazpkg.log | cat - /var/log/tazpkg.log | less"</action> 1.18 + <action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -T "$(ls -l /var/log/tazpkg.log | while read mod links user grep remain ; do echo $remain ; done) (q to quit)" -geometry 80x25+120+120 -e "cat /var/log/tazpkg.log | less"</action> 1.19 </button> 1.20 </hbox> 1.21 </frame>