Skip to content

Instantly share code, notes, and snippets.

View DerDreschner's full-sized avatar

David Dreschner DerDreschner

View GitHub Profile
@DerDreschner
DerDreschner / clone-fp6.sh
Last active October 28, 2025 01:40
Bash script to clone Fairphone 6 source code and print authors and commiters. Output in the first comment under the code.
#!/bin/bash
device="fairphone6"
branch="odm/rc/target/15/fp6"
mkdir ~/git/${device}
cd ~/git/${device}
git clone -b ${branch} https://gerrit-public.fairphone.software/kernel/qcom
git clone -b ${branch} https://gerrit-public.fairphone.software/platform/vendor/opensource/camera-kernel
git clone -b ${branch} https://gerrit-public.fairphone.software/platform/vendor/opensource/dataipa
git clone -b ${branch} https://gerrit-public.fairphone.software/platform/vendor/opensource/display-drivers
git clone -b ${branch} https://gerrit-public.fairphone.software/platform/vendor/opensource/eva-kernel