Add commented version lines to build-farm.make and docker/Dockerfile, per updated release procedure: https://farmos.org/development/release/

This commit is contained in:
Michael Stenta 2019-04-24 13:39:02 -04:00
parent 29c6e84364
commit 3c776067b2
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ includes[] = drupal-org-core.make
; -----------------------------------------------------------------------------
projects[farm][type] = profile
;projects[farm][version] = 7.x-1.1
projects[farm][download][type] = git
projects[farm][download][url] = http://git.drupal.org/project/farm.git
projects[farm][download][branch] = 7.x-1.x

View File

@ -2,6 +2,7 @@
FROM drupal:7
# Set the farmOS version in an environment variable.
#ENV FARMOS_VERSION 7.x-1.1
ENV FARMOS_VERSION 7.x-1.x-dev
# Enable Apache rewrite module.