Skip to content
Snippets Groups Projects
  1. Jun 29, 2009
    • Timo Teräs's avatar
      cache: new applet (ref #49) · 9858ffff
      Timo Teräs authored
      Administrative tool to download or delete files to/from the cache.
      9858ffff
    • Timo Teräs's avatar
      db: cache packages (ref #49) · 233918e5
      Timo Teräs authored
      If /etc/apk/cache is a symlink to directory, a copy of all installed
      packages is stored there, and the index of remote repositories will
      be there instead of /var/lib/apk. This enables to reconstruct running
      system during boot.
      
      Left as todo: remove cached copy when the package is removed, and
      additional apk applet to download missing packages to cache and/or
      remove extra items.
      233918e5
  2. Jun 28, 2009
  3. Jun 25, 2009
    • Timo Teräs's avatar
      help: auto construct help · 7a29678a
      Timo Teräs authored
      And add some more verbosity to the help message.
      7a29678a
    • Timo Teräs's avatar
      upgrade: add --available option · 3a488564
      Timo Teräs authored
      That will make the upgrade prefer packages available in repositories.
      This is good if one want's to downgrade packages by removing an experimental
      repository. Or to force re-install of locally built vs. repository version
      when the package version are same, but checksum is different. Fixes #51.
      3a488564
    • Timo Teräs's avatar
      upgrade: new applet · 4d04bd8a
      Timo Teräs authored
      Currently just goes through all world dependencies and updates them
      where possible (ref #51).
      4d04bd8a
  4. Jun 22, 2009
  5. Jun 20, 2009
  6. Jun 19, 2009
  7. Jun 16, 2009
  8. Jun 11, 2009
  9. Jun 09, 2009
  10. May 27, 2009
  11. May 26, 2009
  12. May 25, 2009
  13. May 24, 2009
  14. May 21, 2009
  15. May 19, 2009
  16. May 18, 2009
  17. May 15, 2009
  18. May 14, 2009
  19. May 12, 2009
    • Natanael Copa's avatar
      index: support for -d to delete packages from given index · 2b6e5d6e
      Natanael Copa authored
      The syntax is: apk index -d /path/to/APK_INDEX.gz pkg...
      
      It does not seem like its possible to remove packages in the db so we
      trick apk_db_index_write() by setting the repo to on-zero.
      
      It's still not perfect since it does not recalculate the dependencies.
      2b6e5d6e
Loading