summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjelle van der Waa <jelle@vdwaa.nl>2017-05-30 02:46:40 +0200
committerAngel Velásquez <angvp@archlinux.org>2017-05-29 20:46:40 -0400
commit562a059a5590529def34d09368458c54ea487e7e (patch)
treed28edba40e13847d329efb61628cc10c2972697b
parent1113b276753ddfe5c95d0ec209d9aa852639d209 (diff)
downloadarchweb-562a059a5590529def34d09368458c54ea487e7e.tar.gz
archweb-562a059a5590529def34d09368458c54ea487e7e.zip
README: describe importing the package file listing (#25)
* README: describe importing the package file listing Describe how to import the package file listing for the listing in /packages/$repo/$arch/$pkgname/files and on /packages/$repo/$arch/$pkgname. * README: update examples to x86_64 i686 will be dropped in the near future.
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index a908a8fa..0fb8ddc7 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,11 @@ packages, you will probably want the following:
8. To optionally populate the database with real data:
- wget http://mirrors.kernel.org/archlinux/core/os/i686/core.db.tar.gz
- ./manage.py reporead i686 core.db.tar.gz
+ wget http://mirrors.kernel.org/archlinux/core/os/x86_64/core.db.tar.gz
+ ./manage.py reporead x86_64 core.db.tar.gz
+ # Package file listing
+ wget http://mirrors.kernel.org/archlinux/core/os/x86_64/core.files.tar.gz
+ ./manage.py reporead --filesonly x86_64 core.files.tar.gz
./manage.py syncisos
Alter architecture and repo to get x86\_64 and packages from other repos if