[arch-releng] [PATCH 2/5] simplify instructions to load all fixtures in README

Dieter Plaetinck dieter at plaetinck.be
Sun May 1 06:38:25 EDT 2011


Signed-off-by: Dieter Plaetinck <dieter at plaetinck.be>
---
 README |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 6319439..6509729 100644
--- a/README
+++ b/README
@@ -56,11 +56,7 @@ packages, you will probably want the following:
 
 6. Load the fixtures to prepopulate some data.
 
-        (archweb-env) $ ./manage.py loaddata main/fixtures/arches.json
-        (archweb-env) $ ./manage.py loaddata main/fixtures/repos.json
-        (archweb-env) $ ./manage.py loaddata main/fixtures/groups.json
-        (archweb-env) $ ./manage.py loaddata mirrors/fixtures/mirrorprotocols.json
-        (archweb-env) $ ./manage.py loaddata releng/fixtures/*
+        (archweb-env) $ ./manage.py loaddata */fixtures/*.json
     
 7. Use the following commands to start a service instance
 
-- 
1.7.4.4



More information about the arch-releng mailing list