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.
This commit is contained in:
jelle van der Waa 2017-05-30 02:46:40 +02:00 committed by Angel Velásquez
parent 1113b27675
commit 562a059a55

View File

@ -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