Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 3.76 KB

README.md

File metadata and controls

87 lines (55 loc) · 3.76 KB

Palladium OS - Maintainership Details:

Image of Yaktocat

Official Support Guidelines & Rules:

To become the official maintainer of Palladium OS, you need to submit a patch to Gerrit. You can find everything important related below.

Prerequisites:


Please read the Prerequisites Here before applying.


How to apply!


1) Cloning the repository

cd ~/
git clone https://github.com/PalladiumOS-Devices/official_devices.git-b 12 official_devices

2) Add your device

cd official_devices/devices

Open official_devices.json and add your device details. After adding your device details use this to format your JSON.


3) Setting Gerrit (optional)

Please read the Gerrit Setup guide Here if its your first time dealing with Gerrit.


4) Staging

cd ~/official_devices
git add .    

5) Exporting few Variables

read -p 'Your gerrit username: ' guser
gitdir=$(git rev-parse --git-dir)   
export guser gitdir      

6) Commit your changes

scp -p -P 29418 ${guser}@mail.palladiumos.com:hooks/commit-msg ${gitdir}/hooks/

git commit -m "official_devices: add <yourdevice codename here> 

Device Tree:

Kernel Tree:

Vendor Tree:

Reason for prebuilt kernel (if exists):

Telegram username:
"     

7) Pushing your changes

git push ssh://${guser}@mail.palladiumos.com:29418/Palladium-OS/official_devices HEAD:refs/for/12