From 3ce64778fb9c1fc04e9f08da30ec51ac8ff67751 Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Mon, 10 Jun 2019 12:33:51 +0000
Subject: [PATCH] Added a little more

---
 README.org |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org
index 23dea73..d7f5f6e 100644
--- a/README.org
+++ b/README.org
@@ -13,5 +13,6 @@
 To add a package from the AUR, use the ~add_package.sh~ script, with the git URL as the argument.
 To build the packages use the ~build_packages.sh~ script, which will enter the chroot, and build the packages from the PKGBUILDs stored in ~/build/repo~.
 The packages are built and put into the directory ~/build/repo/x86_64~, then pushed with git.
+Only the latest packages are stored in ~/build/repo/x86_64~ to avoid multiple older versions building up.
 Since git is used, be sure to sign in to git in the chroot and set ~git config --global credential.helper store~, with an appropriate remote repository.
 To enable automatic building, create a cronjob for root, something of the sort of ~* 12 * * * /path/to/dir/build_packages.sh~.

--
Gitblit v1.9.3