121
123
# Populate with database schema
122
124
logging.info("Populating database with schema.")
124
proc = subprocess.Popen(["psql", "-h", "localhost", "-W", dbconfig["name"],
126
host='localhost', database=dbconfig['name'], user=dbconfig['username'],
131
134
# Build or rebuild all of the users' filesystems and subversion repos
132
135
logging.info("Creating data directories.")