From d22f466823192963c22eb8f51ae930cb5af8fa9a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Aug 2018 23:14:51 +0300 Subject: Add support for git repositories to brep-load --- load/load.cli | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'load/load.cli') diff --git a/load/load.cli b/load/load.cli index 6db6048..bbe54ff 100644 --- a/load/load.cli +++ b/load/load.cli @@ -10,7 +10,7 @@ include ; "\section=1" "\name=brep-load" -"\summary=load build2 repositories into brep package database" +"\summary=load repositories into brep package database" { " ", @@ -23,10 +23,10 @@ include ; \h|DESCRIPTION| - \cb{brep-load} reads the list of repositories from the specified - configuration file, fetches their manifest files, and loads the - repository and package information into the \cb{package} database, suitable - for consumption by the \cb{brep} web module. + \cb{brep-load} reads the list of repositories from the specified + configuration file, fetches their manifest files, and loads the repository + and package information into the \cb{package} database, suitable for + consumption by the \cb{brep} web module. Note that \cb{brep-load} expects the \cb{package} database schema to have already been created using \l{brep-migrate(1)}. @@ -40,6 +40,18 @@ class options { "\h|OPTIONS|" + bool --force + { + "Reload package information regardless of the repository manifest file + timestamps." + }; + + bool --shallow + { + "Don't load package information from prerequisite or complement + repositories." + }; + std::string --db-user|-u { "", -- cgit v1.1