diff options
Diffstat (limited to 'configs/config')
-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" |