Skip to content

Commit

Permalink
Issue #2698027 by helmo: Start pinning module versions in D.o releases
Browse files Browse the repository at this point in the history
  • Loading branch information
helmo committed Dec 15, 2016
1 parent 2ab1982 commit 829c819
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,31 @@ defaults[projects][type] = "module"

; Aegir core

; Do *NOT* pin version number for Aegir core modules to make sure
; we fetch the latest release for those.

projects[eldir][type] = theme
projects[eldir][subdir] = aegir
projects[eldir][version] = 3.9

projects[hosting][subdir] = aegir
projects[hosting][version] = 3.9



; Modules - Aegir "golden"

projects[hosting_git][subdir] = aegir
projects[hosting_git][version] = 3.9

projects[hosting_remote_import][subdir] = aegir
projects[hosting_remote_import][version] = 3.9

projects[hosting_site_backup_manager][subdir] = aegir
projects[hosting_site_backup_manager][version] = 3.9

projects[hosting_tasks_extra][subdir] = aegir
projects[hosting_tasks_extra][version] = 3.9

projects[hosting_civicrm][subdir] = aegir
projects[hosting_civicrm][version] = 3.9

projects[hosting_dns][subdir] = aegir
projects[hosting_dns][version] = 1.x
Expand Down

0 comments on commit 829c819

Please sign in to comment.