tazpkg diff tazpanel/pkgs.cgi @ rev 812
tazpkg-box, tazpkg: allow to get and install packages using folder with spaces in the path.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 04 17:15:40 2015 +0300 (2015-06-04) |
parents | 6ac7d1bf450b |
children | 92ae73ca4a4a |
line diff
1.1 --- a/tazpanel/pkgs.cgi Mon May 18 17:15:30 2015 +0300 1.2 +++ b/tazpanel/pkgs.cgi Thu Jun 04 17:15:40 2015 +0300 1.3 @@ -770,17 +770,13 @@ 1.4 1.5 <section> 1.6 <header> 1.7 - $(_ 'Recharging log') 1.8 + <span data-icon="sync">$(_ 'Recharging log')</span> 1.9 <form>$(show_button up)</form> 1.10 </header> 1.11 - 1.12 - <pre class="scroll"> 1.13 EOT 1.14 echo $(_ 'Recharging packages list') | log 1.15 - tazpkg recharge | filter_taztools_msgs 1.16 + export output="html"; tazpkg recharge 1.17 cat <<EOT 1.18 - </pre> 1.19 - 1.20 <footer>$(_ 'Packages lists are up-to-date. You should check for upgrades now.')</footer> 1.21 </section> 1.22 EOT 1.23 @@ -1071,14 +1067,12 @@ 1.24 echo "</ul>" ;; 1.25 quickcheck) 1.26 loading_msg "$(_ 'Checking packages consistency...')" 1.27 - echo "<pre>" 1.28 tazpkg check 1.29 - echo "</pre>" ;; 1.30 + ;; 1.31 fullcheck) 1.32 loading_msg "$(_ 'Full packages check...')" 1.33 - echo "<pre>" 1.34 tazpkg check --full 1.35 - echo "</pre>" ;; 1.36 + ;; 1.37 dvdimage) 1.38 dev=$(POST dvdimage) 1.39 mkdir -p /mnt/packages 2> /dev/null