Commit Graph
3940 Commits
Author SHA1 Message Date
Eko EryantoandRichard Kuhnt e4cc2c3c31 Persist cache (#1537)
* Persist cache

* Add persistent global bin to yarn
2017-06-01 23:18:56 +02:00
Richard Kuhnt 5a5cbe155d Use 7z archives for nodejs (smaller filesize) 2017-06-01 23:07:55 +02:00
Richard Kuhnt 16cdf39430 Revert npm config usage for changing cache and prefix values
Would overwrite %USERPROFILE%/.npmrc if two or more nodejs version get installed via scoop
2017-06-01 23:07:30 +02:00
Eko EryantoandRichard Kuhnt cbf182dd8e persist htdocs and conf dir (#1538) 2017-06-01 22:44:04 +02:00
Richard Kuhnt ffbf3f09b4 Use npm config to set cache and prefix values
Add cache for nodejs-lts
2017-06-01 22:42:43 +02:00
Luke Sampson 9fb4d784e9 Update curl hashes. 2017-06-01 19:59:30 +10:00
Richard Kuhnt 335c3a4369 Use ConvertToPrettyJson on jetbrains-toolbox settings.json 2017-05-31 22:37:19 +02:00
Eko EryantoandRichard Kuhnt 954cbb3dda execute 64bit bin to 64bit arch (#1533)
* execute 64bit bin to 64bit arch

* force on add member

* prevent duplicate name on start menu

* no need shortcut, NSIS already create that
2017-05-31 22:30:18 +02:00
Richard KuhntandGitHub c0b12bb2a0 Merge pull request #1531 from nueko/patch-2
persist npm cache
2017-05-31 19:00:59 +02:00
Eko EryantoandGitHub 673409b394 persist npm cache
As of npm@5 supports offline install just what yarn does.
2017-05-31 08:57:27 -07:00
Richard Kuhnt f3080e62be Update radare2 to version 1.5.0 2017-05-31 13:14:29 +02:00
Richard Kuhnt 54ec3365f2 Don't set $env:TEMP on unix, instead use /tmp as workingdir for tests 2017-05-31 01:35:51 +02:00
Richard Kuhnt 8a746c8678 Ignore .DS_Store in tests 2017-05-31 01:02:48 +02:00
Richard Kuhnt 641dd70011 Fix unzip_old test 2017-05-31 00:50:15 +02:00
Richard Kuhnt 16cb0b726c Update minikube to version 0.19.1 2017-05-31 00:42:02 +02:00
Richard Kuhnt e67d176d95 Change environment variables to uppercase 2017-05-31 00:27:21 +02:00
Richard Kuhnt 5d8f276035 Change $dir behavior in auto-pr.ps1
Accompanies changes in scoop-extras and versions bin scripts
2017-05-31 00:02:15 +02:00
Richard Kuhnt f982068d4f Small path fixes to make manifest tests pass on unix 2017-05-30 22:12:50 +02:00
Richard KuhntandGitHub f737315e73 Merge pull request #1517 from lukesampson/unix-compatible
[WIP] Add Unix compatibility (for maintenance jobs and manifest testing)
2017-05-30 21:59:15 +02:00
Richard Kuhnt 0633bcf37d Update nodejs to version 8.0.0 2017-05-30 21:01:16 +02:00
Richard Kuhnt aa5aee4724 Update nginx to version 1.13.1 2017-05-30 18:01:11 +02:00
Richard Kuhnt f0e1267ba4 Update grails to version 3.2.10 2017-05-30 14:01:07 +02:00
Luke Sampson 887f041fc7 Extract to _tmp instead of _scoop_extract to conserve 10 more characters in path. 2017-05-29 17:59:09 +10:00
Luke SampsonandGitHub c8405d41bd Merge pull request #1520 from simonwjackson/patch-1
Update curl.json
2017-05-29 16:56:16 +10:00
Simon W. JacksonandGitHub 74c3009e70 Update curl.json
hash changed
2017-05-28 23:37:14 -05:00
Richard Kuhnt 12f5a55d92 Update ffmpeg to version 20170529-f6ba58d 2017-05-29 05:01:13 +02:00
Richard Kuhnt 23326d2adb Update vim to version 8.0.0606 2017-05-29 01:00:48 +02:00
Richard Kuhnt 76321a427a Update imagemagick to version 7.0.5-9 2017-05-29 01:00:43 +02:00
Richard Kuhnt 2f7eff0b1c Update youtube-dl to version 2017.05.29 2017-05-28 20:00:54 +02:00
Richard Kuhnt 392bdf1a07 Move helper functions to unix.ps1 and updated comment 2017-05-28 14:08:27 +02:00
Richard Kuhnt 24fd3a3c7e Move unix compatible functions to unix.ps1
- Change helper functions to snake_case
2017-05-28 13:59:42 +02:00
Richard Kuhnt 9128eeab13 Fix variable in set_https_protocols 2017-05-28 13:41:58 +02:00
Luke SampsonandGitHub 5707a29b9c Merge pull request #1519 from nueko/patch-1
Create jetbrains-toolbox.json
2017-05-28 16:49:32 +10:00
andGitHub 79f277fb5c Create jetbrains-toolbox.json
add Toolbox App 1.62
2017-05-28 12:35:11 +07:00
Richard Kuhnt 6e930b0469 Update imagemagick to version 7.0.5-8 2017-05-27 21:00:20 +02:00
Richard Kuhnt 687fcaabb2 Fix response closed and freed before usage 2017-05-27 18:27:02 +02:00
Richard Kuhnt 4f4e5d18d7 Skip tests heavily relying on robocopy and windows paths 2017-05-27 17:18:14 +02:00
Richard Kuhnt 5b4b2fce99 Some path fixes for unix 2017-05-27 17:12:37 +02:00
Richard Kuhnt 59139bae04 Use remove-item/copy-item instead of rm/cp to resolve unix conflicts
Powershell aliases for rm/cp will not work, because the system commands are used
2017-05-27 17:12:12 +02:00
Richard Kuhnt d97d02e57f Fix checksum calculations for MacOS
MacOS provides shasum instead of sha256sum
2017-05-27 17:09:47 +02:00
Richard Kuhnt d28cf794cc Add isUnix/isLinux/isMacOS helper functions 2017-05-27 17:07:36 +02:00
Richard Kuhnt 139813a8f5 Tests: handle JSON.NET schema validation limit exceeded.
Copied from extras bucket
2017-05-27 16:51:02 +02:00
Richard Kuhnt a9dfea5cf0 Fix manifest tests for pester v4 2017-05-27 16:26:58 +02:00
Luke Sampson 6aec3fba6c Alter comment. 2017-05-27 21:49:21 +10:00
Luke Sampson 9a0dbfd236 Add reminder to delete block after 1 year. 2017-05-27 21:48:49 +10:00
Luke SampsonandGitHub bff6d2a7bf Merge pull request #1516 from se35710/issue-1514
Fix global shortcuts (issue #1514)
2017-05-27 21:43:39 +10:00
Richard Kuhnt a8de45f214 Use write-output instead of echo 2017-05-27 13:15:34 +02:00
Mathias HermanssonandGitHub 7c2107c295 Update shortcuts.ps1 2017-05-26 21:14:31 +02:00
MATHIAS Hermansson 6afce9368e Remove global shortcuts in AppData 2017-05-26 20:56:26 +02:00
Richard Kuhnt c795daaabc Update exiftool to version 10.54 2017-05-26 20:00:35 +02:00