Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a20142: Increased the remote download limit to 50 MB and s...

  Branch: refs/heads/jordan/bug464037
  Home:   https://github.com/eclipse/ice
  Commit: a201423660b0110892cc6a79e6e7b4dbf3c9e0aa
      https://github.com/eclipse/ice/commit/a201423660b0110892cc6a79e6e7b4dbf3c9e0aa
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java

  Log Message:
  -----------
  Increased the remote download limit to 50 MB and set it as a system
property (max_download_size) instead of being hardcoded.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: cdc7a416ec303a0827cc5a1f7ddb29bdaf4a2087
      https://github.com/eclipse/ice/commit/cdc7a416ec303a0827cc5a1f7ddb29bdaf4a2087
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java

  Log Message:
  -----------
  Added an if/else statement to check if getting the max_download_size
property returned a valid value. This should fix the build for now, but
it shouldn't be returning an invalid value during unit tests. Asked the
dev list.
Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>


  Commit: 40e833467b07fc8ad087035504f8fff203147086
      https://github.com/eclipse/ice/commit/40e833467b07fc8ad087035504f8fff203147086
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M repository/org.eclipse.ice.repository/ice.product
    M repository/org.eclipse.ice.repository/ice.product.launch
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/action/JobLaunchAction.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into jordan/bug464037


Compare: https://github.com/eclipse/ice/compare/6491f1c1543f...40e833467b07

Back to the top