Skip to content
Snippets Groups Projects
  1. Oct 09, 2020
  2. Oct 07, 2020
  3. Oct 06, 2020
  4. Oct 05, 2020
  5. Oct 03, 2020
  6. Oct 01, 2020
  7. Sep 28, 2020
  8. Aug 29, 2020
  9. Aug 26, 2020
  10. Aug 25, 2020
  11. Aug 24, 2020
  12. Jul 30, 2020
  13. May 29, 2020
  14. May 28, 2020
  15. May 27, 2020
  16. May 19, 2020
  17. May 17, 2020
  18. May 07, 2020
  19. May 06, 2020
    • Fredrik Gustafsson's avatar
      index: add argument --no-warnings · 68639286
      Fredrik Gustafsson authored and Timo Teräs's avatar Timo Teräs committed
      
      When creating an index apk warns if a dependency is missing a provider.
      However when using a multi-arch repository, it's not an error that
      a certain architecture is missing a dependency because that dependency
      could be in an other architecture. Since apk index doesn't know about
      this, add an argument to disable that warning.
      
      Maintainer note: rebased for new option handling, and minor stylistic
      adjustments.
      
      Signed-off-by: default avatarFredrik Gustafsson <fredrigu@axis.com>
      68639286
    • Timo Teräs's avatar
      rewrite option descriptors to be single string · 1d7123d8
      Timo Teräs authored
      This reduces the number of relocations on PIE binaries, and also
      reduces the executable size. Parsing of the options is slightly
      sped up as only the exact matching option group parser is called.
      1d7123d8
    • Timo Teräs's avatar
      man pages: make more friendly for help generation · 791f93fc
      Timo Teräs authored
      Also few minor fixups added.
      791f93fc
    • Timo Teräs's avatar
      add script to autogenerate help from man pages · 5258b484
      Timo Teräs authored
      This creates main help like:
      --
      usage: apk [<OPTIONS>...] COMMAND [<ARGUMENTS>...]
      
      Package installation and removal:
        add        Add packages to WORLD and commit changes
        del        Remove packages from WORLD and commit changes
      
      System maintenance:
        fix        Check WORLD against the system and ensure consistency
        update     Update repository indexes
        upgrade    Install upgrades available from repositories
        cache      Commands related to the management of an offline package cache
      
      Querying package information:
        info       Give detailed information about packages or repositories
        list       List packages matching a pattern or other criteria
        dot        Generate graphviz graphs
        policy     Show repository policy for packages
      
      Repository maintenance:
        index      Create repository index file from packages
        fetch      Download packages from global repositories to a local directory
        manifest   Show checksums of package contents
        verify     Verify package integrity and signature
      
      Miscellaneous:
        audit      Audit directories for changes
        stats      Show statistics about repositories and installations
        version    Compare package versions or perform tests on version strings
      
      This apk has coffee making abilities.
      --
      
      And applet specific help like:
      --
      usage: apk add [<OPTIONS>...] PACKAGES...
      
      Description:
        apk add adds the requested packages to WORLD and installs (or upgrades)
        them if not already present, ensuring all dependencies are met.
      
      Options:
        --initdb         Initialize a new package database
        -l, --latest     Disables normal heuristics for choosing which repository to install a
        -u, --upgrade    When adding packages which are already installed, upgrade them rather
        -t, --virtual NAME
                         Instead of adding the specified packages to WORLD, create a new
        --no-chown       Do not change file owner or group
      --
      5258b484
  20. Apr 28, 2020
  21. Apr 24, 2020
Loading