You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/07/18 10:19:09 UTC

git commit: updated refs/heads/master to 733a7ba

Repository: cloudstack
Updated Branches:
  refs/heads/master a963fd34b -> 733a7ba8c


Put in a note that will hopefully prevent a bunch of systemvm build failures


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/733a7ba8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/733a7ba8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/733a7ba8

Branch: refs/heads/master
Commit: 733a7ba8c113bb95bb77009c858d8503a9658df4
Parents: a963fd3
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Jul 18 10:18:19 2014 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Jul 18 10:18:19 2014 +0200

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/definition.rb | 7 +++++++
 tools/appliance/definitions/systemvmtemplate/definition.rb   | 7 +++++++
 2 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/733a7ba8/tools/appliance/definitions/systemvm64template/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/definition.rb b/tools/appliance/definitions/systemvm64template/definition.rb
index f9308a0..bee7db7 100644
--- a/tools/appliance/definitions/systemvm64template/definition.rb
+++ b/tools/appliance/definitions/systemvm64template/definition.rb
@@ -1,3 +1,10 @@
+#
+# NOTE: Before changing the version of the debian image make
+# sure it is added to the userContent of jenkins.buildacloud.org
+# and the copy task is updated on the systemvm builds
+# This will prevent the inevitable build failure once the iso is
+# removed from the debian mirrors
+#
 Veewee::Definition.declare({
   :cpu_count => '1',
   :memory_size=> '256',

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/733a7ba8/tools/appliance/definitions/systemvmtemplate/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb
index fcaab4d..ab65f53 100644
--- a/tools/appliance/definitions/systemvmtemplate/definition.rb
+++ b/tools/appliance/definitions/systemvmtemplate/definition.rb
@@ -1,3 +1,10 @@
+#
+# NOTE: Before changing the version of the debian image make
+# sure it is added to the userContent of jenkins.buildacloud.org
+# and the copy task is updated on the systemvm builds
+# This will prevent the inevitable build failure once the iso is
+# removed from the debian mirrors
+#
 Veewee::Definition.declare({
   :cpu_count => '1',
   :memory_size=> '256',