mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 12:31:14 +00:00
Backport more tools for work flavour
This commit is contained in:
7
php_tools/git-flow/README.md
Normal file
7
php_tools/git-flow/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# git-flow
|
||||
|
||||
A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model. This fork adds functionality not added to the original branch.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| GitHub | https://github.com/petervanderdoes/gitflow-avh |
|
||||
11
php_tools/git-flow/install.yml
Normal file
11
php_tools/git-flow/install.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
check: git-flow version 2>&1 | grep -E '[0-9][.0-9]+' || (git-flow version; false)
|
||||
|
||||
all:
|
||||
type: custom
|
||||
command: |
|
||||
git clone https://github.com/petervanderdoes/gitflow-avh /tmp/gitflow \
|
||||
&& cd /tmp/gitflow \
|
||||
&& make install \
|
||||
&& cd / && rm -rf /tmp/gitflow \
|
||||
11
php_tools/git-flow/options.yml
Normal file
11
php_tools/git-flow/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: git-flow
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this tool to build/install correctly,
|
||||
# the following tools must have been installed first.
|
||||
depends: [git]
|
||||
Reference in New Issue
Block a user