Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | got assistant upgrade detection to notice when I build a new version with ↵ | 2013-11-22 | |
| | | | | cabal build! | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-11-22 | |
|\ | |||
* | | restart on upgrade now fully working | 2013-11-22 | |
| | | |||
* | | Fix bug that broke switching between local repositories in the webapp when ↵ | 2013-11-22 | |
| | | | | | | | | | | | | | | they use the new guarded direct mode. git treats eg ~/annex as a bare git repository located in ~/.annex/.git if ~/annex/.git/config has core.bare=true. | ||
* | | assistant restart on upgrade | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-23 | |
|/ | |||
* | add | 2013-11-22 | |
| | |||
* | amend | 2013-11-22 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-11-22 | |
|\ | |||
* | | devblog | 2013-11-22 | |
| | | |||
* | | watch git-annex program file to detect upgrades | 2013-11-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not yet wired up to restart the assistant on upgrade; that needs careful sanity checking to wait until the upgrade is done before restarting. Used the DirWatcher here, so it gets events for any changes to the directory containing the program file. (But not subdirs.) This is necessary in order to detect when the file is renamed as part of the upgrade, which an inotify on a single file would not detect. (Also, I have DirWatcher code, but not FileWatcher code.) Note that upgrades that remove or rename a whole directory tree containing the executable will *not* trigger this code. So eg, deleting and replacing the whole standalone tarball dir tree won't work -- but untarring it over top will. So should dpkg package upgrades. Added programPath, using a new GHC feature to find the full path to the executable. The fallback code for old GHC or unsupported OS is less good; its worst failure mode would be either failing to find the program, and so not checking for upgrades, or finding a git-annex that's in PATH, but is not the one running. This commit was sponsored by John Roepke. | ||
| * | Added a comment | 2013-11-22 | |
| | | |||
* | | fix link | 2013-11-22 | |
| | | |||
* | | annex.autoupgrade setting | 2013-11-22 | |
| | | |||
* | | update | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
* | | no-op change to ensure configure is re-run on autobuilders to pick up ↵ | 2013-11-22 | |
| | | | | | | | | UPGRADE_LOCATION | ||
* | | set UPGRADE_LOCATION for Windows build | 2013-11-22 | |
| | | |||
* | | remove debug code | 2013-11-22 | |
| | | |||
* | | fix inverted priority | 2013-11-22 | |
| | | |||
* | | improve commit message | 2013-11-22 | |
|/ | |||
* | sync files to website too | 2013-11-22 | |
| | |||
* | use .info, allow multiple info files in same directory | 2013-11-22 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-11-22 | |
|\ | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
* | | Avoid misbehavior when addurl is used with quvi 0.9. | 2013-11-22 | |
| | | | | | | | | | | | | | | | | In 0.9, -v shows version, rather than controlling verbosity. Still need to port to 0.9, this just avoids massively confusing addurl when quvi prints its version and exits successfully, on urls that it cannot be used with. | ||
| * | Added a comment | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-11-22 | |
|\ | |||
* | | new post for the survey | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
|/ | |||
* | move | 2013-11-22 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-11-22 | |
|\ | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
* | | distribution info file updater program | 2013-11-22 | |
| | | |||
* | | fix standalone build of this module | 2013-11-22 | |
| | | |||
| * | Added a comment | 2013-11-22 | |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-11-22 | |
|\| | |||
| * | (no commit message) | 2013-11-22 | |
| | | |||
| * | Added a comment: gitannex-install | 2013-11-22 | |
| | | |||
* | | use a Key in Distribution | 2013-11-22 | |
| | | |||
* | | make runRepairOf run preRepair | 2013-11-21 | |
| | | | | | | | | | | This may be a little late, since a fsck has already been done, but it can't hurt. | ||
* | | merge from git-repair | 2013-11-21 | |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2013-11-21 | |
|\ | |||
* | | devblog | 2013-11-21 | |
| | |