| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-15 | migrator: better exception printing | Xu Cheng | |
| 2015-08-15 | migrator: don't use installed_prefix | Vlad Shablinsky | |
| Link the keg that was linked before migration. Don't use newformula.installed_prefix to detect keg to link, because it can break things (i.e. if intalled formula is outdated, then newformula.installed_prefix can be not the same as installed prefix before update). Closes Homebrew/homebrew#42857. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-15 | migrator: don't link newname if oldname isn't linked | Vlad Shablinsky | |
| - link newname only if oldname used to be linked - optlink newname only if oldname used to be optlinked. | |||
| 2015-08-15 | migrator: check if old_opt_record exist before using realpath | Vlad Shablinsky | |
| - check if old_opt_record exist before using realpath - don’t check old_opt_record.exist? in link_old_opt because it doesn’t have to exist. | |||
| 2015-08-15 | update: only compute tapd_basename when necessary | Xu Cheng | |
| 2015-08-15 | outdated: remove unnecessary nested if | Xu Cheng | |
| 2015-08-15 | Formulary.to_rack: follow the symlink | Xu Cheng | |
| 2015-08-15 | install: f.oldname can be nil | Xu Cheng | |
| 2015-08-15 | make path instead of symlink for lib/R | Tim D. Smith | |
| Moves us towards being able to support formulae that install R bindings, like nonpareil in homebrew-science. Some discussion in Homebrew/homebrew-science#2559. Closes Homebrew/homebrew#42539. | |||
| 2015-08-14 | install: mention if installed formula isn't migrated. | Mike McQuaid | |
| Closes Homebrew/homebrew#42940. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-14 | outdated: check if formula needs to be migrated. | Mike McQuaid | |
| Closes Homebrew/homebrew#42938. | |||
| 2015-08-14 | doctor: suggest to install git if the system one is outdated | Baptiste Fontaine | |
| Closes Homebrew/homebrew#42934. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-08-14 | cleanup: avoid duplicated logic | Xu Cheng | |
| Closes Homebrew/homebrew#42900. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-14 | add Formula.racks | Xu Cheng | |
| Also exclude symlink when enumerating installed racks. | |||
| 2015-08-14 | ocaml: rename from objective-caml | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42851. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-13 | doc: use relative links | Xu Cheng | |
| 2015-08-13 | test-bot: remove custom $HOME on --cleanup. | Mike McQuaid | |
| 2015-08-13 | cleanup: remove SCM directories recursively. | Mike McQuaid | |
| 2015-08-13 | cleanup: do cleanup even without a Cellar. | Mike McQuaid | |
| 2015-08-13 | cleanup: remove more on --force or --prune. | Mike McQuaid | |
| Remove more logs, use the prune time period and remove version control checkouts when --force or --prune is used. | |||
| 2015-08-13 | test-bot: prune cache after 7 days. | Mike McQuaid | |
| Closes Homebrew/homebrew#42892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-13 | tap-info: fix for not installed tap | Xu Cheng | |
| Closes Homebrew/homebrew#42890. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-12 | caveats.rb: don't print elisp_caveats for keg-only | Alex Dunn | |
| Since they won't have been installed into `#{HOMEBREW_PREFIX}/share/emacs/site-lisp/` Closes Homebrew/homebrew#42839. | |||
| 2015-08-12 | example_formula: document pkgshare | Dominyk Tiller | |
| 2015-08-12 | cookbook: document pkgshare | Dominyk Tiller | |
| 2015-08-11 | racket: rename from plt-racket. | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42800. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-11 | man: sha1 => sha256 reference | Dominyk Tiller | |
| Closes Homebrew/homebrew#42507. | |||
| 2015-08-11 | audit: enforce https on [*.]archive.org | Viktor Szakats | |
| Also: * one minor regexp tweak Closes Homebrew/homebrew#42761. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-11 | test-bot: check file extname when calculating formulae diff | Xu Cheng | |
| Closes Homebrew/homebrew#42806. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-11 | uninstall: fix --force | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42814. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-11 | test-bot: run `git gc` on cleanup. | Mike McQuaid | |
| Closes Homebrew/homebrew#42805. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-11 | doc: fix link to pip document | Xu Cheng | |
| 2015-08-11 | doc: fix internal link | Xu Cheng | |
| 2015-08-11 | doc: fix internal links | Xu Cheng | |
| 2015-08-10 | documentation added for taps maintainers | Baptiste Fontaine | |
| Closes Homebrew/homebrew#41858. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-08-10 | audit: catch insecure bitbucket | Dominyk Tiller | |
| 2015-08-10 | man: remove unnecessary --all in brew upgrade | Xu Cheng | |
| 2015-08-10 | update tabs only if core formula installed | Vlad Shablinsky | |
| Closes Homebrew/homebrew#42745. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-10 | update: fix load_tap_migrations | Vlad Shablinsky | |
| 2015-08-10 | PythonRequirement: fix variable in PYTHONPATH | Misty De Meo | |
| 2015-08-10 | PythonRequirement: don't blindly use first Python in PATH | Misty De Meo | |
| Fixes Homebrew/homebrew#42461. | |||
| 2015-08-10 | to_rack: simplify the logic | Xu Cheng | |
| Closes Homebrew/homebrew#42743. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-10 | ARGV#resolved_formula: use to_rack | Xu Cheng | |
| 2015-08-10 | rename: libcppa -> caf | Vlad Shablinsky | |
| Closes Homebrew/homebrew#41006. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-10 | add documentation for formula renames | Vlad Shablinsky | |
| 2015-08-10 | add manpages | Vlad Shablinsky | |
| 2015-08-10 | update: handle renames on update | Vlad Shablinsky | |
| 2015-08-10 | add test/test_migrator | Vlad Shablinsky | |
| 2015-08-10 | add migrate command for migrating renamed | Vlad Shablinsky | |
| 2015-08-10 | uninstall: change logic to handle renames | Vlad Shablinsky | |
