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

(#230) Add Admin Only Source For Chocolatey Core Packages #255

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. (#230) Change "files" directory to "packages" directory

    The manifest folders lived in a folder named after one in the Ansible project. This didn't make sense here, where it often lives inside a /files/ directory already.
    
    This has been changed.
    JPRuskin authored and ryanrichter94 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2b0d360 View commit details
    Browse the repository at this point in the history
  2. (#230) Adds ChocolateyCore Repository and Jenkins Job

    - Add ChocolateyCore repo as main repo for core packages
    - Add callout to new ChocolateyCore repository
    - Remove See It In Action README section as video is outdated
    - Fixup spelling/grammar in README
    - Add new Update ChocolateyCore Repository Jenkins Job
    - Add test to check for new Jenkins job
    - Remove legacy build files from new and existing Jenkins jobs
    ryanrichter94 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5ca3184 View commit details
    Browse the repository at this point in the history
  3. (fix) Fix Flaky Edge Package Test

    Add handling to bring edge under Chocolatey management if it was natively installed by a newer server OS.
    
    This should ensure that the test is more consistent, delivering the same result regardless of if the Chocolatey package were installed or not.
    ryanrichter94 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0fe0507 View commit details
    Browse the repository at this point in the history