From 562a059a5590529def34d09368458c54ea487e7e Mon Sep 17 00:00:00 2001 From: jelle van der Waa Date: Tue, 30 May 2017 02:46:40 +0200 Subject: [PATCH] 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. --- README.md | 7 +++++-- 1 file 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