15 Commits

Author SHA1 Message Date
Hugo Locurcio
5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00
gburus
d388dc47f2 Updated a couple of files with "description" field. (#2203) 2018-04-18 17:32:11 +02:00
Richard Kuhnt
a34db25db6 Update pester to version 4.3.1 2018-02-20 23:00:29 +00:00
Richard Kuhnt
fc0b07fb79 Update pester to version 4.2.0 2018-02-18 13:00:26 +00:00
Richard Kuhnt
ec736599fa Update pester to version 4.1.1 2017-12-09 14:00:16 +00:00
Richard Kuhnt
8f3c7f223f Update pester to version 4.1.0 2017-11-15 14:01:48 +00:00
Richard Kuhnt
9d7add4898 Update pester to version 4.0.8 2017-09-15 19:01:50 +00:00
Richard Kuhnt
2dc405ec3c Update pester to version 4.0.7 2017-09-13 17:00:17 +00:00
Richard Kuhnt
a1dab8a061 Updates and new autoupdates
* add more version substitutions for urls (e.g. used for 7zip)
  * 7zip add autoupdate
  * update exlixr 1.4.0 and add autoupdate
  * update erlang 19.2 and add autoupdate
  * update ffmpeg 20170110 and add autoupdate
  * update flow 0.37.4 and add autoupdate
  * forge add autoupdate
  * update grails 3.2.4 and add autoupdate
  * update groovy 2.4.7 and add autoupdate
  * fix haskell url
  * update haxe 3.4.0-rc.2 and add autoupdate
  * hub add autoupdate
  * update hugo 0.18.1 and add autoupdate
  * update latex 2.9.6161 and add autoupdate
  * update lessmsi 1.5.1 and add autoupdate
  * update llvm 3.9.1 and add autoupdate
  * update mysql 5.7.17 and add autoupdate
  * fix nginx urls
  * nuget add autoupdate
  * nvm add autoupdate
  * update octave 4.2.0 and add autoupdate
  * update pester 3.4.3 and add autoupdate
  * phantomjs add autoupdate
  * update postgresql 9.6.1 and add autoupdate
  * puppet add autoupdate
  * update racket 6.7 and add autoupdate
  * update rancher 0.12.1
  * rethinkdb add autoupdate
  * update rsync 5.5.0 and add autoupdate
  * rust-msvc add autoupdate
  * rust add autoupdate
  * update sbt 0.13.13 and add autoupdate
  * update scala 2.12.1 and add autoupdate
  * update sqlite 3160200 and add autoupdate
  * update thrift 0.10.0 and add autoupdate
  * update youtube-dl 2017.01.10
2017-01-11 21:14:54 +01:00
Rémy
2fa1b0112e Checkver add github helper
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.

`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
2017-01-01 18:22:31 +01:00
Rémy
7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00
Roy Ivy III
97a621593c BOM cleanup
* remove BOM from all repo files that contain one
* changes all files to utf-8 (specifically, utf-8 *without* BOM)
* improves compliance with ".editorconfig"

.# Discussion

This is an example of the semi-invisible changes which can creep into patches
via various editors. Any such changes are *very* difficult to figure out from
a diff output and just add visual noise to commits. Hence, ".editorconfig" (added
in a previous commit) is used to minimize this kind of confusing patch noise.
2015-08-17 22:57:15 -05:00
Roy Ivy III
a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Simon Hartcher
3741af6fa3 Implement testing using Pester
Integrate with AppVeyor
2015-04-12 12:08:08 +10:00
Simon Hartcher
9e24299443 Add pester
Pester provides a framework for running Unit Tests to execute and
validate PowerShell commands inside of PowerShell.
2015-04-10 22:54:31 +10:00