Skip to content
Snippets Groups Projects
  1. Oct 07, 2009
  2. Oct 04, 2009
    • Dan McGee's avatar
      3.2.2 release changes · a131c468
      Dan McGee authored
      
      Signed-off-by: default avatarDan McGee <dan@archlinux.org>
      a131c468
    • Dan McGee's avatar
      doc: Add HACKING to html target · d7a20d9c
      Dan McGee authored
      
      Signed-off-by: default avatarDan McGee <dan@archlinux.org>
      d7a20d9c
    • Dan McGee's avatar
      doc: ensure SyncFirst behavior with flags is clear · 42042723
      Dan McGee authored
      
      When a SyncFirst transaction kicks in, no flags like '--force' are honored.
      This is for good reason, as honoring something like '--asdeps' could be
      quite unintentional. Document this fact and a possible workaround.
      
      Signed-off-by: default avatarDan McGee <dan@archlinux.org>
      42042723
    • Xavier Chantry's avatar
      callback.c : fallback to normal download with bogus size · 44a57c89
      Xavier Chantry authored
      
      When using totaldownload, we might get into some weird situations where
      xfered>total because of bogus CSIZE database entries.
      
      This code adds a sanity check and fallbacks to normal download progress if
      needed.
      
      Here is an example using totaldownload on a database with wrong CSIZE, for a
      total download of ~26 MB.
      
      Before :
      
       gnome-desktop-2.28....  1144,3K  678,3K/s 00:00:02 [#################]   4%
       gnome-panel-2.28.0-...     4,2M  887,7K/s 00:00:05 [#################]  16%
       gnome-applets-2.28....    13,6M 1083,0K/s 00:00:13 [#################]  52%
       gnome-backgrounds-2...    22,9M  964,0K/s 00:00:24 [#################]  87%
       gnome-settings-daem...    23,6M  938,5K/s 00:00:26 [#################]  90%
       gnome-control-cente...    26,1M  946,1K/s 00:00:28 [#################] 100%
       gnome-icon-theme-2....    27,7M 1465,0K/s 1193046:28:15 [#######----------] gnome-icon-theme-2....    28,0M 1502,2K/s 1193046:28:15 [########---------] gnome-icon-theme-2....    28,4M 1582,2K/s 1193046:28:15 [##########-------] gnome-icon-theme-2....    28,7M 1603,4K/s 1193046:28:15 [############-----] gnome-icon-theme-2....    29,0M 1604,5K/s 1193046:28:15 [##############---] gnome-icon-theme-2....    29,3M 1621,0K/s 1193046:28:14 [################-] gnome-icon-theme-2....    29,6M 1434,8K/s 1193046:28:14 [#################] gnome-icon-theme-2....    29,6M  974,2K/s 00:00:31 [#################] 113%
      
      After :
      
       gnome-desktop-2.28....  1144,3K 1038,7K/s 00:00:01 [#################]   4%
       gnome-panel-2.28.0-...     4,2M  988,4K/s 00:00:04 [#################]  16%
       gnome-applets-2.28....    13,6M 1190,4K/s 00:00:12 [#################]  52%
       gnome-backgrounds-2...    22,9M 1242,9K/s 00:00:19 [#################]  87%
       gnome-settings-daem...    23,6M 1193,9K/s 00:00:20 [#################]  90%
       gnome-control-cente...     2,5M 1347,4K/s 00:00:02 [#################] 100%
       gnome-icon-theme-2....     3,5M 1205,4K/s 00:00:03 [#################] 100%
      
      Note that gnome-control-center resetted to normal progress mode
      (2,5M is the package size, not the total size)
      
      Signed-off-by: default avatarXavier Chantry <shiningxc@gmail.com>
      Signed-off-by: default avatarDan McGee <dan@archlinux.org>
      44a57c89
  3. Sep 30, 2009
  4. Sep 24, 2009
  5. Sep 23, 2009
  6. Sep 22, 2009
  7. Sep 20, 2009
  8. Sep 18, 2009
  9. Sep 17, 2009
  10. Sep 15, 2009
  11. Sep 09, 2009
Loading