Skip to content

Commit

Permalink
VM - Erpnext - licenses and source-code added into the image (#2708)
Browse files Browse the repository at this point in the history
* VM - Erpnext - licenses and source-code added into the image

* Increase timeout cloudbuild-vm

* Increase timeout cloudbuild-vm

* Revert "Increase timeout cloudbuild-vm"

This reverts commit 2d9639c.

* Reapply "Increase timeout cloudbuild-vm"

This reverts commit b1d3652.

* Revert "Reapply "Increase timeout cloudbuild-vm""

This reverts commit 3a616c9.

* Increase timeout cloudbuild-vm

---------

Co-authored-by: Armando Miani <[email protected]>
  • Loading branch information
AdrianManiek and armandomiani authored Jul 16, 2024
1 parent dd1335b commit 96554fe
Show file tree
Hide file tree
Showing 3 changed files with 1,436 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vm/chef/cookbooks/erpnext/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@

name 'erpnext'
depends 'c2d-config'
depends 'c2d-shared'
depends 'python'
depends 'redis'
supports 'debian'
3 changes: 2 additions & 1 deletion vm/chef/cookbooks/erpnext/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@

include_recipe 'python'
include_recipe 'redis::standalone'
include_recipe 'erpnext::ospo'

apt_update do
action :update
Expand Down
Loading

0 comments on commit 96554fe

Please sign in to comment.