-
-
Notifications
You must be signed in to change notification settings - Fork 23
Contributing
Philipp Schmitt edited this page Sep 10, 2015
·
2 revisions
git clone https://github.com/pschmitt/pia-tools.git
cd pia-tools
git remote add aur ssh+git://[email protected]/pia-tools.git # optional, only for AUR contributors
# on master branch
echo '# My awesome change' >> PKGBUILD
git commit -am "My awesome commit message"
git push origin master
# aur branch
git checkout aur
git cherry-pick e23828f
git push aur aur:master
Please bear in mind that the aur
branch should hold no files other than PKGBUILD
, .SRCINFO
and pia-tools.install
.