Skip to content
Snippets Groups Projects
  1. Jun 20, 2014
  2. Jan 30, 2014
  3. Jan 19, 2014
  4. Jan 16, 2014
  5. Oct 23, 2013
  6. Sep 05, 2013
  7. Aug 27, 2013
  8. Aug 22, 2013
  9. Aug 21, 2013
    • Diego Wilson's avatar
      Don't build sources.xml · 0d472da0
      Diego Wilson authored
      By setting DISABLE_SOURCES_XML we skip building sources.xml. We don't
      want to build it because the generating script is flaky with our
      internal manifests.
      
      Change-Id: I88800d5ea16c8c19a023ec9cb007821fb04cf5b9
      0d472da0
  10. Jul 22, 2013
  11. Jun 22, 2013
  12. Jun 19, 2013
    • Michael Vines's avatar
      Minor build-time patching usability improvements. · 9cdd4416
      Michael Vines authored
      * Avoid an unnecessary |repo abandon| if no build-time patches exist
      * Reduce stdout messages
      * Add support for *.sha1 patch files, which can be used to cherry-pick commits
        from other branches of the given project.  File format is the output of
        |git log --oneline|
      
      Change-Id: Ia40895f8d30fb5d46be4fef30a7f99142aa07bf9
      9cdd4416
  13. Mar 16, 2013
  14. Feb 12, 2013
  15. Dec 30, 2012
    • Michael Vines's avatar
      Restore patch file overriding. · e29797e7
      Michael Vines authored
      Only apply the first patch file of a given project/name found in the
      patch directory list.
      
      Change-Id: I2b1d2bdaef016ca8cc5cadf24574ea6297ef5ee5
      e29797e7
  16. Dec 26, 2012
  17. Nov 10, 2012
    • Michael Vines's avatar
      Various vendorsetup.sh improvements · 10495e41
      Michael Vines authored
      * Use openssl as md5sum is not available on OS X
      * Enable overriding of patch directories, treeid.sh and repo
      
      Change-Id: I0485070666d0484f6896e6dd2cc58c1397114618
      10495e41
  18. Oct 20, 2012
    • Diego Wilson's avatar
      Reintroduce 'force' option · 6fa4c266
      Diego Wilson authored
      This time skip checking for uncommited changes in automated builds
      
      Change-Id: I076e5874055cd304780072a2c98c3d3eacd5ec76
      6fa4c266
  19. Oct 18, 2012
  20. Oct 15, 2012
    • Diego Wilson's avatar
      Add a 'force' option · 16b45ef1
      Diego Wilson authored
      Abort patching a project if there's uncommited changes. Give the user an
      option to 'force' overwritten their uncommited changes
      
      Change-Id: Ie6952e8cdb432b94fcc96f64962544f7fb7e977e
      16b45ef1
  21. Sep 27, 2012
  22. Sep 07, 2012
  23. Jul 11, 2012
  24. Jul 06, 2012
  25. Jun 22, 2012
    • Michael Vines's avatar
      vendorsetup.sh: Patch tree on unknown $1 when non-interactive · 1acf51e6
      Michael Vines authored
      When invoked interactively it is desirable for
      a |. build/envsetup.sh unknown_arg| to emit an error message.
      
      However when invoked non-interactively vendorsetup.sh will
      inherit the positional parameters of the caller.  In such a
      case when |. build/envsetup.sh| is invoked it is likely that
      $1 will be unrecognized.  In an attempt to be the most
      compatible with existing scripts that invoke build/envsetup.sh,
      vendorsetup.sh now behaves as if $1 was empty and patches the tree.
      
      Change-Id: I645875096191c56b3bbd1102cac6967427388036
      1acf51e6
  26. Jun 18, 2012
  27. Jun 05, 2012
  28. Jun 01, 2012
  29. May 30, 2012
  30. May 25, 2012
  31. May 24, 2012
    • Michael Vines's avatar
      vendorsetup.sh: Consider all PATCH directories for md5sum · 6f69d5fb
      Michael Vines authored
      Change-Id: If8b2459d23d4fad5dcedb4beb0c18417d1b1a773
      6f69d5fb
    • Michael Vines's avatar
      vendorsetup.sh usability improvements · 6a985f09
      Michael Vines authored
      * The use of |repo manifest| to determine when B2G patches should be reapplied
        is now disabled by default due to performance concerns winning over
        correctness (especially when working with a workspace over NFS!)
        To enable the more correct behavior define BSG_USE_REPO in your environment.
      * |. build/envsetup clean| will now revert all B2G patches.  Much less
        typing than |repo abandon b2g_autogen_ephemeral_branch|
      * Improved error reporting to stdout when a patch fails to apply
      * On failure, the |lunch| and |choosecombo| commands are stubbed out to prevent
        further damage.  This is necessary as it's not possible for a 'vendorsetup.sh'
        to report an error back to build/envsetup.sh
      * Before applying patches to a project, the project is now restored to HEAD to
        ensure a pristine base environment.
      
      Change-Id: I2b32ee8b10e342b754707249a09342462d6bcfc4
      6a985f09
  32. May 22, 2012
Loading