From 8a5d47430e19f1f7632965cc65b8532dc8142a69 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 3 Apr 2009 16:03:31 +0200 Subject: [PATCH] Long life to the xbps-repo genindex C implementation! --HG-- extra : convert_revision : af0ca601ae79ba1b38fbf0815e6365f558ca22d8 --- doc/BINPKG_INFO | 2 +- doc/BINPKG_REPOSITORY | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/BINPKG_INFO b/doc/BINPKG_INFO index 1e370f5fa6b..df08c0cbdb2 100644 --- a/doc/BINPKG_INFO +++ b/doc/BINPKG_INFO @@ -77,7 +77,7 @@ some binary packages for it. The flow for this task is: 1- xbps-src install 2- xbps-src build-pkg all [requires sudo access] - 3- xbps-src genindex + 3- xbps-repo genindex $XBPS_PACKAGES 4- xbps-repo add $XBPS_PACKAGES 5- xbps-bin install -r /rootdir diff --git a/doc/BINPKG_REPOSITORY b/doc/BINPKG_REPOSITORY index 6f8f3eea94d..a5a2e378be5 100644 --- a/doc/BINPKG_REPOSITORY +++ b/doc/BINPKG_REPOSITORY @@ -78,11 +78,10 @@ XBPS_MASTERDIR: $ xbps-src build-pkg all -To generate the repository package index in default location -XBPS_PACKAGESDIR (an additional path can be specified for another -alternate location): +To generate the repository package index for your $XBPS_PACKAGESDIR +setting in the configuration file: - $ xbps-src genindex + $ xbps-repo genindex /path/to/dir After this you can add your own local repository with binary packages: