Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jan 26, 2012
    • Misty De Meo's avatar
      Add `devel` to the DSL, + stable and bottle blocks · d121bcda
      Misty De Meo authored
      
      This commit adds a `devel` entry to the DSL, allowing formulae to
      specify an unstable branch.
      
      `devel` takes a block, which should contain standard `url` and `md5`
      fields (and `version`, if necessary). This must come after the standard
      DSL fields.
      
      This commit also migrates over all formulae currently using `devel` to
      the new syntax, as well as formulae which used `head` for non-VCS urls.
      
      The new syntax is also available for `stable` and `bottle`. `stable` is
      an option alongside the old syntax. `bottle` replaces the old syntax.
      
      Note that the @stable ivar in Formula has been renamed to @standard,
      and the @bottle ivar has been renamed to @bottle_url.
      
      Closes Homebrew/homebrew#9735.
      
      Signed-off-by: default avatarMisty De Meo <mistydemeo@gmail.com>
      d121bcda
    • Jack Nagel's avatar
      Fix failing ENV tests · b3092ea3
      Jack Nagel authored
      
      We need the ARGV extension now that we call ARGV.build_bottle? in
      set_cpu_cflags.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      b3092ea3
  2. Jan 25, 2012
  3. Jan 24, 2012
  4. Jan 20, 2012
  5. Jan 18, 2012
  6. Jan 17, 2012
  7. Jan 16, 2012
  8. Jan 14, 2012
  9. Jan 13, 2012
  10. Jan 12, 2012
  11. Jan 11, 2012
  12. Jan 09, 2012
  13. Jan 07, 2012
  14. Jan 06, 2012
  15. Jan 05, 2012
  16. Jan 04, 2012
  17. Jan 03, 2012
  18. Jan 02, 2012
Loading