diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-08-10 15:25:00 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-08-11 16:17:09 +0200 |
commit | 43d28c8840c566d6006d81853011c0d2d02636f0 (patch) | |
tree | b6743d78ec0332c87569cfc6d357088cc3ccbe66 /UPGRADING | |
parent | 45a50d4a66f5e57d260109e1f332ee7d06183d46 (diff) | |
download | aur-43d28c8840c566d6006d81853011c0d2d02636f0.tar.gz aur-43d28c8840c566d6006d81853011c0d2d02636f0.tar.xz |
UPGRADING: Mention the upload directory transform script
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ ALTER TABLE PackageDepends ADD INDEX (DepName); 5. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php". +6. Run the upload directory transform script ("scripts/uploadbuckets.sh") and +rotate the converted directory structure into place. + From 1.8.1 to 1.8.2 ------------------- |