]> git.seodisparate.com - AnotherAURHelper/commitdiff
Some fixes to example_config.toml
authorStephen Seo <seo.disparate@gmail.com>
Sat, 4 Jun 2022 08:06:27 +0000 (17:06 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 4 Jun 2022 08:06:27 +0000 (17:06 +0900)
example_config.toml

index 14a047bed3a33ee0db18afe83ed261e0f1e3e50f..d56220e016a6830806ac74357b5fe8a64ea8c340 100644 (file)
@@ -1,9 +1,11 @@
 ########## MANDATORY VARIABLES
 chroot = "/home/stephen/Downloads/aur/chroot"
-# Location to place built packages
+# Location to place built packages.
 pkg_out_dir = "/home/custompkgs"
+# It is recommended to put the repo file in the "pkg_out_dir".
+# If the tar file doesn't already exist, it will be automatically created.
 repo = "/home/custompkgs/custom.db.tar"
-# Location to clone packages from AUR
+# Location to clone packages from AUR.
 clones_dir = "/home/stephen/Downloads/aur"
 gpg_dir = "/home/stephen/Downloads/aur/checkingGPG"
 logs_dir = "/home/stephen/Downloads/aur/logs"