summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-10-11 08:40:28 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2016-10-11 08:45:45 +0200
commit51101d21b972b6afcef299795430cb5aea81e373 (patch)
treed75f62f180bb7588fe81df43d7df4b7384b2cf84
parent29a5f94dab27cc64da6262b2f37bd856641ed292 (diff)
upgrading/4.4.0.txt: Warn about new scripts
The location of the Git interface wrapper scripts was changed by commit d4fe77a (Reorganize Git interface scripts, 2016-10-08). Add a note to the upgrade instructions to remind users to update their configuration files. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--upgrading/4.4.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/upgrading/4.4.0.txt b/upgrading/4.4.0.txt
index 1cc55b3..afe01be 100644
--- a/upgrading/4.4.0.txt
+++ b/upgrading/4.4.0.txt
@@ -10,3 +10,8 @@ ALTER TABLE Packages MODIFY URL VARCHAR(8000) NULL DEFAULT NULL;
ALTER TABLE PackageSources
MODIFY Source VARCHAR(8000) NOT NULL DEFAULT "/dev/null";
----
+
+3. The location of the Git interface scripts was changed. Make sure you update
+ your aurweb configuration, as well as the SSH daemon and AUR Git repository
+ configurations to point to the new wrapper scripts which are located in
+ /usr/local/bin/ by default.