Commit Graph
38 Commits
Author SHA1 Message Date
Simon Hartcher 735ee17571 Fixed status command. Added support for custom repo/branch. 2015-04-04 14:48:41 +11:00
Simon Hartcher 94ae0cc92a Changed scoop update to use git for updating self 2015-04-04 14:22:23 +11:00
Simon Hartcher 2c31213431 Added simplistic nightly support
When an app versioned as "nightly" is installed (or updated),
the current date is appended to the version which changes the
version directory to nightly-yyyymmdd.

Fixes #181
2015-03-30 23:32:08 +11:00
Simon Hartcher cecb04542c Added --no-cache option to scoop update
Ignores cache when updating an app
2015-03-28 17:45:10 +11:00
Luke Sampson 0d96c0139c mention --force argument in help for update command 2014-10-12 19:04:45 +10:00
Kody Brown 62b9f5d6a1 Added --force option to update command. This is very particularly useful so I don't have to increment version numbers while creating scoop packages. 2014-08-16 13:39:10 -06:00
Kody Brown 89dcbefbc5 Renamed pre_create_shims to pre_install. Much better. 2014-08-14 22:21:14 -06:00
Kody Brown c12463b12d Added call to before_create_shims to scoop-update.ps1?update(). 2014-08-14 20:31:28 -06:00
Luke Sampson cd5bfaecc8 use 'scoop update *' syntax (see #111), simplified switches for update 2014-08-15 08:47:14 +10:00
Kody Brown 75caced126 Added support for updating all apps at the same time. 2014-08-14 11:48:17 -06:00
Luke Sampson b4ab131d91 add proxy support, see #86 2014-05-12 12:42:55 +10:00
Luke Sampson 69c11d449a Revert "updated for new color naming in concfg (see lukesampson/concfg#3"
This reverts commit d4ff02bbef.
2014-03-17 18:08:33 +10:00
Luke Sampson d4ff02bbef updated for new color naming in concfg (see lukesampson/concfg#3 2014-03-17 15:58:49 +10:00
Luke Sampson 1c40340f7c update now removes previous version's environment variables changes 2014-03-10 21:00:53 +10:00
Luke Sampson 7909e692b6 scoop update: auto-install missing dependencies 2014-01-01 08:40:37 +10:00
Luke Sampson 4f2cd4bbf6 install: auto-install dependencies 2013-12-24 11:07:25 +10:00
Luke Sampson 634464e3de simpler, faster unzip (5x speedup, see #35) 2013-12-02 12:33:40 +10:00
Luke Sampson c782bc5fb1 do innounp for update 2013-10-04 15:50:25 +10:00
Luke Sampson 16fbf80b1a check requirements (7zip so far) on update as well as install 2013-10-04 14:11:39 +10:00
Luke Sampson b1c052b585 better messages when updating 2013-10-01 21:06:28 +10:00
Luke Sampson 9de8b0fa7a redo scoop shim for 'scoop update' 2013-09-25 12:56:08 +10:00
Luke Sampson 25a00b87a6 show version info in similar manner when updating and installing 2013-09-11 08:48:20 +10:00
Luke Sampson 97240400e0 rename opts to getopt, add comments 2013-09-06 14:20:46 +10:00
Luke Sampson 0f222b74be support globally uninstalling scoop 2013-09-03 14:26:13 +10:00
Luke Sampson 67953ab1b6 update when not installed in specified location (global or user) should check if installed in other location and show helpful message 2013-09-03 13:54:02 +10:00
Luke Sampson b535c706a9 make update work with --global (or -g) 2013-09-03 13:18:33 +10:00
Luke Sampson 555e189d33 beginning refactoring for global installs 2013-08-30 16:58:20 +10:00
Luke Sampson cb57c494ce rename *_env functions to env_* 2013-08-26 08:29:31 +10:00
Luke Sampson 20ff3ffac0 missing '.' 2013-08-22 22:09:49 +10:00
Luke Sampson b37c38289e do bucket updates quietly with git 2013-08-08 15:32:44 +10:00
Luke Sampson ea3f1ee5f7 check for git before trying to update bucket with git 2013-08-08 15:25:16 +10:00
Luke Sampson 3bca9f480e update buckets when updating scoop 2013-08-08 11:18:39 +10:00
Luke Sampson aab024a4a2 clarify update message when already up-to-date, don't show as error 2013-08-08 11:15:08 +10:00
Luke Sampson b4d7cf3c17 refactor for buckets 2013-08-08 10:39:31 +10:00
Luke Sampson 6579adf365 remember when scoop was last updated and report this in 'scoop status' 2013-08-05 16:43:59 +10:00
Luke Sampson 4f0b1b91c1 support setting environment variables (and removing them on uninstall) 2013-07-22 21:36:43 +10:00
Luke Sampson ae486228cc fix error with update (forgot to include lib/decompress) 2013-07-21 20:40:48 +10:00
Luke Sampson 4ec238ed36 use scoop-*.ps1 for libexec 2013-07-18 12:51:15 +10:00