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 macOS pkg installer to deployment (#7554) #7555

Merged
merged 22 commits into from
May 24, 2024

Commits on Jul 7, 2023

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

Commits on Sep 4, 2023

  1. 2 Configuration menu
    Copy the full SHA
    53c83fd View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    775476d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. Update pkg title

    Co-authored-by: Andy Feller <[email protected]>
    paulober and andyfeller committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b1a6ce3 View commit details
    Browse the repository at this point in the history
  2. Update choice title

    Co-authored-by: Andy Feller <[email protected]>
    paulober and andyfeller committed May 21, 2024
    Configuration menu
    Copy the full SHA
    aeb0ac7 View commit details
    Browse the repository at this point in the history
  3. Indentation fix

    Co-authored-by: Andy Feller <[email protected]>
    paulober and andyfeller committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eb23e07 View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    Co-authored-by: Andy Feller <[email protected]>
    paulober and andyfeller committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f9d6b1d View commit details
    Browse the repository at this point in the history
  5. Fix indentation

    Co-authored-by: Andy Feller <[email protected]>
    paulober and andyfeller committed May 21, 2024
    Configuration menu
    Copy the full SHA
    80830d7 View commit details
    Browse the repository at this point in the history
  6. Undo goreleaser change

    Signed-off-by: paulober <[email protected]>
    paulober committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d2d599d View commit details
    Browse the repository at this point in the history
  7. Fix indentation

    Signed-off-by: paulober <[email protected]>
    paulober committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6e58a2a View commit details
    Browse the repository at this point in the history
  8. Removed redundant specifications

    Signed-off-by: paulober <[email protected]>
    paulober committed May 21, 2024
    Configuration menu
    Copy the full SHA
    18f41db View commit details
    Browse the repository at this point in the history
  9. Cleanup pkgmacos build script

    Signed-off-by: paulober <[email protected]>
    paulober committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3830c33 View commit details
    Browse the repository at this point in the history
  10. Change minimum build script macOS version

    Signed-off-by: paulober <[email protected]>
    paulober committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9454d5e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix directory already exists

    Signed-off-by: paulober <[email protected]>
    paulober committed May 24, 2024
    Configuration menu
    Copy the full SHA
    85f424b View commit details
    Browse the repository at this point in the history
  2. Added make macospkg target

    Signed-off-by: paulober <[email protected]>
    paulober committed May 24, 2024
    Configuration menu
    Copy the full SHA
    74392ff View commit details
    Browse the repository at this point in the history
  3. Fix distribution.xml + min macos version requirements

    Signed-off-by: paulober <[email protected]>
    paulober committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1990952 View commit details
    Browse the repository at this point in the history
  4. Added native min os version blocking

    Signed-off-by: paulober <[email protected]>
    paulober committed May 24, 2024
    Configuration menu
    Copy the full SHA
    27262ff View commit details
    Browse the repository at this point in the history
  5. Integrate argument array to remove duplicate code

    Signed-off-by: paulober <[email protected]>
    paulober committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f66367d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db8779 View commit details
    Browse the repository at this point in the history
  7. Remove v prefix when pkgmacos is called

    Existing Mac OS release artifacts use the tag name / version in the file name but drop the `v` prefix.  This does the same for the Mac OS installer.
    andyfeller committed May 24, 2024
    Configuration menu
    Copy the full SHA
    279d53a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdc40a0 View commit details
    Browse the repository at this point in the history