lucasdiedrich / ojs

Open Journal Systems (OJS) is a journal management and publishing system.
GNU General Public License v3.0
19 stars 64 forks source link

Let users specify git reference as buildarg #32

Closed cormier closed 5 years ago

cormier commented 5 years ago

This commit introduces a ref argument that let the users specify the git reference (can be a branch, a tag, the SHA-1 of a commit) that they want to use.

The default value of the ref argument is master, meaning the latest version of OJS will always be used.

lucasdiedrich commented 5 years ago

Cormier, can you please let by default the ojs tag (ojs-3_1_1-4) as default in the ARG? so it won't happen build problems when i merge.

Thanks for your help @cormier

cormier commented 5 years ago

I have updated my commit to replace master with ojs-3_1_1-4.

marcbria commented 5 years ago

Great addition. Thanks @cormier and @lucasdiedrich