Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pkginfo size output #130

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 17, 2023

  1. add size outputs to PkgInfoReader

    Adds additional keys from cataloginfo to processor output:
    - installer_item_size: size of the source pkg sent to the processor
    - installed_size: size of the pkg contents once installed, as reported by the pkg
    mhrono committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1b86657 View commit details
    Browse the repository at this point in the history
  2. Update PkgInfoReader.py

    remove erroneous additional newline
    mhrono committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3edcba6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    0e6f24f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0335ce1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    3257fcf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    66a3aa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. remove installed_size output

    not able to be fetched with some test recipes
    mhrono committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    253ffba View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. re-add installed_size output

    mhrono committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7c054e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc132c View commit details
    Browse the repository at this point in the history
  3. Update PkgInfoReader.py

    mhrono committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ea49378 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update PkgInfoReader.py

    mhrono committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8f2b1ce View commit details
    Browse the repository at this point in the history