diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-07-22 14:25:59 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-07-22 14:25:59 +0200 |
commit | 68af59fb536ab1aa7b84564980ab5f6807bdd073 (patch) | |
tree | 169451bf5bc7e606c6ea331878099240bd556a4c /configs | |
parent | 92e8678c847dea510524e1d652c847143481e78c (diff) | |
download | aurbuilder-68af59fb536ab1aa7b84564980ab5f6807bdd073.tar.gz |
basic configuration
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/config b/configs/config new file mode 100644 index 0000000..6ebf0ba --- /dev/null +++ b/configs/config @@ -0,0 +1,10 @@ +# vi: ft=sh + +# Force rebuild of every package, even if it already exists +#FORCE_REBUILD=no + +# Packager identification +#PACKAGER="John Doe <John.Doe@example.com>" + +# name of the repository. This name has to be used in pacman.conf +#REPONAME="repo" |