Revert "farmOS 7.x-1.2."

This reverts commit 38de7cda8207c70f6f7eeb7b76021843e65ae068.
This commit is contained in:
Michael Stenta 2019-07-17 13:58:31 -04:00
parent e4d0f04016
commit 92a98a89ed
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ includes[] = drupal-org-core.make
; -----------------------------------------------------------------------------
projects[farm][type] = profile
projects[farm][version] = 7.x-1.2
;projects[farm][download][type] = git
;projects[farm][download][url] = http://git.drupal.org/project/farm.git
;projects[farm][download][branch] = 7.x-1.x
;projects[farm][version] = 7.x-1.2
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,8 +2,8 @@
FROM drupal:7
# Set the farmOS version in an environment variable.
ENV FARMOS_VERSION 7.x-1.2
#ENV FARMOS_VERSION 7.x-1.x-dev
#ENV FARMOS_VERSION 7.x-1.2
ENV FARMOS_VERSION 7.x-1.x-dev
# Enable Apache rewrite module.
RUN a2enmod rewrite