GithubHelp home page GithubHelp logo

aeliussaionji / chocolatey-packages-5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from admiringworm/chocolatey-packages

0.0 1.0 0.0 9.91 MB

AdmiringWorm's automatic chocolatey packages using AU

License: Apache License 2.0

PowerShell 98.67% AutoHotkey 1.10% Shell 0.17% JavaScript 0.06%

chocolatey-packages-5's Introduction

AdmiringWorm's Chocolatey Community packages

All Contributors

Liberapay donations

Automatic Chocolatey Packages built by appveyor

Join the chat at https://gitter.im/wormie-packages/Lobby AppVeyor Update Status Update Status chocolatey/AdmiringWorm Open Source Helpers

If you have any issues with one of the packages hosted in this repository, please feel free to open an issue (preferred instead of using Contact Maintainers on chocolatey.org), or jump into my gitter channel.

This repository contains chocolatey automatic packages. The repository is setup so that you can manage your packages entirely from the GitHub web interface (using AppVeyor to update and push packages) and/or using the local repository copy.

Prerequisites

To run locally you will need:

Create a package

To create a new package see Creating the package updater script.

Testing the package

In a package directory run: Test-Package. This function can be used to start testing in chocolatey-test-environment via Vagrant parameter or it can test packages locally.

Automatic package update

Single package

Run from within the directory of the package to update that package:

cd <package_dir>
./update.ps1

If this script is missing, the package is not automatic. Set $au_Force = $true prior to script call to update the package even if no new version is found.

Multiple packages

To update all packages run ./update_all.ps1. It accepts few options:

./update_all.ps1 -Name a*                         # Update all packages which name start with letter 'a'
./update_all.ps1 -ForcedPackages 'cpu-z copyq'    # Update all packages and force cpu-z and copyq
./update_all.ps1 -ForcedPackages 'copyq:1.2.3'    # Update all packages but force copyq with explicit version
./update_all.ps1 -Root 'c:\packages'              # Update all packages in the c:\packages folder

The following global variables influence the execution of update_all.ps1 script if set prior to the call:

$au_NoPlugins = $true        #Do not execute plugins
$au_Push      = $false       #Do not push to chocolatey

You can also call AU method Update-AUPackages (alias updateall) on its own in the repository root. This will just run the updater for the each package without any other option from update_all.ps1 script. For example to force update of all packages with a single command execute:

updateall -Options ([ordered]@{ Force = $true })

Pushing To Community Repository Via Commit Message

You can force package update and push using git commit message. AppVeyor build is set up to pass arguments from the commit message to the ./update_all.ps1 script.

If commit message includes [AU <forced_packages>] message on the first line, the forced_packages string will be sent to the updater.

Examples:

  • [AU pkg1 pkg2]

Force update ONLY packages pkg1 and pkg2.

  • [AU pkg1:ver1 pkg2 non_existent]

Force pkg1 and use explicit version ver1, force pkg2 and ignore non_existent.

To see how versions behave when package update is forced see the force documentation.

You can also push manual packages with command [PUSH pkg1 ... pkgN]. This works for any package anywhere in the file hierarchy and will not invoke AU updater at all.

If there are no changes in the repository use --allow-empty git parameter:

git commit -m '[AU copyq less:2.0]' --allow-empty
git push

Contributors

Thanks goes to these wonderful people (emoji key):


Eric Nielsen

๐Ÿ›

Rui Lopes

๐Ÿ›

Paul Broadwith

๐Ÿ› ๐Ÿ’ป

Shaun Walbridge

๐Ÿค”

Tyler Szabo

๐Ÿค” ๐Ÿ’ป

Christian Schuerer-Waldheim

๐Ÿ› ๐Ÿ’ป

MathNum

๐Ÿค”

imgbot[bot]

๐Ÿ–‹

Aelius

๐Ÿ’ป

Jim Hester

๐Ÿ“– ๐Ÿ’ป

Philipp

๐Ÿค”

John Vandenberg

๐Ÿค”

Frank Kintrup

๐Ÿ›

soul4soul

๐Ÿค”

This project follows the all-contributors specification. Contributions of any kind welcome!

chocolatey-packages-5's People

Contributors

admiringworm avatar allcontributors[bot] avatar codetriage-readme-bot avatar dependabot-preview[bot] avatar gitter-badger avatar imgbot[bot] avatar imgbotapp avatar jimhester avatar mergify[bot] avatar pauby avatar tylerszabo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.