If you ever would like to run multiple WordPress installations on one NGINX server and sharing one domain name. Also you would like to have nice urls like /%catetgory%/%postnname%/ on both of them. You better do not do it in the root configuration block like this: location / { try_files $uri $uri/ /index.php?$args /another-nestetd-wp/index.php?$args; }… Continue reading
Post Category → archive
Gerrit Hackathon at Google HQ… next one is coming
As always after the Gerrit User Summit, a Gerrit hackathon took place. This time it was a five days event (9-11 November 2015), where members of the Gerrit community could work together, fully focused on making Gerrit a better software. 2015 edition gathered 15 participants from various companies like Google, SAP, Sony Mobile, Qualcomm, OpenStack,… Continue reading
How to easy customize Gerrit Submit rules
Gerrit submit rule is a set of conditions that needs to be fulfilled before change can be submitter (read merged) to given branch. By default there are only two simple conditions: Verified +1 (V+1) Code Review +2 (CR+2) First one means that change don’t break the build (or project integrity). This step can (and it… Continue reading
Learning Gerrit Code Review by Luca Milanesio
It is finally there! The idea behind this book was mentioned many times during the Gerrit community meetups and finally Luca made it a reality! The Gerrit book is out there and it is pretty good read! I had an opportunity to go through this book and I must admit that this is a fully complete… Continue reading
Gerrit London Hackathon May 2013
At the beginning of May 2013 first European Gerrit Hackathon took place in London. It was quite some time ago (more then a month), but in my opinion it is always good to have summary afterwards. So, as I mentioned it was first Gerrit Hackathon in Europe, organized by Luca Milanessio in London and kindly… Continue reading