Add basic abuild config
This commit is contained in:
parent
8e41725602
commit
3de6e1480d
2 changed files with 7 additions and 0 deletions
4
home/.abuild/abuild.conf
Normal file
4
home/.abuild/abuild.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
PACKAGER="Aaron Fischer <mail@aaron-fischer.net>"
|
||||||
|
REPODEST="$HOME/packages"
|
||||||
|
USE_COLORS=force
|
||||||
|
PACKAGER_PRIVKEY="/home/buildozer/.abuild/mail@aaron-fischer.net-656d83af.rsa"
|
3
home/.gitconfig
Normal file
3
home/.gitconfig
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
email = mail@aaron-fischer.net
|
||||||
|
name = f86
|
Loading…
Reference in a new issue