From: tuxillo Date: Mon, 3 Sep 2018 10:59:12 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/5fd9e0d8e29e7b1a655a92587af21f5c7bdcaa4b --- diff --git a/docs/howtos/HowToUpdateChromium/index.mdwn b/docs/howtos/HowToUpdateChromium/index.mdwn index 27b6630d..d761f836 100644 --- a/docs/howtos/HowToUpdateChromium/index.mdwn +++ b/docs/howtos/HowToUpdateChromium/index.mdwn @@ -98,7 +98,7 @@ Normally we would import the next Chromium version that is in FreeBSD ports. In # git push crater chromium-68.0.3440.106 -### Create the FreeBSD branch +### Creating the '-freebsd' branch This requires either a checkout of FreeBSD ports or at least the www/chromium directory from it. **Make sure you are working with the correct Chromium version!** @@ -140,6 +140,14 @@ Once you're sure all patches have been applied correctly and that the commits co * [new branch] 68-freebsd -> 68-freebsd Branch '68-freebsd' set up to track remote branch '68-freebsd' from 'crater'. +### Creating the 'dfly' branch + +Once the _'-freebsd'_ branch is created with all the FreeBSD patches for the specific Chromium version on it, you can create the _'-dfly'_ branch from it. + + + # git checkout -b 68-dfly 68-freebsd + + ## Appendix ### Tools