Skip to content
Snippets Groups Projects
  1. Oct 09, 2012
  2. Oct 08, 2012
  3. Oct 05, 2012
  4. Oct 03, 2012
    • Timo Teräs's avatar
      solver: various fixes · 4dd8c58d
      Timo Teräs authored
       * push_decision expects to always get the package primary 'name'
         as apk_name. ASSERT that and fix problem cases.
         (though - this might need to be reverted, and store the non
          primary name in apk_decision instead to accomodate for better
          backtracking optimizations)
       * fix error reporting of virtual package names
       * make 'assign_name' errors soft. the incorrect packages just are
         no longer consider instead of aborting whole calculation.
       * fix backtracking of virtual packages that are not depended
         directly
      4dd8c58d
    • Natanael Copa's avatar
      solver: improve assert error messages · 081155c4
      Natanael Copa authored
      Print name of package and void double "ERROR"
      081155c4
    • Natanael Copa's avatar
      solver: fix compile with -Werror on 64bit · 00958d92
      Natanael Copa authored
      00958d92
  5. Sep 28, 2012
  6. Sep 20, 2012
  7. Sep 04, 2012
    • Timo Teräs's avatar
      db: remove AT_SYMLINK_NOFOLLOW for directory permissions · 8a4371cc
      Timo Teräs authored
      fchmodat does not support this flag - symlinks do not have permissions.
      
      Sysadmin probably does not expect us to not follow symlinks either:
      if /var -> /mnt/foo/var, we should be making sure the permissions
      and ownership is correct on the target directory, not on the symlink.
      
      Since fchmodat never returned ENOENT with AT_SYMLINK_NOFOLLOW, this
      also fixes directory re-creation if it does not exist. fixes #1348.
      8a4371cc
  8. Jul 16, 2012
  9. Jul 09, 2012
  10. Jun 06, 2012
  11. May 07, 2012
  12. May 01, 2012
  13. Apr 27, 2012
  14. Apr 03, 2012
  15. Mar 31, 2012
  16. Mar 30, 2012
  17. Mar 28, 2012
  18. Mar 01, 2012
  19. Feb 29, 2012
Loading