How to Upgrade Gerrit 3.12.2 to 3.13.1 on Ubuntu 24.04
Introduction In a previous post, I showed how to install Gerrit 3.11.2 on Ubuntu 24.04 with: After that, I upgraded […]
Introduction In a previous post, I showed how to install Gerrit 3.11.2 on Ubuntu 24.04 with: After that, I upgraded […]
In large-scale Android development, it’s essential to verify each proposed change before it’s merged into the integration branch. This guide
Android’s repo tool simplifies working with hundreds of Git repositories. But syncing the full AOSP (Android Open Source Project) tree,
In my previous post, I explained how to mirror AOSP Android 15 into gerrit.maksonlee.com with complete commit history and tags.
This guide walks you through setting up a Jenkins pipeline to build AOSP 15 using Docker on a remote SSH-connected
If you’ve ever wished Gerrit supported git reflog-style history natively, you’re not alone. While Gerrit keeps track of patch sets
This guide configures a Gerrit replica that: Prerequisite Install Gerrit on both servers using: Install Gerrit 3.11.2 on Ubuntu 24.04
This guide shows how to mirror Android 15 (AOSP android-15.0.0_r30) to your own Gerrit server, preserving full commit history and
This step-by-step guide helps you securely integrate Gerrit Code Review (http://gerrit:8080) with Keycloak (https://keycloak.maksonlee.com) using OAuth 2.0 / OpenID Connect.
Introduction This guide walks you through installing Gerrit 3.11.2 on Ubuntu 24.04, using Java 21 and a dedicated system user.