From 46fd72d12ac587e46bbfdd653673d3b2ae8d433b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Apr 2017 17:48:56 +0300 Subject: Rename brep-load.conf to loadtab, make use of butl::tab_parser --- INSTALL-DEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL-DEV') diff --git a/INSTALL-DEV b/INSTALL-DEV index 66d554c..8ad9ae7 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -52,7 +52,7 @@ $ migrate/brep-migrate # Or use some other loader config. # -$ load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/r.conf +$ load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/loadtab To verify: @@ -121,7 +121,7 @@ To do a "complete reload" (i.e., recreate database schema, load the repository data, and reload the Apache2 plugin), execute the following from brep/: migrate/brep-migrate --recreate -load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/r.conf +load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/loadtab sudo /etc/init.d/apache2 restart sudo systemctl restart apache2 -- cgit v1.1