mirror of https://github.com/apache/cloudstack.git
Put in a note that will hopefully prevent a bunch of systemvm build failures
This commit is contained in:
parent
a963fd34b5
commit
733a7ba8c1
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue