Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: munki/macadmin-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: escobarj/macadmin-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 9, 2020

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master: (36 commits)
      Remove errant whitespace
      9GB sparse disk image to accommodate 10.15.4
      updated docs
      installmacos.py: install_product: set CM_BUILD
      Fix bad indent from #27. Addresses #34 and #35.
      Check if root after processing args
      Add Catalina sucatalog
      In os_installer_product_info better handle the failure to find a server metadata file for a macos product
      Update README.md
      Update README.md
      Work around a very dumb Apple bug in a package postinstall script.
      Fix to add SeedProgram extended attribute to the install application if --seedprogram option is used
      Don't attempt to parse a dist we could not replicate! Addresses #19.
      Add plistlib wrapper functions to avoid DeprecationWarnings under Python 3
      Some post-2to3-conversion cleanup
      Attempt #2 to add Python 3 compatibility
      Revert Python 3 changes as they relied on a non-standard module.
      Revert Python 3 chnages since they relied on a non-standard module.
      A few post-2to3 optimizations
      Add Python 3 support to installinstallmacos.py
      ...
    escobarj committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    08c0282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc91c55 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge branch 'master' of https://github.com/munki/macadmin-scripts

    * 'master' of https://github.com/munki/macadmin-scripts:
      Catch IOError exception when trying to read the SeedCatalogs.plist; print any errors around SeedCatalogs.plist access to stderr.
      Update README.md
      Bump sparseimage size to 16g; eliminate extra whitespace
    
    # Conflicts:
    #	installinstallmacos.py
    escobarj committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    fc9c88e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Merge branch 'master' of https://github.com/munki/macadmin-scripts

    * 'master' of https://github.com/munki/macadmin-scripts:
      Catch IOError exception when trying to read the SeedCatalogs.plist; print any errors around SeedCatalogs.plist access to stderr.
      Update README.md
      Bump sparseimage size to 16g; eliminate extra whitespace
    
    # Conflicts:
    #	installinstallmacos.py
    escobarj committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e57cdc9 View commit details
    Browse the repository at this point in the history
Loading