mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
forceall readme
This commit is contained in:
@@ -63,6 +63,19 @@ You can also call AU method `Update-AUPackages` (alias `updateall`) on its own i
|
||||
|
||||
updateall -Options ([ordered]@{ Force = $true })
|
||||
|
||||
To quickly test if all of the packages update force all with `test_all.ps1` script:
|
||||
|
||||
```
|
||||
master~> .\test_all.ps1
|
||||
Updating 4 automatic packages at 2017-04-30 10:54:34 (forced)
|
||||
Push is disabled
|
||||
FORCE IS ENABLED. All packages will be updated
|
||||
less is updated to 4.87.0.20170430
|
||||
copyq is updated to 3.0.0.20170430
|
||||
librecad is updated to 2.1.3.20170430
|
||||
prey is updated to 1.6.6.20170430
|
||||
```
|
||||
|
||||
## 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.
|
||||
|
||||
+7
-3
@@ -5,7 +5,7 @@
|
||||
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
||||
<id>copyq</id>
|
||||
<title>CopyQ</title>
|
||||
<version>2.9.0</version>
|
||||
<version>3.0.0</version>
|
||||
<authors>Lukas Holocek</authors>
|
||||
<owners>Miodrag Milic</owners>
|
||||
<summary>Cross-platform clipboard manager with advanced features</summary>
|
||||
@@ -34,8 +34,12 @@ Items can be:
|
||||
* Support for simple Vim-like editor and shortcuts
|
||||
* Many more features
|
||||
|
||||

|
||||
## Package parameters
|
||||
|
||||
* `NoDesktopIcon` - do not create desktop icon
|
||||
* `NoStartup` - do not run CopyQ on OS startup
|
||||
|
||||

|
||||
</description>
|
||||
<projectUrl>https://hluk.github.io/CopyQ</projectUrl>
|
||||
<tags>admin clipboard copyq cross-platform foss</tags>
|
||||
@@ -46,7 +50,7 @@ Items can be:
|
||||
<dependencies>
|
||||
<dependency id="chocolatey-core.extension" version="1.2" />
|
||||
</dependencies>
|
||||
<releaseNotes>https://github.com/hluk/CopyQ/releases/tag/v2.9.0</releaseNotes>
|
||||
<releaseNotes>https://github.com/hluk/CopyQ/releases/tag/v3.0.0</releaseNotes>
|
||||
<docsUrl>https://github.com/hluk/CopyQ/wiki</docsUrl>
|
||||
<bugTrackerUrl>https://github.com/hluk/CopyQ/issues</bugTrackerUrl>
|
||||
<projectSourceUrl>https://github.com/hluk/CopyQ</projectSourceUrl>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
VERIFICATION
|
||||
VERIFICATION
|
||||
|
||||
Verification is intended to assist the Chocolatey moderators and community
|
||||
in verifying that this package's contents are trustworthy.
|
||||
@@ -7,7 +7,7 @@ Package can be verified like this:
|
||||
|
||||
1. Go to
|
||||
|
||||
x32: https://github.com/hluk/CopyQ/releases/download/v2.9.0/copyq-v2.9.0-setup.exe
|
||||
x32: https://github.com/hluk/CopyQ/releases/download/v3.0.0/copyq-v3.0.0-setup.exe
|
||||
|
||||
to download the installer.
|
||||
|
||||
@@ -15,11 +15,11 @@ Package can be verified like this:
|
||||
- Use powershell function 'Get-FileHash'
|
||||
- Use Chocolatey utility 'checksum.exe'
|
||||
|
||||
checksum32:
|
||||
checksum32: FE6C8497EC2BE04FA2C82E51B83B9FCA4C69A6E981C76648B57139FC699542D1
|
||||
|
||||
Using AU:
|
||||
|
||||
Get-RemoteChecksum https://github.com/hluk/CopyQ/releases/download/v2.9.0/copyq-v2.9.0-setup.exe
|
||||
Get-RemoteChecksum https://github.com/hluk/CopyQ/releases/download/v3.0.0/copyq-v3.0.0-setup.exe
|
||||
|
||||
File 'license.txt' is obtained from:
|
||||
https://raw.githubusercontent.com/hluk/CopyQ/master/LICENSE
|
||||
|
||||
Reference in New Issue
Block a user