[Hawkular-commits] [hawkular/hawkular] cfb0c4: Enable file deletion only if build not in progress

Mike Thompson mtho11 at users.noreply.github.com
Sun Nov 29 21:48:34 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular
  Commit: cfb0c486e7ba305544affb29cbc430a6a067edbb
      https://github.com/hawkular/hawkular/commit/cfb0c486e7ba305544affb29cbc430a6a067edbb
  Author: Alexandre Mendonça <amendonca at redhat.com>
  Date:   2015-11-27 (Fri, 27 Nov 2015)

  Changed paths:
    M console/src/main/scripts/gulpfile.js

  Log Message:
  -----------
  Enable file deletion only if build not in progress

File deletion may cause trouble, as multiple changes will trigger simultaneous builds,
which often end up causing gulp to fail (exit) due to trying to operate on deleted files.

With this change the delete only happens if a build is not in progress already.


  Commit: f52763bf9369ff1dbfbe6fe5a25d0c2381c9df45
      https://github.com/hawkular/hawkular/commit/f52763bf9369ff1dbfbe6fe5a25d0c2381c9df45
  Author: Mike Thompson <mtho11 at users.noreply.github.com>
  Date:   2015-11-29 (Sun, 29 Nov 2015)

  Changed paths:
    M console/src/main/scripts/gulpfile.js

  Log Message:
  -----------
  Merge pull request #688 from ammendonca/HWK-GULP-DEL-FIX-II

Enable file deletion only if build not in progress


Compare: https://github.com/hawkular/hawkular/compare/7b22c50bd200...f52763bf9369


More information about the hawkular-commits mailing list