aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/upgrade.rb
AgeCommit message (Expand)Author
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-05-26pluralize formulae in tap/untapAdam Vandenberg
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-03-24Check existence of target keg instead of hiding exceptionsJack Nagel
2014-03-13Make FormulaInstaller setup more readableJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Don't set installer options to their defaultJack Nagel
2014-03-10Make build_from_source an explicit installer modeJack Nagel
2014-03-05Teach commands to work with revisionsJack Nagel
2014-03-04Let commands decide what mode the installer should useJack Nagel
2014-03-04Extract installer setup to prelude methodJack Nagel
2014-03-02Stop mutating build options in upgradeJack Nagel
2014-03-02Revert "Let commands decide what mode the installer should use"Jack Nagel
2014-03-02Fix typoJack Nagel
2014-03-02Let commands decide what mode the installer should useJack Nagel
2014-03-02Reduce the number of ways options can be passed to the installerJack Nagel
2014-02-18Add DownloadError to catch a broader range of resource download errors.Drew Rodman
2014-01-26upgrade: fix output when no packages to upgrade.Frizlab
2013-09-26upgrade.rb: Fix plural_s when number = 0Nikolaus Wittenstein
2013-07-18upgrade: put exit statements in both conditional branchesAdam Coffman
2013-07-15upgrade: don't rely on return value of 'onoe'Jack Nagel
2013-07-15upgrade: make condition clearerJack Nagel
2013-07-15upgrade: move require out of method bodyJack Nagel
2013-07-15upgrade: remove redundant conditionalJack Nagel
2013-06-08Consolidate sudo checks.Adam Vandenberg
2013-05-24upgrade: fix expansion of options for top-level formula objectsJack Nagel
2013-05-18upgrade: fix typoJack Nagel
2013-05-18upgrade: use a method rather than a boolean flagJack Nagel
2013-05-18upgrade: tighten installed preconditionJack Nagel
2013-03-30brew-pin: prevent selected formulae from upgrade.Simon Sigurdhsson
2013-01-26upgrade: use standard Tab accessorJack Nagel
2013-01-26upgrade: offload dependency expansion to FormulaInstallerJack Nagel
2013-01-26FormulaInstaller: don't install bottle if options were passedJack Nagel
2013-01-26FormulaInstaller: make tab an attr, but never a parameterJack Nagel
2013-01-21brew upgrade: improve exit codes.Matt Di Pasquale
2013-01-10Don't attempt installation multiple timesJack Nagel
2012-12-18upgrade.rb: Generate Tab from Keg not FormulaCharlie Sharpsteen
2012-08-18Don't lie about upgrading up-to-date formulaeJack Nagel
2012-08-18upgrade: filter ARGV when expanding depsJack Nagel
2012-08-18Add ARGV.ignore_deps?Jack Nagel
2012-08-18outdated: use new version comparison machineryJack Nagel
2012-06-25brew-upgrade: Respect --ignore-dependencies flagCharlie Sharpsteen
2012-05-05Honor build options and bottles when upgradingNicolas Despres
2012-04-30Add ofail command and fix bottle command output.Mike McQuaid
2012-03-29Exit with bad exit code on command failures.Mike McQuaid
2012-03-23Pass the tab to FormulaInstallerJack Nagel
2012-03-10Remove bad exit status; need to fix another way.Mike McQuaid
2012-03-09Add better Unix exit codes.Mike McQuaid
2012-03-07Allow dependencies to still installMax Howell