Skip to content

Latest commit

 

History

50 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update status chocolatey/stablestud

This repository contains chocolatey automatic packages.

Prerequisites

To run locally you will need:

Update Packages Manually:

Single package

To update a single package:

  • cd into package subfolder under either automatic/ or manual/
  • .\update.ps1 or edit the *.nuspec and tools\chocolatey*install.ps1
  • choco pack to build NuGet package (only for manual/)
  • choco install PACKAGE --source . to install package locally for testing (optional)
  • choco push PACKAGE.VERSION.nupkg --source https://push.chocolatey.org --key CHOCOLATEY_API_KEY to push package to Chocolatey

All packages

To update all automatic updateable packages run (not pushing):

  • cd automatic
  • .\update_all.ps1

To update and push packages to Chocolatey:

  • cd automatic
  • $env:API_KEY="CHOCOLATEY_API_KEY"; .\update_all.ps1 -ChocoPush

Available options:

  • ChocoPush: push packages to Chocolatey
  • Force: push packages even if no update has been found
  • NoCheckChocoVersion: do not check if Chocolatey has package version
  • GitPush: automatically commit and push changes to upstream Git repo

About

stablestud's Chocolatey packages

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages