[Flow] Please somebody merge this

Visay Keo visay.keo at typo3.org
Sun Oct 26 05:25:01 CET 2014


Hi Carsten,

It takes before a patch to be merged and even if that one is merged, it 
will happen that you need another patch from Gerrit. So I recommend to 
use use Beard to fetch all needed patches and integrate it with 
deployment script.

1. Install beard command https://github.com/mneuhaus/Beard
2. Create beard.json in the root

{
	"defaults" : {
		"gerrit_api_endpoint" : "https://review.typo3.org/",
		"gerrit_git" : "git.typo3.org"
	},
	"changes" : [
		{
			"name" : "[BUGFIX] Merge request arguments instead of overwrite",
			"type" : "gerrit",
			"path" : "Packages/Framework/TYPO3.Flow",
			"change_id" : "33050"
		}
	}
}

3. Run `beard patch`

Once the patch is merged and you include it in your composer.lock, just 
remove the setting. Executing the patch fetching could be improved by 
extending composer post install script to run it, then you don't need to 
change anything in your normal install procedure.

Cheers,
Visay

On 26 តុលា 2014 05:14, Carsten Bleicker wrote:
> https://review.typo3.org/#/c/33050/
>
> i am driving crazy patching this anytime manualy.
>
> thanks
>
>
> ----------------------
>
> Carsten Bleicker
> Wülfingstraße 1
> 42477 Radevormwald
>
> E-Mail:	carsten at bleicker.de
> Web:	www.bleicker.de
> Twitter:	@carstenbleicker
> Jabber:	cbleicker at jabber.ccc.de
> Telefon:	+49 (0)171-2690845
>

-- 
TYPO3 .... Inspiring People To Share!
Participate: http://typo3.org/participate/


More information about the Flow mailing list