Skip to content
  1. May 14, 2017
  2. May 04, 2017
    • Mohammad AlSaleh's avatar
      Use pacsort instead of sort for the package index · bc98d8d5
      Mohammad AlSaleh authored and Seblu's avatar Seblu committed
      
      
       pacsort is required to list packages in the right order.
      
       Example: `agetpkg  -l '^linux$' |tail`
      
       Before:
       linux 4.3.2-1 x86_64
       linux 4.3.3-1 x86_64
       linux 4.3.3-2 x86_64
       linux 4.3.3-3 x86_64
       linux 4.4.1-1 x86_64
       linux 4.4.1-2 x86_64
       linux 4.4-1 x86_64
       linux 4.4-2 x86_64
       linux 4.4-3 x86_64
       linux 4.4-4 x86_64
      
       After:
       linux 4.3.2-1 x86_64
       linux 4.3.3-1 x86_64
       linux 4.3.3-2 x86_64
       linux 4.3.3-3 x86_64
       linux 4.4-1 x86_64
       linux 4.4-2 x86_64
       linux 4.4-3 x86_64
       linux 4.4-4 x86_64
       linux 4.4.1-1 x86_64
       linux 4.4.1-2 x86_64
      
      Signed-off-by: default avatarMohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
      bc98d8d5
  3. Dec 20, 2015
    • Seblu's avatar
      Rsync sources directory · 41909d4d
      Seblu authored
      Reserve the logic of syncing. Now it's a whitelist instead of a blacklist.
      This allow us to use kitchensink_tier1 from rsync.al.org to fetch
      the source tree, in order to complain with GPLv2 sources distribution.
      v1
      41909d4d
  4. Oct 20, 2015
  5. Oct 18, 2015
  6. Oct 17, 2015
  7. Oct 13, 2015
    • Seblu's avatar
      Improve rsync errors handling · fd5d5c36
      Seblu authored
      Do not fail when rsync repositories; try to sync iso and update links, etc.
      
      Also display error message when other rsync call return != 0
      fd5d5c36
    • Seblu's avatar
      Use one rsync server for repo and iso · 7c936f49
      Seblu authored
      Manage sync of repo and iso from the same rsync server
      7c936f49
    • Seblu's avatar
      Merge scripts · c08fd674
      Seblu authored
      All archiving script are now functions into archive.sh.
      Configuration is sourced from a archive.conf file.
      
      iso http sync support was dropped.
      c08fd674